summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-181-58/+1
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-011-1/+58
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-181-58/+1
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-01-091-6/+4
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-241-2/+2
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-2/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Unbreak non-X86 targets from fallout caused by r261462David Majnemer2016-02-211-1/+2
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-0/+3
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-2/+1
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-8/+8
* Remove useless .debug_macinfo section setup.Paul Robinson2015-03-021-3/+0
* Remove a bit of dead code.Rafael Espindola2014-11-121-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-1/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-19/+19
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-5/+4
* Pass the Mangler by reference.Rafael Espindola2014-02-081-1/+1
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-5/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-22/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+22
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-22/+1
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-0/+1
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-241-1/+23
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-40/+37
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-081-5/+5
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+105
OpenPOWER on IntegriCloud