summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-9/+79
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-242-4/+7
* 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-232-41/+5
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-162-26/+0
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-031-2/+2
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-1/+1
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-261-25/+0
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-261-3/+0
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-3/+3
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* Silence an unused variable warning on release builds.Craig Topper2012-06-231-2/+2
* Add support for the PPC isel instruction.Hal Finkel2012-06-222-2/+27
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-022-5/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-022-4/+2
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-3/+3
OpenPOWER on IntegriCloud