summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
Commit message (Collapse)AuthorAgeFilesLines
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-3/+0
| | | | llvm-svn: 119124
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-151-4/+0
| | | | | | | instructions, allowing is to eliminate some dead operand printing methods from the instprinter. llvm-svn: 119113
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-141-3/+3
| | | | | | printing nothing. This gets us back up to 24 failures. llvm-svn: 119083
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-141-2/+2
| | | | | | about handling $stub, lo/hi etc. llvm-svn: 119082
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-141-4/+2
| | | | | | us further along. Only 28 failures now. llvm-svn: 119079
* implement basic support for symbol operand lowering,Chris Lattner2010-11-141-2/+4
| | | | | | and printing support for call operands. Down to 77 failures. llvm-svn: 119078
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-141-5/+7
| | | | | | this fixes 3 more ppc tests. llvm-svn: 119065
* implement several trivial operand printers, reducingChris Lattner2010-11-141-6/+6
| | | | | | failures in CodeGen/PowerPC from 120 -> 117 llvm-svn: 119063
* Implement support for printing register and immediate operands,Chris Lattner2010-11-141-2/+9
| | | | | | | | | | | | | | add support for darwin vs aix syntax. We now can print instructions like this: add r3, r3, r4 blr and (in aix mode): add 3, 3, 4 blr llvm-svn: 119062
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-0/+67
llvm-svn: 119059
OpenPOWER on IntegriCloud