aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-061-19/+32
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-061-1/+33
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-5/+0
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-111-2/+16
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-301-22/+22
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-302-0/+44
* PTX: Fix broken shared library buildJustin Holewinski2011-09-291-1/+1
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-284-0/+224