[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetMachine.h
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-10 Jingyue Wu[NVPTX] Add an NVPTX-specific TargetTransformInfo
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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...