summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-261-25/+0
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-261-3/+0
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-3/+3
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* Silence an unused variable warning on release builds.Craig Topper2012-06-231-2/+2
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-1/+26
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-4/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-4/+4
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-4/+4
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+7
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+2
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-2/+2
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+3
* Namespacify.Benjamin Kramer2010-11-251-1/+1
* 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-151-13/+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-141-0/+15
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-141-17/+37
* 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-141-0/+15
* implement basic support for symbol operand lowering,Chris Lattner2010-11-141-0/+13
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-141-0/+65
* implement several trivial operand printers, reducingChris Lattner2010-11-141-0/+50
* Implement support for printing register and immediate operands,Chris Lattner2010-11-141-1/+36
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-0/+41
OpenPOWER on IntegriCloud