summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXSection.h
Commit message (Expand)AuthorAgeFilesLines
* Only print architecture dependent flags for that architecture.Rafael Espindola2017-01-301-1/+1
* [NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-01-091-4/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Use non virtual destructors for sections.Rafael Espindola2015-10-071-2/+2
* Don't repeat names in comments and don't indent in namespaces. NFC.Rafael Espindola2015-10-071-3/+2
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-2/+1
* Close unique sections when switching away from them.Rafael Espindola2015-03-271-1/+2
* Create symbols marking the start of a section earlier.Rafael Espindola2015-03-101-1/+1
* Remove incredibly confusing isBaseAddressKnownZero.Rafael Espindola2015-03-101-1/+0
* Use a better name for compile unit labels.Rafael Espindola2015-03-101-1/+0
* Delete dead code. NFC.Rafael Espindola2015-03-091-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-8/+8
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-2/+2
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-2/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-131-0/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Remove extraneous ';'.Bill Wendling2012-05-151-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+45
OpenPOWER on IntegriCloud