aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAgeFilesLines
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-6/+0
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-5/+5
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-6/+6
* Remove layering violation #include.Bill Wendling2012-06-281-1/+0
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-8/+6
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-062-8/+2
* Fix header file include order in NVPTX backend NV_CONTRIBYuan Lin2012-06-051-2/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Fix typosJoel Jones2012-05-311-2/+2
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-252-36/+24
* Shrink.Jakob Stoklund Olesen2012-05-241-7145/+18
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-245-31/+20
* Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper2012-05-242-6/+6
* Remove extraneous ';'.Bill Wendling2012-05-151-1/+1
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-081-5/+5
* NVPTX: Initialize the UseF32FTZ flag.Benjamin Kramer2012-05-051-0/+2
* Fix warnings in release build.David Blaikie2012-05-042-1/+2
* Fix a Clang warning in the new NVPTX backend:Chandler Carruth2012-05-041-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-0459-0/+22983