summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* correct target directive handling error handlingSaleem Abdulrasool2014-01-131-19/+37
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-9/+9
* [Powerpc darwin] AsmParser Base implementation.Iain Sandoe2013-12-141-13/+134
* Use StringRef::startswith_lower. No functionality change.Rui Ueyama2013-10-311-4/+4
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+2
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-2/+4
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+27
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-031-10/+31
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+3
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-0/+1
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+54
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+27
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-091-1/+3
OpenPOWER on IntegriCloud