aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2011-09-01Prevent remat of partial register redefinitions.Jakob Stoklund Olesen
2011-08-31Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman
2011-08-3164-bit atomic cmpxchg for ARM.Eli Friedman
2011-08-31Some minor cleanups for r138845.Eli Friedman
2011-08-31Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.Eli Friedman
2011-08-30Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng
2011-08-29Add testcase for r138746.Owen Anderson
2011-08-26Atomic load/store on ARM/Thumb.Eli Friedman
2011-08-25ARM fix for missing implicit operands on ldmia_ret.Andrew Trick
2011-08-20With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."Chad Rosier
2011-08-20VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg.Chad Rosier
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel
2011-08-19Use regex to remove false dependencies on register allocation.Jim Grosbach
2011-08-19Update tests.Jim Grosbach
2011-08-18FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin
2011-08-17Thumb assembly parsing and encoding for ADR.Jim Grosbach
2011-08-15Fix this test to avoid leaving a temporary file behind.Eric Christopher
2011-08-13Expand VMOVQQQQ pseudo instructions.Bob Wilson
2011-08-11ARM push of a single register encodes as pre-indexed STR.Jim Grosbach
2011-08-11ARM pop of a single register encodes as post-indexed LDR.Jim Grosbach
2011-08-10While extending definition range of a debug variable, consult lexical scopes ...Devang Patel
2011-08-10Add support for the R and Q constraints.Rafael Espindola
2011-08-09Inflate register classes after coalescing.Jakob Stoklund Olesen
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola
2011-08-04print st_other with the correct number of bits.Rafael Espindola
2011-08-04print st_type with the correct number of bits.Rafael Espindola
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola
2011-08-04Print r_type with the correct number of bits.Rafael Espindola
2011-08-04Change anther counter to decimal.Rafael Espindola
2011-08-04Don't print a counter in hex.Rafael Espindola
2011-08-03Remove underscore that's breaking linux buildbots.Benjamin Kramer
2011-08-03Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak
2011-08-03Use byte offset, instead of element number, to access merged global.Devang Patel
2011-07-29Add support for the 'Q' constraint.Eric Christopher
2011-07-29Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen
2011-07-29Add -verify-arm-pseudo-expand.Jakob Stoklund Olesen
2011-07-28Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen
2011-07-26FileCheck'ize test.Jim Grosbach
2011-07-18Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen
2011-07-15Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson
2011-07-14Add a testcase for r135123.Eric Christopher
2011-07-13Improve codegen for select's:Evan Cheng
2011-07-11Simplify printing of ARM shifted immediates.Jim Grosbach
2011-07-11Add a missing test for r134882.Cameron Zwarich
2011-07-08Be more aggressive about following hints.Jakob Stoklund Olesen
2011-07-08Use ARMPseudoExpand for ARM tail calls.Jim Grosbach
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2011-07-02FileCheck-ize and simplify RUN lines.Chandler Carruth
2011-07-01Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher