summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-101-2/+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
* [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-3/+0
* 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
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-1/+1
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-081-0/+24
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-7/+48
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-041-4/+83
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-021-2/+23
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-0/+4
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-261-0/+2
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-251-9/+189
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-251-0/+40
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-251-2/+2
OpenPOWER on IntegriCloud