summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAge
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Namespacify.Benjamin Kramer2010-11-25
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-15
* dissolve some more hacks.Chris Lattner2010-11-15
* fix some fixme's, removing dead code.Chris Lattner2010-11-15
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-15
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-14
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-14
* implement pretty printing support for the various pseudoChris Lattner2010-11-14
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-14
* implement basic support for symbol operand lowering,Chris Lattner2010-11-14
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-14
* implement several trivial operand printers, reducingChris Lattner2010-11-14
* Implement support for printing register and immediate operands,Chris Lattner2010-11-14
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-14