| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 4 | -13/+19 |
| * | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Alexey Bataev | 2019-01-23 | 4 | -18/+12 |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 4 | -12/+18 |
| * | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Haojian Wu | 2019-01-23 | 3 | -8/+12 |
| * | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-22 | 3 | -12/+8 |
| * | [DEBUG_INFO, NVPTX] Fix relocation info. | Alexey Bataev | 2019-01-22 | 1 | -0/+3 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 59 | -236/+177 |
| * | [NVPTX] Allow libcalls that are defined in the current module. | Justin Lebar | 2018-12-26 | 8 | -4/+202 |
| * | [NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitialization(). | Justin Lebar | 2018-12-22 | 1 | -5/+2 |
| * | [NVPTX] Lower instructions that expand into libcalls. | Artem Belevich | 2018-12-14 | 1 | -4/+9 |
| * | [NVPTX] do not rely on cached subtarget info. | Artem Belevich | 2018-12-12 | 2 | -13/+14 |
| * | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -7/+1 |
| * | [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directiv... | Alexey Bataev | 2018-12-06 | 1 | -1/+15 |
| * | [DEBUGINFO, NVPTX]Emit last debugging directives. | Alexey Bataev | 2018-12-06 | 3 | -3/+15 |
| * | [NVPTX] Add lowering of i128 numbers as struct fields | Artem Belevich | 2018-12-01 | 1 | -0/+12 |
| * | [SelectionDAG] Move (repeated) SDTIntShiftDOp double shift node def to common... | Simon Pilgrim | 2018-11-16 | 1 | -3/+0 |
| * | Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl... | Alexey Bataev | 2018-11-09 | 3 | -30/+4 |
| * | MachineFunction: Store more specific reference to LLVMTargetMachine; NFC | Matthias Braun | 2018-11-05 | 1 | -1/+1 |
| * | [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ... | Craig Topper | 2018-11-05 | 2 | -2/+2 |
| * | [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ... | Alexey Bataev | 2018-11-02 | 3 | -4/+30 |
| * | [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES. | Alexey Bataev | 2018-10-25 | 1 | -0/+19 |
| * | [NFC] Rename minnan and maxnan to minimum and maximum | Thomas Lively | 2018-10-24 | 1 | -2/+2 |
| * | [DEBUGINFO, NVPTX] Try to pack bytes data into a single string. | Alexey Bataev | 2018-10-24 | 2 | -0/+31 |
| * | [TI removal] Make variables declared as `TerminatorInst` and initialized | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [CUDA] Added basic support for compiling with CUDA-10.0 | Artem Belevich | 2018-09-24 | 1 | -0/+5 |
| * | [NVPTX] Implement isLegalToVectorizeLoadChain | Benjamin Kramer | 2018-08-27 | 1 | -0/+13 |
| * | [NVPTX] Remove ftz variants of cvt with rounding mode | Benjamin Kramer | 2018-08-21 | 1 | -36/+6 |
| * | [SDAG] Remove the reliance on MI's allocation strategy for | Chandler Carruth | 2018-08-14 | 1 | -21/+14 |
| * | [NVPTX] Select atomic loads and stores | Jonas Hahnfeld | 2018-08-09 | 1 | -34/+82 |
| * | [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH"). | Artem Belevich | 2018-08-03 | 3 | -5/+12 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 3 | -3/+3 |
| * | [DEBUGINFO, NVPTX] Emit correct debug information for local variables. | Alexey Bataev | 2018-07-26 | 4 | -0/+18 |
| * | [TableGen] Support multi-alternative pattern fragments | Ulrich Weigand | 2018-07-13 | 1 | -2/+2 |
| * | Use Type::isIntOrPtrTy where possible, NFC | Vedant Kumar | 2018-07-06 | 1 | -1/+1 |
| * | [NVPTX] Expand v2f16 INSERT_VECTOR_ELT | Benjamin Kramer | 2018-07-03 | 1 | -0/+1 |
| * | [NVPTX] Delete dead code | Benjamin Kramer | 2018-06-28 | 5 | -63/+0 |
| * | [NVPTX] Ignore target-cpu and -features for inlining | Jonas Hahnfeld | 2018-06-17 | 1 | -0/+8 |
| * | [NVPTX] Delete dead code from the AsmPrinter. | Benjamin Kramer | 2018-06-04 | 2 | -142/+0 |
| * | Set ADDE/ADDC/SUBE/SUBC to expand by default | Amaury Sechet | 2018-06-01 | 1 | -3/+0 |
| * | Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de... | Eric Christopher | 2018-05-18 | 11 | -273/+207 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 2 | -6/+8 |
| * | [NVPTX] Added a feature to use short pointers for const/local/shared AS. | Artem Belevich | 2018-05-09 | 8 | -61/+108 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
| * | Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info... | Eric Christopher | 2018-05-01 | 11 | -207/+273 |
| * | [NVPTX] Turn on Loop/SLP vectorization | Benjamin Kramer | 2018-04-27 | 1 | -0/+12 |
| * | [NVPTX] Make the legalizer expand shufflevector of <2 x half> | Benjamin Kramer | 2018-04-26 | 1 | -0/+1 |
| * | [NVPTX] Deduplicate code. No functionality change. | Benjamin Kramer | 2018-04-26 | 1 | -18/+6 |
| * | Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt | Nico Weber | 2018-04-23 | 1 | -1/+1 |
| * | [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru... | Artem Belevich | 2018-04-18 | 4 | -17/+85 |