Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-02-19 Eric ChristopherRemove all use of getDrvInterface off of NVPTXSubtarget...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-06-27 Justin Holewinski[NVPTX] Update sub-target feature detection
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-04-22 Chandler Carruth[cleanup] Fix two headers where we included a standard...
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2013-12-14 Rafael EspindolaTurn NVPTXSubtarget::getDataLayout into a static function.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-12 Eric ChristopherRemove unused field.
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...