aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX/NVPTXTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+26
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+14
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-19/+47
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+38
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+18
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-111-0/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-3/+0
* [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...Justin Holewinski2013-10-111-2/+22
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-311-2/+7
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-0/+27
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-2/+2
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-201-0/+8
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+3
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-301-0/+7
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-38/+21
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-1/+0
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-2/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-1/+2
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-2/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-5/+5
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+133