More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Target / PTX / InstPrinter / PTXInstPrinter.cpp
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Justin HolewinskiPTX: Encode registers as unsigned values in the MC...
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-09-30 Justin HolewinskiPTX: Various stylistic and code readability changes...
2011-09-30 Justin HolewinskiPTX: Attempt to cleanup/unify the handling of FP roundi...
2011-09-29 Justin HolewinskiPTX: Fix broken shared library build
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)