| Commit message (Expand) | Author | Age | Files | Lines |
* | (sub X, imm) gets canonicalized to (add X, -imm) | Evan Cheng | 2012-06-23 | 1 | -3/+0 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits | Kevin Enderby | 2012-05-03 | 1 | -7/+8 |
* | Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures. | Richard Barton | 2012-05-02 | 1 | -4/+8 |
* | ARM: Thumb add(sp plus register) asm constraints. | Jim Grosbach | 2012-04-27 | 1 | -2/+2 |
* | ARM: Tweak tADDrSP definition for consistent operand order. | Jim Grosbach | 2012-04-27 | 1 | -2/+2 |
* | ARM add missing Thumb1 two-operand aliases for shift-by-immediate. | Jim Grosbach | 2012-04-11 | 1 | -0/+8 |
* | Eliminate iOS-specific tail call instructions. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -8/+4 |
* | Deduplicate ARM call-related instructions. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -44/+7 |
* | ARM assembly aliases for add negative immediates using sub. | Jim Grosbach | 2012-04-05 | 1 | -0/+11 |
* | Switch ARM target to register masks. | Jakob Stoklund Olesen | 2012-02-24 | 1 | -14/+4 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE... | James Molloy | 2012-02-09 | 1 | -0/+1 |
* | Rename pattern for clarity. | Jim Grosbach | 2012-01-18 | 1 | -4/+3 |
* | Use RegisterTuples to generate pseudo-registers. | Jakob Stoklund Olesen | 2012-01-13 | 1 | -4/+10 |
* | Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> | Bob Wilson | 2011-12-22 | 1 | -0/+4 |
* | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng | 2011-12-20 | 1 | -26/+26 |
* | ARM pre-UAL NEG mnemonic for convenience when porting old code. | Jim Grosbach | 2011-12-13 | 1 | -3/+5 |
* | Now Igor, throw the switch...give my creation life! | Bill Wendling | 2011-10-17 | 1 | -1/+2 |
* | Mark tADDrSPi as having side effects again. | Jakob Stoklund Olesen | 2011-10-15 | 1 | -3/+3 |
* | Ban rematerializable instructions with side effects. | Jakob Stoklund Olesen | 2011-10-14 | 1 | -1/+1 |
* | Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction. | Jim Grosbach | 2011-09-20 | 1 | -0/+8 |
* | Thumb CPS definition is not disassembler only. | Jim Grosbach | 2011-09-20 | 1 | -2/+1 |
* | Thumb2 assembly parsing and encoding for SUB(immediate). | Jim Grosbach | 2011-09-16 | 1 | -3/+3 |
* | Use a more efficient lowering for Unordered/Monotonic atomic load/store on Th... | Eli Friedman | 2011-09-15 | 1 | -0/+25 |
* | Thumb unconditional branches are allowed in IT blocks, and therefore should h... | Owen Anderson | 2011-09-09 | 1 | -4/+5 |
* | Thumb parsing and encoding for SUB (SP minu immediate). | Jim Grosbach | 2011-08-24 | 1 | -4/+6 |
* | Thumb parsing and encoding support for ADD SP instructions. | Jim Grosbach | 2011-08-24 | 1 | -17/+30 |
* | Add missing explicit writeback operand to tSTMIA_UPD. | Jim Grosbach | 2011-08-24 | 1 | -3/+4 |
* | Thumb add SP assembly syntax fix. | Jim Grosbach | 2011-08-24 | 1 | -2/+2 |
* | Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode. | Jim Grosbach | 2011-08-24 | 1 | -15/+15 |
* | Thumb parsing and encoding for SVC. | Jim Grosbach | 2011-08-23 | 1 | -1/+1 |
* | Thumb parsing and encoding for tSTRspi. | Jim Grosbach | 2011-08-23 | 1 | -0/+2 |
* | Clean up Thumb load/store multiple definitions. | Jim Grosbach | 2011-08-23 | 1 | -36/+34 |
* | Revert r138278 now that r138289 has fixed the root issue. | Jim Grosbach | 2011-08-22 | 1 | -1/+1 |
* | Temporarilly mark tMUL as not commutable. | Jim Grosbach | 2011-08-22 | 1 | -1/+1 |
* | Clean up predicates on ARM target instruction aliases. | Jim Grosbach | 2011-08-22 | 1 | -9/+6 |
* | Thumb parsing and encoding support for NOP. | Jim Grosbach | 2011-08-19 | 1 | -1/+7 |
* | Fix NEG alias | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
* | Update tests. | Jim Grosbach | 2011-08-19 | 1 | -0/+4 |
* | Thumb assembly parsing and encoding for MUL. | Jim Grosbach | 2011-08-19 | 1 | -4/+14 |
* | Thumb assembly parsing and encoding for MOV. | Jim Grosbach | 2011-08-19 | 1 | -0/+5 |
* | Thumb assembly parsing and encoding for LSL(immediate). | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
* | Thumb assembly parsing and encoding for LDRSB and LDRSH. | Jim Grosbach | 2011-08-19 | 1 | -0/+1 |
* | Thumb assembly parsing and encoding for LDRH. | Jim Grosbach | 2011-08-19 | 1 | -0/+2 |
* | Thumb assembly parsing and encoding for LDRB. | Jim Grosbach | 2011-08-19 | 1 | -0/+2 |
* | Thumb assembly parsing and encoding for LDR(immediate) form T2. | Jim Grosbach | 2011-08-19 | 1 | -0/+2 |
* | Thumb assembly parsing and encoding for LDR(immediate) form T1. | Jim Grosbach | 2011-08-19 | 1 | -0/+2 |
* | Add explanatory comment. | Jim Grosbach | 2011-08-19 | 1 | -0/+5 |
* | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 1 | -3/+8 |