summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-3/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [PowerPC] Remove the SPE4RC register class and instead add f32 to the GPRC re...Craig Topper2019-09-121-6/+0
* [PowerPC][HTM] Fix disassembling buffer overflow for tabortdc and othersJinsong Ji2019-06-271-6/+0
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [PowerPC] Fix printing of negative offsets in call instruction dissasembly.Sean Fertile2019-02-121-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [PowerPC][NFC] Macro for register set defs for the Asm ParserNemanja Ivanovic2018-12-291-191/+18
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+1
* 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
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* 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
* Prune dependency to MC from each target disassembler.NAKAMURA Takumi2014-07-241-1/+1
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+1
* [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
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-101-1/+1
* [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-194-0/+335
OpenPOWER on IntegriCloud