aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+1
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-1/+1
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+5
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-3/+0
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-151-4/+0
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-141-3/+3
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-141-2/+2
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-141-4/+2
* implement basic support for symbol operand lowering,Chris Lattner2010-11-141-2/+4
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-141-5/+7
* implement several trivial operand printers, reducingChris Lattner2010-11-141-6/+6
* Implement support for printing register and immediate operands,Chris Lattner2010-11-141-2/+9
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-0/+67