| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC] Revert r185476 and fix up TLS variant kinds | Ulrich Weigand | 2013-07-09 | 1 | -4/+4 |
* | [PowerPC] Support ".machine any" | Ulrich Weigand | 2013-07-09 | 1 | -0/+14 |
* | [PowerPC] Support .llong and fix .word | Ulrich Weigand | 2013-07-09 | 3 | -1/+57 |
* | [PowerPC] Support time base instructions | Ulrich Weigand | 2013-07-08 | 1 | -0/+9 |
* | [PowerPC] Support basic compare mnemonics | Ulrich Weigand | 2013-07-08 | 1 | -1/+19 |
* | [PowerPC] Add some special @got@tprel fixup cases | Ulrich Weigand | 2013-07-05 | 1 | -0/+20 |
* | [PowerPC] Make test case buildable with GNU as | Ulrich Weigand | 2013-07-05 | 1 | -12/+7 |
* | [PowerPC] Support @tls in the asm parser | Ulrich Weigand | 2013-07-05 | 2 | -2/+15 |
* | [PowerPC] Implement writeNopData | Ulrich Weigand | 2013-07-04 | 1 | -0/+9 |
* | [PowerPC] Add all trap mnemonics | Ulrich Weigand | 2013-07-04 | 2 | -2/+149 |
* | [PowerPC] Add asm parser support for CR expressions | Ulrich Weigand | 2013-07-04 | 1 | -1/+99 |
* | [PowerPC] Support lmw/stmw in the asm parser | Ulrich Weigand | 2013-07-03 | 1 | -1/+6 |
* | [PowerPC] Use mtocrf when available | Ulrich Weigand | 2013-07-03 | 2 | -4/+6 |
* | [PowerPC] Support mtspr/mfspr in the asm parser | Ulrich Weigand | 2013-07-03 | 2 | -4/+8 |
* | [PowerPC] PR16512 - Support TLS call sequences in the asm parser | Ulrich Weigand | 2013-07-02 | 1 | -0/+14 |
* | Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling | Hal Finkel | 2013-07-02 | 1 | -0/+235 |
* | [PowerPC] Add support for TLS data relocations | Ulrich Weigand | 2013-07-01 | 1 | -2/+19 |
* | [PowerPC] Support all condition register logical instructions | Ulrich Weigand | 2013-07-01 | 2 | -7/+22 |
* | [PowerPC] Also add "msync" alias | Ulrich Weigand | 2013-07-01 | 1 | -0/+2 |
* | [PowerPC] Fix @got references to local symbols | Ulrich Weigand | 2013-07-01 | 1 | -0/+46 |
* | [PowerPC] Add "wait" instruction | Ulrich Weigand | 2013-07-01 | 1 | -4/+8 |
* | [PowerPC] Support "eieio" instruction | Ulrich Weigand | 2013-07-01 | 1 | -1/+2 |
* | [PowerPC] Add some existing instructions to ppc64-encoding-bookII.s | Ulrich Weigand | 2013-07-01 | 1 | -3/+8 |
* | [PowerPC] Add variants of "sync" instruction | Ulrich Weigand | 2013-07-01 | 1 | -4/+7 |
* | [PowerPC] Accept 17-bit signed immediates for addis | Ulrich Weigand | 2013-06-26 | 2 | -0/+16 |
* | [PowerPC] Support symbolic u16imm operands | Ulrich Weigand | 2013-06-26 | 1 | -0/+10 |
* | [PowerPC] Support @got modifier | Ulrich Weigand | 2013-06-25 | 1 | -0/+35 |
* | [PowerPC] Add extended rotate/shift mnemonics | Ulrich Weigand | 2013-06-25 | 1 | -43/+85 |
* | [PowerPC] Add rldcr/rldic instructions | Ulrich Weigand | 2013-06-25 | 1 | -4/+8 |
* | [PowerPC] Add extended subtract mnemonics | Ulrich Weigand | 2013-06-25 | 1 | -1/+19 |
* | [PowerPC] Support some miscellaneous mnemonics in the asm parser | Ulrich Weigand | 2013-06-24 | 1 | -5/+10 |
* | [PowerPC] Add some FIXMEs | Ulrich Weigand | 2013-06-24 | 1 | -0/+25 |
* | [PowerPC] Add predicted forms of branches | Ulrich Weigand | 2013-06-24 | 1 | -0/+1136 |
* | [PowerPC] Add t/f branch mnemonics to asm parser | Ulrich Weigand | 2013-06-24 | 1 | -81/+107 |
* | [PowerPC] Support generic conditional branches in asm parser | Ulrich Weigand | 2013-06-24 | 1 | -9/+29 |
* | [PowerPC] Support absolute branches | Ulrich Weigand | 2013-06-24 | 4 | -54/+197 |
* | [PowerPC] Support bd(n)zl and bd(n)zlrl | Ulrich Weigand | 2013-06-24 | 1 | -4/+10 |
* | [PowerPC] Support b(cond)l in the asm parser | Ulrich Weigand | 2013-06-24 | 1 | -24/+72 |
* | [PowerPC] Support blrl and variants in the asm parser | Ulrich Weigand | 2013-06-24 | 1 | -25/+50 |
* | [PowerPC] Support R_PPC_REL16 family of relocations | Ulrich Weigand | 2013-06-21 | 1 | -0/+26 |
* | [PowerPC] Support various tls-related modifiers | Ulrich Weigand | 2013-06-21 | 1 | -0/+129 |
* | [PowerPC] Support @higher et.al. modifiers | Ulrich Weigand | 2013-06-21 | 2 | -1/+29 |
* | [PowerPC] Support @toc@h modifier | Ulrich Weigand | 2013-06-21 | 1 | -0/+5 |
* | [PowerPC] Support @h modifier | Ulrich Weigand | 2013-06-21 | 2 | -2/+17 |
* | [MC] Support @ variants with directional labels | Ulrich Weigand | 2013-06-20 | 1 | -1/+7 |
* | [PowerPC] Optimize @ha/@l constructs | Ulrich Weigand | 2013-06-20 | 1 | -2/+19 |
* | [PowerPC] Support compare mnemonics with implied CR0 | Ulrich Weigand | 2013-06-20 | 1 | -0/+16 |
* | [MC/DWARF] Support .debug_frame / .debug_line code alignment factors | Ulrich Weigand | 2013-06-12 | 1 | -2/+2 |
* | [PowerPC] Use assembler source in MC tests | Ulrich Weigand | 2013-06-12 | 6 | -155/+152 |
* | [PowerPC] Support extended sc mnemonic | Ulrich Weigand | 2013-06-10 | 1 | -0/+2 |