summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce codegen for the Signal Processing EngineJustin Hibbits2018-07-181-0/+23
* Complete the SPE instruction set patternsJustin Hibbits2018-07-181-0/+50
* [PPC] Change the register constraint of the first source operand of instructi...Guozhi Wei2017-05-111-0/+17
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-8/+25
* This reverts commit r265505.Kit Barton2016-04-281-6/+0
* [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu...Chuang-Yu Cheng2016-04-061-0/+6
* [Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton2016-03-081-0/+15
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani2015-08-111-2/+0
* [PPC] Disassemble little endian ppc instructions in the right byte orderBenjamin Kramer2015-07-151-8/+17
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-12/+12
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* Add VSX Scalar loads and stores to the PPC back endNemanja Ivanovic2015-05-071-0/+26
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-0/+6
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-1/+1
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+29
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-5/+3
* Misc style fixes. NFC.Rafael Espindola2014-11-101-13/+9
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-6/+4
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-4/+5
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-291-0/+26
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+26
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Add a disassembler to the PowerPC backendHal Finkel2013-12-191-0/+293
OpenPOWER on IntegriCloud