summaryrefslogtreecommitdiff
path: root/lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp
Commit message (Expand)AuthorAge
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-23
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-06
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-06
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-11
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-30
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-30
* PTX: Fix broken shared library buildJustin Holewinski2011-09-29
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28