summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-543/+0
* [PowerPC] Add secure plt support for TLS symbolsStrahinja Petrovic2019-03-061-4/+13
* Fix undefined behaviour in PPCInstPrinter::printBranchOperand.Sean Fertile2019-02-121-1/+1
* [PowerPC] Fix printing of negative offsets in call instruction dissasembly.Sean Fertile2019-02-121-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PowerPC] [NFC] Refactor code for printing register operandsNemanja Ivanovic2018-09-271-33/+4
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* First step towards more human-friendly PPC assembler output:Joerg Sonnenberger2017-11-291-23/+62
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [PowerPC] Pretty-print CR bits the way the binutils disassembler doesNemanja Ivanovic2017-07-251-11/+26
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [PowerPC] Eliminate integer compare instructions - vol. 1Nemanja Ivanovic2017-05-111-1/+2
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-9/+19
* [Power9] Exploit move and splat instructions for build_vector improvementNemanja Ivanovic2016-09-231-2/+4
* [Power9] Add exploitation of non-permuting memory opsNemanja Ivanovic2016-09-221-0/+13
* [PowerPC] Support asm parsing for bc[l][a][+-] mnemonicsHal Finkel2016-09-031-0/+9
* [PowerPC] Add support for the extended dcbf form and mnemonicsHal Finkel2016-09-021-0/+19
* [PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast iselUlrich Weigand2016-03-311-11/+0
* [Power9] Implement new vsx instructions: insert, extract, test data class, mi...Chuang-Yu Cheng2016-03-281-0/+14
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-221-0/+7
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+2
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-1/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-1/+1
* [PowerPC] Add asm/disasm support for dcbt with hintHal Finkel2015-04-231-0/+32
* [PowerPC] Enable printing instructions using aliasesHal Finkel2015-04-231-2/+4
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-0/+7
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+7
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-1/+22
* Fix signed integer overflow in PPCInstPrinter.Alexey Samsonov2014-09-021-1/+1
* Support move to/from segment register.Joerg Sonnenberger2014-07-291-0/+7
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-251-1/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-1/+11
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-0/+6
* 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
OpenPOWER on IntegriCloud