summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Alignment][NFC] Attributes use Align/MaybeAlignGuillaume Chatelet2019-10-221-10/+8
* [Alignment][NFC] DataLayout migration to llvm::AlignGuillaume Chatelet2019-09-231-1/+1
* NVPTXAsmPrinter - Don't dereference a dyn_cast result. NFCI.Simon Pilgrim2019-09-171-1/+1
* [AsmPrinter] Remove const qualifier from EmitBasicBlockStart.Karl-Johan Karlsson2019-08-201-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-4/+4
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [NVPTX] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [NVPTX] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [NVPTXAsmPrinter] clean up dead code. NFCNick Desaulniers2019-04-161-41/+5
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-5/+5
* [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in presence of the debug opt...Alexey Bataev2019-03-081-1/+4
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-231-4/+3
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Alexey Bataev2019-01-231-3/+4
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-231-4/+3
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Haojian Wu2019-01-231-2/+4
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-221-4/+2
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-221-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NVPTX] Allow libcalls that are defined in the current module.Justin Lebar2018-12-261-0/+5
* [NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitialization().Justin Lebar2018-12-221-5/+2
* [NVPTX] do not rely on cached subtarget info.Artem Belevich2018-12-121-10/+14
* [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directiv...Alexey Bataev2018-12-061-1/+15
* [DEBUGINFO, NVPTX]Emit last debugging directives.Alexey Bataev2018-12-061-0/+5
* Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl...Alexey Bataev2018-11-091-20/+1
* MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun2018-11-051-1/+1
* [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ...Alexey Bataev2018-11-021-1/+20
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-261-0/+6
* Use Type::isIntOrPtrTy where possible, NFCVedant Kumar2018-07-061-1/+1
* [NVPTX] Delete dead code from the AsmPrinter.Benjamin Kramer2018-06-041-98/+0
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-181-121/+29
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-011-29/+121
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-181-121/+29
* [NVPTX] add support for initializing fp16 arrays.Artem Belevich2018-04-061-1/+7
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [NVPTX] Removed always-true predicates in NVPTX.Artem Belevich2018-02-281-4/+0
* [NVPTX] When dying due to a bad address space value, print out the value.Justin Lebar2018-02-081-1/+2
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-5/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-9/+9
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* [NVPTX] Add lowering of i128 params.Artem Belevich2017-07-201-3/+11
* Reverting r307326 because it breaks clang tests.Michael Kuperstein2017-07-061-11/+3
* [NVPTX] Add lowering of i128 params.Michael Kuperstein2017-07-061-3/+11
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
OpenPOWER on IntegriCloud