summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+4
* [NVPTX] Add an NVPTX-specific TargetTransformInfoJingyue Wu2014-11-101-0/+3
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-1/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-6/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+6
* Nuke the old JIT.Rafael Espindola2014-08-071-6/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-20/+0
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-271-21/+11
* Remove commented out code.Eric Christopher2014-06-271-8/+0
* Remove extraneous parens and extraneous const cast (and fix theEric Christopher2014-06-271-3/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-12/+12
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-24/+17
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-10/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+10
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-10/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-6/+0
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+131
OpenPOWER on IntegriCloud