aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
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
2011-07-01Add support for the ARM 't' register constraint. And another testcaseEric Christopher
2011-07-01Add support for the 'x' constraint.Eric Christopher
2011-06-29In the ARM global merging pass, allow extraneous alignment specifiers. This passCameron Zwarich
2011-06-29Don't depend on the optimization reverted in r134067.Benjamin Kramer
2011-06-27Allow lr in the register options here.Eric Christopher
2011-06-24The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) Chad Rosier
2011-06-22Needs a triple.Nick Lewycky
2011-06-22Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky
2011-06-22Test case for r133560.Devang Patel
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner