summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-7/+6
* [MC] Don't crash when .word is given bogus valuesDavid Majnemer2015-10-261-1/+10
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* Properly handle the mftb instruction.Kit Barton2015-06-161-0/+7
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-1/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-18/+18
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-2/+2
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-221-0/+2
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-81/+81
* 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/+24
* [PowerPC] Support register name prefixes for vector registersHal Finkel2015-04-231-0/+8
* [PowerPC] Add asm/disasm support for dcbt with hintHal Finkel2015-04-231-0/+49
* [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc...Hal Finkel2015-03-281-0/+52
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-0/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-3/+3
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+1
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+26
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-2/+1
* [PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. On...Craig Topper2014-12-181-12/+12
* MCAsmParserExtension has a copy of the MCAsmParser. Use it.Rafael Espindola2014-11-111-9/+11
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-3/+3
* PPC: Clean up pointer casting, no functionality change.Benjamin Kramer2014-08-151-2/+2
* @l and friends adjust their value depending the context used in.Joerg Sonnenberger2014-08-101-6/+92
* Allow the third argument for the subi family to be an expression.Joerg Sonnenberger2014-08-091-8/+27
* Allow large immediates for branch instructions in 32bit mode.Joerg Sonnenberger2014-08-081-3/+17
* Add support for SPE load/store from memory.Joerg Sonnenberger2014-08-081-0/+9
* SPRG 0 to 3 are valid outside BookE, so move them to the normal testJoerg Sonnenberger2014-07-301-0/+4
* Support move to/from segment register.Joerg Sonnenberger2014-07-291-0/+1
* [PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand2014-07-201-0/+41
* [PowerPC] ELFv2 MC support for .abiversion directiveUlrich Weigand2014-07-201-0/+24
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-55/+48
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-18/+19
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-6/+6
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-291-0/+24
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+31
* Allow exclamation and tilde to be parsed as a part of the ppc asm operand.Roman Divacky2014-03-121-0/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Remove an easy use of EmitRawText from PPC.Rafael Espindola2014-01-251-0/+5
OpenPOWER on IntegriCloud