| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 2 | -2/+2 |
| * | make simplifycfg insert an llvm.trap before the 'unreachable' it introduces | Chris Lattner | 2010-05-08 | 1 | -3/+11 |
| * | Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence | Chris Lattner | 2010-05-08 | 1 | -0/+70 |
| * | Fix PR7052, patch by Jakub Staszak! | Chris Lattner | 2010-05-08 | 1 | -3/+3 |
| * | When pruning candidate formulae out of an LSRUse, update the | Dan Gohman | 2010-05-07 | 1 | -3/+11 |
| * | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
| * | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 2 | -2/+2 |
| * | Update CMake build. | Ted Kremenek | 2010-05-07 | 1 | -0/+1 |
| * | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman | 2010-05-07 | 1 | -0/+267 |
| * | Use the right version of "append" to combine two SmallVectors. | Bob Wilson | 2010-05-05 | 1 | -1/+1 |
| * | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson | 2010-05-04 | 1 | -429/+102 |
| * | Defer adding critical edges to the "toSplit" list until after checking for | Bob Wilson | 2010-05-04 | 1 | -4/+5 |
| * | Use getConstant instead of getIntegerSCEV. The two are basically the | Dan Gohman | 2010-05-03 | 2 | -18/+17 |
| * | Check for side effects before splitting loop. | Devang Patel | 2010-05-03 | 1 | -0/+19 |
| * | revert r102831. We already delete dead readonly calls in | Chris Lattner | 2010-05-01 | 1 | -8/+1 |
| * | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson | 2010-05-01 | 1 | -1/+8 |
| * | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner | 2010-05-01 | 2 | -9/+9 |
| * | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -0/+1 |
| * | The inliner has traditionally not considered call sites | Chris Lattner | 2010-05-01 | 1 | -9/+48 |
| * | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel | 2010-04-30 | 1 | -0/+6 |
| * | further clarify alignment of globals, fix instcombine | Chris Lattner | 2010-04-28 | 1 | -17/+20 |
| * | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner | 2010-04-26 | 1 | -10/+38 |
| * | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner | 2010-04-26 | 1 | -0/+2 |
| * | remove #if 1's. | Chris Lattner | 2010-04-25 | 1 | -2/+0 |
| * | Generalize LSR's OptimizeMax to handle the new kinds of max expressions | Dan Gohman | 2010-04-24 | 1 | -10/+43 |
| * | enable my inliner change: add newly devirtualized call sites to | Chris Lattner | 2010-04-23 | 1 | -1/+1 |
| * | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner | 2010-04-23 | 2 | -3/+5 |
| * | Fix LSR to tolerate cases where ScalarEvolution initially | Dan Gohman | 2010-04-23 | 1 | -1/+4 |
| * | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner | 2010-04-23 | 1 | -0/+2 |
| * | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 2 | -3/+14 |
| * | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner | 2010-04-22 | 5 | -34/+37 |
| * | when inlining something like this: | Chris Lattner | 2010-04-22 | 1 | -2/+16 |
| * | eliminate dead #include. | Chris Lattner | 2010-04-22 | 1 | -1/+0 |
| * | Fix a performance problem with the new SSAUpdater. This showed up in the | Bob Wilson | 2010-04-21 | 1 | -2/+8 |
| * | Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r... | Devang Patel | 2010-04-20 | 3 | -9/+9 |
| * | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 4 | -3/+32 |
| * | use abstract accessors to CallInst | Gabor Greif | 2010-04-20 | 4 | -6/+6 |
| * | remove a bunch of ad-hoc code to simplify instructions from | Chris Lattner | 2010-04-20 | 1 | -43/+12 |
| * | move some select simplifications out out instcombine into | Chris Lattner | 2010-04-20 | 1 | -31/+13 |
| * | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 1 | -5/+14 |
| * | make the inliner do less work for leaf functions. | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
| * | Fix rdar://7879828 - crash in CallGraph, a self host issue. | Chris Lattner | 2010-04-20 | 1 | -3/+9 |
| * | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman | 2010-04-19 | 1 | -6/+5 |
| * | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -179/+434 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 18 | -234/+237 |
| * | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 5 | -52/+54 |
| * | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman | 2010-04-16 | 1 | -9/+21 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 18 | -237/+234 |
| * | fix comment noticed by Bob | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 18 | -234/+237 |