aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+14
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+22
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+17
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+10
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+12
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-0/+7
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-1/+4
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-9/+79
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-3/+6
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-121-1/+0
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-121-0/+1
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-37/+5
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-24/+0
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-031-2/+2
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-1/+1
* 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