| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 1 | -6/+4 |
| * | improve comments. | Chris Lattner | 2010-04-16 | 1 | -47/+70 |
| * | pull all the ConvertToScalarInfo code together into one | Chris Lattner | 2010-04-16 | 1 | -562/+568 |
| * | more refactoring: suck some stuff out of SRoA into | Chris Lattner | 2010-04-16 | 1 | -88/+96 |
| * | shift intrinsic operand | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
| * | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner | 2010-04-15 | 1 | -62/+83 |
| * | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner | 2010-04-15 | 1 | -15/+14 |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 17 | -238/+235 |
| * | Revert r100896 and around - this breaks the only mingw32 buildbot we have. | Anton Korobeynikov | 2010-04-15 | 1 | -2/+2 |
| * | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -1/+3 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 17 | -235/+238 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 17 | -238/+235 |
| * | IPO needs ScalarOpts and InstCombine in its libs | Tobias Grosser | 2010-04-14 | 1 | -0/+2 |
| * | - Code clean up to reduce indentation. | Evan Cheng | 2010-04-14 | 1 | -51/+54 |
| * | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+4 |