summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+0
* [NVPTX] Allow libcalls that are defined in the current module.Justin Lebar2018-12-261-0/+1
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-1/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-3/+3
* NVPTX: Move InferAddressSpaces to generic codeMatt Arsenault2017-01-311-1/+0
* [NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.Justin Lebar2016-10-311-1/+0
* [NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC.Artem Belevich2016-07-201-1/+1
* [NVPTX] Added NVVMIntrRange passArtem Belevich2016-05-261-0/+1
* [NVPTX] Adds a new address space inference pass.Jingyue Wu2016-03-201-0/+1
* Add NVPTXPeephole pass to reduce unnecessary address castJingyue Wu2015-06-241-0/+1
* Add NVPTXLowerAlloca pass to convert alloca'ed memory to local addressJingyue Wu2015-06-171-0/+1
* [NVPTX] roll forward r239082Jingyue Wu2015-06-041-1/+1
* Revert r239082Jingyue Wu2015-06-041-1/+1
* [NVPTX] kernel pointer arguments point to the global address spaceJingyue Wu2015-06-041-1/+1
* NVPTX: Remove dead code.Benjamin Kramer2015-03-021-1/+0
* [NVPTX] Add an NVPTX-specific TargetTransformInfoJingyue Wu2014-11-101-12/+13
* [NVPTX] Add NVPTXLowerStructArgs passJustin Holewinski2014-11-051-0/+1
* [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
* Removes the NVPTXSplitBBatBar pass.Eli Bendersky2014-03-241-1/+0
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-1/+1
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-061-0/+1
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-0/+1
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-201-0/+1
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-301-0/+1
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-1/+0
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+33
OpenPOWER on IntegriCloud