| Age | Commit message (Expand) | Author |
| 2010-08-17 | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner |
| 2010-08-17 | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson |
| 2010-08-17 | Copy over some overridden MI wrappers for ARM fast-isel. This is where | Eric Christopher |
| 2010-08-17 | Make arm fast-isel possible to enable via command line. | Eric Christopher |
| 2010-08-16 | Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. | Bob Wilson |
| 2010-08-16 | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson |
| 2010-08-16 | Rename sat_shift operand to shift_imm, in preparation for using it for other | Bob Wilson |
| 2010-08-16 | Remove unused code. | Bob Wilson |
| 2010-08-14 | T2I_rbin_irs rr variant is for disassembly only, so don't provide a pattern. | Bob Wilson |
| 2010-08-13 | Add a Thumb2 t2RSBrr instruction for disassembly only. | Bob Wilson |
| 2010-08-13 | Temporarily disable tail calls on ARM to work around some linker problems. | Bob Wilson |
| 2010-08-13 | Move the Thumb2 SSAT and USAT optional shift operator out of the | Bob Wilson |
| 2010-08-13 | Refactor the code for disassembling Thumb2 saturate instructions along the | Bob Wilson |
| 2010-08-12 | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen |
| 2010-08-12 | Make sure ARM constant island pass does not break up an IT block. If the spli... | Evan Cheng |
| 2010-08-12 | The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td | Johnny Chen |
| 2010-08-12 | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar |
| 2010-08-12 | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar |
| 2010-08-11 | Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm. | Johnny Chen |
| 2010-08-11 | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson |
| 2010-08-11 | cortex m4 has floating point support, but only single precision. | Jim Grosbach |
| 2010-08-11 | Consider this code snippet: | Bill Wendling |
| 2010-08-11 | Report error if codegen tries to instantiate a ARM target when the cpu does s... | Evan Cheng |
| 2010-08-11 | ArchV7M implies HW division instructions. | Evan Cheng |
| 2010-08-11 | ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON. | Evan Cheng |
| 2010-08-11 | Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.) | Evan Cheng |
| 2010-08-11 | MC/ARM: Add basic support for handling predication by parsing it out of the m... | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Split mnemonic on '.' characters. | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Fill in ARMOperand::dump a bit. | Daniel Dunbar |
| 2010-08-11 | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Add an ARMOperand class for condition codes. | Daniel Dunbar |
| 2010-08-11 | Really control isel of barrier instructions with cpu feature. | Evan Cheng |
| 2010-08-11 | Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bit | Evan Cheng |
| 2010-08-11 | - Add subtarget feature -mattr=+db which determine whether an ARM cpu has the | Evan Cheng |
| 2010-08-11 | MC/ARM: Switch to using the generated match functions instead of stub impleme... | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Enable generation of the ARM asm matcher, not that it can do much. | Daniel Dunbar |
| 2010-08-11 | ARM: Mark some disassembler only instructions as not available for matching -- | Daniel Dunbar |
| 2010-08-11 | ARM: Quote $p in an asm string. | Daniel Dunbar |
| 2010-08-11 | Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds. | Bill Wendling |
| 2010-08-11 | Mark ARM compare instructions as isCompare. | Bill Wendling |
| 2010-08-11 | Add a separate ARM instruction format for Saturate instructions. | Bob Wilson |
| 2010-08-10 | CBZ and CBNZ are implemented. | Evan Cheng |
| 2010-08-10 | Turn optimize compares back on with fix. We needed to test that a machine op was | Bill Wendling |
| 2010-08-10 | Delete some unused instructions. | Evan Cheng |
| 2010-08-10 | Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function... | Evan Cheng |
| 2010-08-10 | Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP | Daniel Dunbar |
| 2010-08-10 | Fix ARM hasFP() semantics. It should return true whenever FP register is | Evan Cheng |
| 2010-08-09 | ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-( | Evan Cheng |
| 2010-08-09 | Explicitly initialize SlowFPBrcc and Pref32BitThumb to false. | Evan Cheng |
| 2010-08-09 | Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more... | Evan Cheng |