aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-07-02FileCheck-ize another X86 test, making it more precisely verify theChandler Carruth
2011-07-02Quote two greps which contain parentheses.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUN lines.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and tighten up assertions to only check the relevant sections.Chandler Carruth
2011-07-02FileCheck-ize and cleanup IR.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02Remove a grep that is already checked with FileCheck.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and modernize IR.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUNs.Chandler Carruth
2011-07-02FileCheck-ize and modernize the RUN line.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize a test, avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize and simplify this test.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize another codegen test.Chandler Carruth
2011-07-02Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth
2011-07-02FileCheck-ize another test, and upgrade its syntax a bit.Chandler Carruth
2011-07-02FileCheck-ize another codegen test, tightening it up.Chandler Carruth
2011-07-02FileCheck-ize another test, making it much more precise for testing theChandler Carruth
2011-07-02FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth
2011-07-02FileCheck-ize a test, no functionality changed.Chandler Carruth
2011-07-02Better diagnostics when inline asm fails to allocate.Jakob Stoklund Olesen
2011-07-02Be less specific about register allocation ordering.Eric Christopher
2011-07-02indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.Andrew Trick
2011-07-01TargetConstant immediates won't be placed into registers so tightenEric Christopher
2011-07-01Teach IVUsers to stop at non-affine expressions unless they are bothDan Gohman
2011-07-01ARMv7M vs. ARMv7E-M support.Jim Grosbach
2011-07-01Improve constant folding of undef for cmp and select operators.Dan Gohman
2011-07-01Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher
2011-07-01Improve constant folding of undef for binary operators.Dan Gohman
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-30Fix a problem with fast-isel return values introduced in r134018.Jakob Stoklund Olesen
2011-06-30Add support for the 'h' constraint.Eric Christopher
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach
2011-06-30Add r134057 back, but splice the predecessor after the successors phiRafael Espindola
2011-06-30indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...Andrew Trick
2011-06-30Pseudo-ize the t2LDMIA_RET instruction.Jim Grosbach
2011-06-30Recognize the xstorerng alias for VIA PadLock's xstore instruction.Joerg Sonnenberger
2011-06-30indvars -disable-iv-rewrite: handle an edge case involving identity phis.Andrew Trick
2011-06-30Fix a small thinko for constant i64 lock/orq optimization where weEric Christopher
2011-06-29Revert r133953 for now.Devang Patel
2011-06-29indvars -disable-iv-rewrite: insert new trunc instructions carefully.Andrew Trick
2011-06-29In the ARM global merging pass, allow extraneous alignment specifiers. This passCameron Zwarich
2011-06-29Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier