aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/InstPrinter
AgeCommit message (Expand)Author
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-12-06PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-11allow non-device function calls in PTX when natively handling device-side printfDan Bailey
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-09-30PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski
2011-09-30PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski
2011-09-29PTX: Fix broken shared library buildJustin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski