[NVPTX] Re-enable support for virtual registers in the final output
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetMachine.cpp
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-03-30 Justin Holewinski[NVPTX] Add NVVMReflect pass to allow compile-time...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...