Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetMachine.h
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-06-27 Eric ChristopherRemove commented out code.
2014-06-27 Eric ChristopherRemove extraneous parens and extraneous const cast...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
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-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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 WilsonExtend TargetPassConfig to allow running only a subset...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...