summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTX.h
Commit message (Expand)AuthorAgeFilesLines
* [PM] Remove a bunch of stale TTI creation method declarations. I nukedChandler Carruth2015-02-011-1/+0
* Test commit.Jacques Pienaar2014-12-031-2/+2
* [NVPTX] Add an NVPTX-specific TargetTransformInfoJingyue Wu2014-11-101-0/+1
* [NVPTX] Add NVPTXLowerStructArgs passJustin Holewinski2014-11-051-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-091-0/+2
* Optimize away unnecessary address casts.Eli Bendersky2014-04-031-0/+1
* Fix for PR19099 - NVPTX produces invalid symbol names.Eli Bendersky2014-03-311-0/+1
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-221-3/+0
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-281-0/+47
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-2/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-0/+2
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-201-0/+3
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-201-0/+1
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-11/+16
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Fix header file include order in NVPTX backend NV_CONTRIBYuan Lin2012-06-051-2/+2
* Fix a Clang warning in the new NVPTX backend:Chandler Carruth2012-05-041-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+137
OpenPOWER on IntegriCloud