Age | Commit message (Expand) | Author |
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 |
2010-08-09 | Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime... | Evan Cheng |
2010-08-08 | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
2010-08-06 | Add the Optimize Compares pass (disabled by default). | Bill Wendling |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-05 | For local variables in functions with a frame pointer, use FP as a base | Jim Grosbach |
2010-08-05 | Fix indentation. | Bob Wilson |
2010-08-05 | Add an ARM RSCrr instruction for disassembly only. | Bob Wilson |
2010-08-05 | Add an ARM RSBrr instruction for disassembly only. | Bob Wilson |
2010-08-05 | Silence a GCC warning about && and || without explicit parentheses. This | Chandler Carruth |
2010-08-05 | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson |
2010-08-04 | and back in. false alarm on the tests from another unrelated local change. | Jim Grosbach |
2010-08-04 | Implement target specific getDebugValueLocation(). | Devang Patel |
2010-08-04 | oops. revert for a moment to clean up tests first. | Jim Grosbach |
2010-08-04 | Reserve a stack slot if the function adjusts the stack but doesn't | Jim Grosbach |
2010-08-04 | Remove switch for disabling ARM tail calls. They | Dale Johannesen |
2010-08-04 | Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA | Bob Wilson |