summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-114-644/+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-193-12/+9
* [PowerPC] [NFC] Refactor code for printing register operandsNemanja Ivanovic2018-09-271-33/+4
* Remove trailing spaceFangrui Song2018-07-302-3/+3
* First step towards more human-friendly PPC assembler output:Joerg Sonnenberger2017-11-292-31/+73
* 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-032-0/+10
* [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-282-0/+16
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* 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-222-0/+8
* 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-232-2/+8
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-252-0/+8
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-042-0/+8
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-252-1/+23
* Fix signed integer overflow in PPCInstPrinter.Alexey Samsonov2014-09-021-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Support move to/from segment register.Joerg Sonnenberger2014-07-292-0/+8
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-251-1/+8
* [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
* [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-132-2/+12
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-0/+6
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* 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] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-5/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-022-0/+8
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-1/+4
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
OpenPOWER on IntegriCloud