summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+52
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-14/+39
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-31/+231
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-55/+48
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-25/+27
* Update to LLVM 3.5a.Stephen Hines2014-04-241-32/+233
* 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
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-241-0/+9
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-0/+16
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-0/+14
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+12
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-1/+4
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-5/+5
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-201-1/+91
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-16/+0
* [PowerPC] Fix memory corruption in AsmParserUlrich Weigand2013-05-061-7/+7
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-031-0/+58
* [PowerPC] Add assembler parserUlrich Weigand2013-05-031-0/+681