aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-5/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-0/+1
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-1/+1
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-4/+0
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-2/+0
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-1/+1
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-2/+0
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-3/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+1
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-1/+1
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+5
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-3/+0
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-151-4/+0
* make the stubbed-out printer methods abort instead of Chris Lattner2010-11-141-3/+3
* wire up a few more things, down to 4 test failures, allChris Lattner2010-11-141-2/+2
* Wire up symbol hi/lo printing. We don't print hi()/lo(), but this getsChris Lattner2010-11-141-4/+2
* implement basic support for symbol operand lowering,Chris Lattner2010-11-141-2/+4
* implement basic support for memory operands and crbit operands,Chris Lattner2010-11-141-5/+7
* implement several trivial operand printers, reducingChris Lattner2010-11-141-6/+6
* Implement support for printing register and immediate operands,Chris Lattner2010-11-141-2/+9
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-0/+67