aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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