aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-1/+4
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-4/+8
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+5
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+107
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-0/+12
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-272-0/+7
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-2/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-122-2/+2
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-4/+4
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+14
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-093-1/+57
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+9
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-081-1/+19
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [PowerPC] Make test case buildable with GNU asUlrich Weigand2013-07-051-12/+7
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-052-2/+15
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-0/+9
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-042-2/+149
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-041-1/+99
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-031-1/+6
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-032-4/+6
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-032-4/+8
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-021-0/+14
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-0/+235
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-2/+19
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-012-7/+22
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-011-0/+2
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+46
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-011-4/+8
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-011-1/+2
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-011-3/+8
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-011-4/+7
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-262-0/+16
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-0/+10
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+35
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-251-43/+85
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-251-4/+8
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-251-1/+19
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-241-5/+10
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-241-0/+25
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-0/+1136
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-241-81/+107
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-241-9/+29
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-244-54/+197
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-241-4/+10
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-241-24/+72
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-241-25/+50
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+26
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+129