aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2012-03-28Spill DPair registers, not just QPR.Jakob Stoklund Olesen
2012-03-28Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen
2012-03-28Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton
2012-03-27ARMLoadStoreOptimizer invalidates register liveness.Jakob Stoklund Olesen
2012-03-27Invalidate liveness in Thumb2ITBlockPass.Jakob Stoklund Olesen
2012-03-27Prune some includesCraig Topper
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper
2012-03-26ARM has a peephole optimization which looks for a def / use pair. The defEvan Cheng
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-26Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper
2012-03-25Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper
2012-03-25Prune some includes and forward declarations.Craig Topper
2012-03-23ARM tidy up ARMConstantIsland.cpp.Jim Grosbach
2012-03-22Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga
2012-03-22Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga
2012-03-22Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga
2012-03-21Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby
2012-03-20Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...Evan Cheng
2012-03-20remove unused variableMatt Beaumont-Gay
2012-03-20Require a base pointer for stack realignment when SP may vary dynamically.Bob Wilson
2012-03-20Remove some redundant checks.Bob Wilson
2012-03-20Fix assembling ARM vst2 instructions with double-spaced registers.Kevin Enderby
2012-03-20ARM non-scattered MachO relocations for movw/movt.Jim Grosbach
2012-03-20The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga
2012-03-20Test Commit - add a newlineRichard Barton
2012-03-19ARM branch relaxation for unconditional t1 branches.Jim Grosbach
2012-03-19ARM assembly, accept optional '#' on lane index number.Jim Grosbach
2012-03-19Perform mul combine when multiplying wiht negative constants.Anton Korobeynikov
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper
2012-03-16Check if we can handle the arguments of a call (and therefore the call) inBill Wendling
2012-03-16ARM fix silly typo in optional operand alias.Jim Grosbach
2012-03-16ARM divided syntax fmrx/fmxr mnemonics.Jim Grosbach
2012-03-16ARM ldm/stm register lists can be out of order.Jim Grosbach
2012-03-16ARM optional operand on MRC/MCR assembly instructions.Jim Grosbach
2012-03-16ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach
2012-03-15Remove inadvertant commit.Jim Grosbach
2012-03-15[fast-isel] Address Eli's comments for r152847. Specifically, add a test caseChad Rosier
2012-03-15[fast-isel] Don't try to encode LONG_MIN using cmn instructions.Chad Rosier
2012-03-15ARM case-insensitive checking for APSR_nzcv.Jim Grosbach
2012-03-15ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.Jim Grosbach
2012-03-15Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints onLang Hames
2012-03-15Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls
2012-03-12Switch to unified syntax for VFP instructions in inline assembly.Bob Wilson
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-03-08Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper
2012-03-08ARM don't use MCRelaxAll, as it's not safe on ARM.Jim Grosbach
2012-03-07[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point Chad Rosier
2012-03-07ARM pre-v6 assembly parsing for umull/smull.Jim Grosbach
2012-03-07ARM pre-v6 alias for 'nop' to 'mov r0, r0'Jim Grosbach