aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2SizeReduction.cpp
AgeCommit message (Expand)Author
2010-06-24PR7458: Try commuting Thumb2 instruction operands to put them into 2-addressBob Wilson
2010-06-08fix typoJim Grosbach
2010-04-13Use MachineBasicBlock::isLiveIn.Dan Gohman
2010-03-13Fix another warning. There is a functionality change but I believe it's correct.Benjamin Kramer
2010-03-13Change ARM ld/st multiple instructions to have variant instructions forBob Wilson
2010-02-09Radar 7417921Jim Grosbach
2010-01-22Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-24Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov
2009-11-19Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-28Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng
2009-09-09Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng
2009-09-06Remove some not-really-used variables, as warnedDuncan Sands
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-16Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used a...Benjamin Kramer
2009-08-15Turn on if-conversion for thumb2.Evan Cheng
2009-08-14Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng
2009-08-12PredCC is meant to be 2 bits wide, like PredCC1.Evan Cheng
2009-08-12Shrink Thumb2 movcc instructions.Evan Cheng
2009-08-12Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng
2009-08-11Shrinkify Thumb2 r = add sp, imm.Evan Cheng
2009-08-11Shrinkify Thumb2 load / store multiple instructions.Evan Cheng
2009-08-11Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng
2009-08-11Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form toEvan Cheng
2009-08-10Watch out for empty BB.Evan Cheng
2009-08-10rev, rev16, and revsh do not set CPSR.Evan Cheng
2009-08-10Duh. Most 16-bit Thumb rr instructions are two-address. Fix table.Evan Cheng
2009-08-10CPSR can be livein; transfer predicate operands correctly; tMUL is two-address.Evan Cheng
2009-08-10Add support to reduce most of 32-bit Thumb2 arithmetic instructions.Evan Cheng
2009-08-09Add support to convert 32-bit instructions to 16-bit non-two-address ones.Evan Cheng
2009-08-08Add a skeleton Thumb2 instruction size reduction pass.Evan Cheng