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