| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
* | [Alignment][NFC] Attributes use Align/MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -10/+8 |
* | [Alignment][NFC] DataLayout migration to llvm::Align | Guillaume Chatelet | 2019-09-23 | 1 | -1/+1 |
* | NVPTXAsmPrinter - Don't dereference a dyn_cast result. NFCI. | Simon Pilgrim | 2019-09-17 | 1 | -1/+1 |
* | [AsmPrinter] Remove const qualifier from EmitBasicBlockStart. | Karl-Johan Karlsson | 2019-08-20 | 1 | -1/+1 |
* | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -1/+1 |
* | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -4/+4 |
* | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
* | [NVPTX] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -0/+1 |
* | [NVPTX] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-11 | 1 | -1/+1 |
* | [AsmPrinter] refactor to support %c w/ GlobalAddress' | Nick Desaulniers | 2019-04-26 | 1 | -1/+1 |
* | [NVPTXAsmPrinter] clean up dead code. NFC | Nick Desaulniers | 2019-04-16 | 1 | -41/+5 |
* | [AsmPrinter] refactor to remove remove AsmVariant. NFC | Nick Desaulniers | 2019-04-10 | 1 | -5/+5 |
* | [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in presence of the debug opt... | Alexey Bataev | 2019-03-08 | 1 | -1/+4 |
* | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 1 | -4/+3 |
* | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Alexey Bataev | 2019-01-23 | 1 | -3/+4 |
* | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 1 | -4/+3 |
* | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Haojian Wu | 2019-01-23 | 1 | -2/+4 |
* | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-22 | 1 | -4/+2 |
* | [DEBUG_INFO, NVPTX] Fix relocation info. | Alexey Bataev | 2019-01-22 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [NVPTX] Allow libcalls that are defined in the current module. | Justin Lebar | 2018-12-26 | 1 | -0/+5 |
* | [NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitialization(). | Justin Lebar | 2018-12-22 | 1 | -5/+2 |
* | [NVPTX] do not rely on cached subtarget info. | Artem Belevich | 2018-12-12 | 1 | -10/+14 |
* | [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 | 1 | -0/+5 |
* | Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl... | Alexey Bataev | 2018-11-09 | 1 | -20/+1 |
* | MachineFunction: Store more specific reference to LLVMTargetMachine; NFC | Matthias Braun | 2018-11-05 | 1 | -1/+1 |
* | [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ... | Alexey Bataev | 2018-11-02 | 1 | -1/+20 |
* | [DEBUGINFO, NVPTX] Emit correct debug information for local variables. | Alexey Bataev | 2018-07-26 | 1 | -0/+6 |
* | Use Type::isIntOrPtrTy where possible, NFC | Vedant Kumar | 2018-07-06 | 1 | -1/+1 |
* | [NVPTX] Delete dead code from the AsmPrinter. | Benjamin Kramer | 2018-06-04 | 1 | -98/+0 |
* | Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de... | Eric Christopher | 2018-05-18 | 1 | -121/+29 |
* | Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info... | Eric Christopher | 2018-05-01 | 1 | -29/+121 |
* | [DEBUG] Initial adaptation of NVPTX target for debug info emission. | Alexey Bataev | 2018-04-18 | 1 | -121/+29 |
* | [NVPTX] add support for initializing fp16 arrays. | Artem Belevich | 2018-04-06 | 1 | -1/+7 |
* | [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code... | Craig Topper | 2018-03-29 | 1 | -1/+1 |
* | Fix layering by moving ValueTypes.h from CodeGen to IR | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | [NVPTX] Removed always-true predicates in NVPTX. | Artem Belevich | 2018-02-28 | 1 | -4/+0 |
* | [NVPTX] When dying due to a bad address space value, print out the value. | Justin Lebar | 2018-02-08 | 1 | -1/+2 |
* | Avoid int to string conversion in Twine or raw_ostream contexts. | Benjamin Kramer | 2017-12-28 | 1 | -5/+1 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -9/+9 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
* | [NVPTX] Add lowering of i128 params. | Artem Belevich | 2017-07-20 | 1 | -3/+11 |
* | Reverting r307326 because it breaks clang tests. | Michael Kuperstein | 2017-07-06 | 1 | -11/+3 |
* | [NVPTX] Add lowering of i128 params. | Michael Kuperstein | 2017-07-06 | 1 | -3/+11 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |