summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* [NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2014-12-011-0/+1
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-211-2/+0
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-302-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-133-7/+7
* [NVPTX] Add more surface/texture intrinsics, including CUDA unified texture f...Justin Holewinski2014-07-171-0/+11
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* [NVPTX] Add query support for read-write images and managed variablesJustin Holewinski2014-04-091-1/+5
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-031-1/+0
* Don't set PrivateGlobalPrefix twice in the same function.Rafael Espindola2013-12-021-2/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-3/+0
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-2/+0
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-061-0/+17
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-101-1/+0
* More symbols that should be static.Benjamin Kramer2013-05-231-5/+3
* Remove unused argument.Rafael Espindola2013-05-102-2/+2
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-303-31/+25
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-048-0/+356
OpenPOWER on IntegriCloud