aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-022-3/+3
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-302-0/+4
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+5
* Namespacify.Benjamin Kramer2010-11-251-1/+1
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-3/+0
* dissolve some more hacks.Chris Lattner2010-11-151-6/+0
* fix some fixme's, removing dead code.Chris Lattner2010-11-151-8/+2
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-152-17/+0
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-4/+22
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-142-3/+18
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-142-19/+39
* implement pretty printing support for the various pseudoChris Lattner2010-11-141-0/+45
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-142-4/+17
* implement basic support for symbol operand lowering,Chris Lattner2010-11-142-2/+17
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-142-5/+72
* implement several trivial operand printers, reducingChris Lattner2010-11-142-6/+56
* Implement support for printing register and immediate operands,Chris Lattner2010-11-142-3/+45
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-144-0/+130