aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2010-08-11Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson
2010-08-11cortex m4 has floating point support, but only single precision.Jim Grosbach
2010-08-11Consider this code snippet:Bill Wendling
2010-08-11Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng
2010-08-11ArchV7M implies HW division instructions.Evan Cheng
2010-08-11ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON.Evan Cheng
2010-08-11Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng
2010-08-11MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar
2010-08-11MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar
2010-08-11MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar
2010-08-11MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar
2010-08-11MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar
2010-08-11Really control isel of barrier instructions with cpu feature.Evan Cheng
2010-08-11Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng
2010-08-11- Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng
2010-08-11MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar
2010-08-11MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar
2010-08-11ARM: Mark some disassembler only instructions as not available for matching --Daniel Dunbar
2010-08-11ARM: Quote $p in an asm string.Daniel Dunbar
2010-08-11Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds.Bill Wendling
2010-08-11Mark ARM compare instructions as isCompare.Bill Wendling
2010-08-11Add a separate ARM instruction format for Saturate instructions.Bob Wilson
2010-08-10CBZ and CBNZ are implemented.Evan Cheng
2010-08-10Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling
2010-08-10Delete some unused instructions.Evan Cheng
2010-08-10Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng
2010-08-10Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar
2010-08-10Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng
2010-08-09ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(Evan Cheng
2010-08-09Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.Evan Cheng
2010-08-09Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng
2010-08-09Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng
2010-08-08Use the "isCompare" machine instruction attribute instead of calling theBill Wendling
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05For local variables in functions with a frame pointer, use FP as a baseJim Grosbach
2010-08-05Fix indentation.Bob Wilson
2010-08-05Add an ARM RSCrr instruction for disassembly only.Bob Wilson
2010-08-05Add an ARM RSBrr instruction for disassembly only.Bob Wilson
2010-08-05Silence a GCC warning about && and || without explicit parentheses. ThisChandler Carruth
2010-08-05ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson
2010-08-04and back in. false alarm on the tests from another unrelated local change.Jim Grosbach
2010-08-04Implement target specific getDebugValueLocation().Devang Patel
2010-08-04oops. revert for a moment to clean up tests first.Jim Grosbach
2010-08-04Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach
2010-08-04Remove switch for disabling ARM tail calls. TheyDale Johannesen
2010-08-04Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson