[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / lib / Target / NVPTX / CMakeLists.txt
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-17 Jingyue WuAdd NVPTXLowerAlloca pass to convert alloca'ed memory...
2015-06-04 Jingyue Wu[NVPTX] roll forward r239082
2015-06-04 Jingyue WuRevert r239082
2015-06-04 Jingyue Wu[NVPTX] kernel pointer arguments point to the global...
2015-03-02 Benjamin KramerNVPTX: Remove dead code.
2014-11-10 Jingyue Wu[NVPTX] Add an NVPTX-specific TargetTransformInfo
2014-11-05 Justin Holewinski[NVPTX] Add NVPTXLowerStructArgs pass
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-24 Eli BenderskyRemoves the NVPTXSplitBBatBar pass.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-03-30 Justin Holewinski[NVPTX] Add NVVMReflect pass to allow compile-time...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...