summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-76/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* First step towards more human-friendly PPC assembler output:Joerg Sonnenberger2017-11-291-8/+11
* [PowerPC] Support asm parsing for bc[l][a][+-] mnemonicsHal Finkel2016-09-031-0/+1
* [Power9] Implement new vsx instructions: insert, extract, test data class, mi...Chuang-Yu Cheng2016-03-281-0/+2
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-221-0/+1
* [PowerPC] Enable printing instructions using aliasesHal Finkel2015-04-231-0/+4
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+2
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-0/+1
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+1
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Support move to/from segment register.Joerg Sonnenberger2014-07-291-0/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-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
OpenPOWER on IntegriCloud