aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
AgeCommit message (Expand)Author
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-05-24Shrink.Jakob Stoklund Olesen
2012-05-24Convert assert(0) to llvm_unreachable.Craig Topper
2012-05-24Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper
2012-05-15Remove extraneous ';'.Bill Wendling
2012-05-08Remove excess semi-colons to quiet warnings.Eric Christopher
2012-05-05NVPTX: Initialize the UseF32FTZ flag.Benjamin Kramer
2012-05-04Fix warnings in release build.David Blaikie
2012-05-04Fix a Clang warning in the new NVPTX backend:Chandler Carruth
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski