aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX/NVPTXTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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