Move DataLayout back to the TargetMachine from TargetSubtargetInfo
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.cpp
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-08-01 Aaron BallmanImprove some const-correctness to remove a -Wcast-qual...
2014-06-27 Justin Holewinski[NVPTX] Add target options for PTX 3.2/4.0 and SM 5...
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-06-27 Eric ChristopherRework the logic for setting the TargetName. This appea...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
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-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-03-30 Justin Holewinski[NVPTX] Remove support for SM < 2.0. This was never...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
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...