Age | Commit message (Expand) | Author |
2010-06-18 | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman |
2010-06-17 | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola |
2010-06-16 | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola |
2010-06-16 | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer |
2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |
2010-06-15 | Remove the arm_aapcscc marker from the tests. It is the default | Rafael Espindola |
2010-06-14 | jump threading can't split a critical edge from an indirectbr. This | Chris Lattner |
2010-06-13 | Test case for r105914. | Benjamin Kramer |
2010-06-05 | Partial specialization was not checking the callsite to make sure it was usin... | Kenneth Uildriks |
2010-06-04 | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel |
2010-05-31 | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands |
2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky |
2010-05-28 | Add missing space; works for me. | Dale Johannesen |
2010-05-28 | Teach instcombine to promote alloca array sizes. | Dan Gohman |
2010-05-28 | Add a testcase for getelementptr index promotion. | Dan Gohman |
2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
2010-05-27 | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands |
2010-05-25 | Properly promote operands when optimizing a single-character memcmp. | Benjamin Kramer |
2010-05-13 | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky |
2010-05-13 | Add testcase for r103653. | Nick Lewycky |
2010-05-08 | make simplifycfg insert an llvm.trap before the 'unreachable' it introduces | Chris Lattner |
2010-05-08 | Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence | Chris Lattner |
2010-05-08 | Fix PR7052, patch by Jakub Staszak! | Chris Lattner |
2010-05-07 | Update test to use valid debug info. | Devang Patel |
2010-05-07 | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman |
2010-05-04 | Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since the | Duncan Sands |
2010-05-04 | Fix a variant of PR6112 found by thinking about it: when doing | Duncan Sands |
2010-05-03 | Check for side effects before splitting loop. | Devang Patel |
2010-05-01 | revert r102831. We already delete dead readonly calls in | Chris Lattner |
2010-05-01 | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson |
2010-05-01 | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner |
2010-05-01 | rename test | Chris Lattner |
2010-05-01 | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner |
2010-05-01 | The inliner has traditionally not considered call sites | Chris Lattner |
2010-04-30 | Dan recently disabled recursive inlining within a function, but we | Chris Lattner |
2010-04-30 | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel |
2010-04-28 | fix this to work with objdir != srcdir | Chris Lattner |
2010-04-28 | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner |
2010-04-26 | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner |
2010-04-23 | no longer xfail | Chris Lattner |
2010-04-23 | fix some failures my callgraph dump format change broke. | Chris Lattner |
2010-04-23 | testcase for the bug that required a patch to be reverted. | Chris Lattner |
2010-04-23 | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner |
2010-04-22 | The inliner was choosing to not consider call sites | Chris Lattner |
2010-04-22 | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner |
2010-04-21 | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner |
2010-04-21 | Revert r101471. For tight recursive functions which have multiple | Dan Gohman |
2010-04-20 | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner |
2010-04-20 | Fix rdar://7879828 - crash in CallGraph, a self host issue. | Chris Lattner |
2010-04-19 | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman |