Age | Commit message (Expand) | Author |
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 |
2010-04-17 | Fix declarations in a few more tests. | Nick Lewycky |
2010-04-17 | Fix intrinsic signature in this test. | Nick Lewycky |
2010-04-17 | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson |
2010-04-16 | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman |
2010-04-16 | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman |
2010-04-16 | move comment. | Chris Lattner |
2010-04-16 | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner |
2010-04-14 | Trim tests and convert to FileCheck. | Evan Cheng |
2010-04-14 | Revert r101213. | Nick Lewycky |
2010-04-14 | Commit testcase for r101213. | Nick Lewycky |
2010-04-13 | Teach ScalarEvolution to simplify smax and umax when it can prove | Dan Gohman |
2010-04-13 | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman |
2010-04-12 | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman |
2010-04-12 | Verify function prototypes before trying to optimize functions. We also | Eric Christopher |
2010-04-12 | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman |
2010-04-12 | Revert 101000, which is breaking self-host builds. | Dan Gohman |
2010-04-11 | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman |
2010-04-10 | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner |
2010-04-10 | fix PR6760, a missing check in heap SRoA. | Chris Lattner |
2010-04-09 | When determining a canonical insert position, don't climb deeper | Dan Gohman |