summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Add PPC option for full register names in asmHal Finkel2013-11-11
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-02
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-26
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-24
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-24
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-12
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-12
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-03
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-26
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-26
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Silence an unused variable warning on release builds.Craig Topper2012-06-23
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* 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
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* 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
* Namespacify.Benjamin Kramer2010-11-25
* 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