| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix PR5551 by not ignoring the top level constantexpr when | Chris Lattner | 2009-12-04 | 1 | -1/+1 |
| * | add to cmake | Chris Lattner | 2009-12-04 | 1 | -0/+1 |
| * | add the start of a class used to handle phi translation in memdep and | Chris Lattner | 2009-12-04 | 1 | -0/+71 |
| * | Fix a comment typo. | Bob Wilson | 2009-12-04 | 1 | -1/+1 |
| * | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel | 2009-12-03 | 1 | -5/+13 |
| * | Fix MSVC build. | Benjamin Kramer | 2009-12-03 | 1 | -1/+1 |
| * | Convert ProfileVerifier to template so it can be used for different types of ... | Andreas Neustifter | 2009-12-03 | 1 | -243/+276 |
| * | Do not create negative edge weights in ProfileEstimator. | Andreas Neustifter | 2009-12-03 | 1 | -21/+125 |
| * | Use ProfileInfo-API in ProfileInfo Loader and do more assertions. | Andreas Neustifter | 2009-12-03 | 1 | -46/+10 |
| * | Converted ProfileInfo to template, added more API for ProfileInfo-preserving. | Andreas Neustifter | 2009-12-03 | 1 | -40/+925 |
| * | fix PR5673 by being more careful about pointers to functions. | Chris Lattner | 2009-12-03 | 1 | -3/+10 |
| * | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -2/+2 |
| * | Silence compiler warnings. | Benjamin Kramer | 2009-12-02 | 1 | -2/+2 |
| * | Cleanup/remove some parts of the lifetime region handling code in memdep and ... | Owen Anderson | 2009-12-02 | 1 | -16/+13 |
| * | Fixed an assertion failure for tracking sext of a vector of integers | Mon P Wang | 2009-12-02 | 1 | -1/+1 |
| * | Add utility routine to create subprogram definition entry from subprogram dec... | Devang Patel | 2009-12-01 | 1 | -0/+23 |
| * | rename some variables. | Chris Lattner | 2009-12-01 | 1 | -13/+13 |
| * | tidy | Chris Lattner | 2009-12-01 | 1 | -1/+3 |
| * | fix 255.vortex again, third time's the charm. | Chris Lattner | 2009-12-01 | 1 | -2/+35 |
| * | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -16/+15 |
| * | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -0/+10 |
| * | Small PostDominatorTree improvements | Tobias Grosser | 2009-11-30 | 1 | -3/+9 |
| * | Revert r90107, fixing test/Transforms/GVN/2009-11-29-ReverseMap.ll and the | Nick Lewycky | 2009-11-30 | 1 | -15/+2 |
| * | reapply r90093 with an addition of keeping the forward | Chris Lattner | 2009-11-30 | 1 | -2/+15 |
| * | Teach ConstantFolding to do a better job when folding gep(bitcast). | Nick Lewycky | 2009-11-29 | 1 | -0/+1 |
| * | revert this patch for now, it causes failures of: | Chris Lattner | 2009-11-29 | 1 | -12/+2 |
| * | Fix a really nasty caching bug I introduced in memdep. An entry | Chris Lattner | 2009-11-29 | 1 | -2/+12 |
| * | Detabify. | Nick Lewycky | 2009-11-29 | 1 | -1/+1 |
| * | Teach memdep to look for memory use intrinsics during dependency queries. Fixes | Nick Lewycky | 2009-11-28 | 1 | -9/+30 |
| * | Enhance InsertPHITranslatedPointer to be able to return a list of newly | Chris Lattner | 2009-11-28 | 1 | -10/+13 |
| * | implement a FIXME: limit the depth that DecomposeGEPExpression goes the same | Chris Lattner | 2009-11-28 | 1 | -3/+8 |
| * | enable code to handle un-phi-translatable cases more aggressively: | Chris Lattner | 2009-11-28 | 1 | -3/+0 |
| * | Rework InsertPHITranslatedPointer to handle the recursive case, this | Chris Lattner | 2009-11-27 | 1 | -29/+84 |
| * | recursively phi translate bitcast operands too, for consistency. | Chris Lattner | 2009-11-27 | 1 | -21/+18 |
| * | add support for recursive phi translation and phi | Chris Lattner | 2009-11-27 | 1 | -10/+67 |
| * | factor some logic out of instcombine into a new SimplifyAddInst method. | Chris Lattner | 2009-11-27 | 1 | -6/+35 |
| * | add comment. | Chris Lattner | 2009-11-27 | 1 | -1/+5 |
| * | reduce nesting, no functionality change. | Chris Lattner | 2009-11-27 | 1 | -50/+51 |
| * | limit the recursion depth of GetLinearExpression. This | Chris Lattner | 2009-11-27 | 1 | -6/+13 |
| * | teach GVN's load PRE to insert computations of the address in predecessors | Chris Lattner | 2009-11-27 | 1 | -5/+67 |
| * | Fix phi translation in load PRE to agree with the phi | Chris Lattner | 2009-11-27 | 1 | -4/+10 |
| * | redisable this, my bootstrap worked because it wasn't an optimized build, who... | Chris Lattner | 2009-11-27 | 1 | -0/+1 |
| * | try again. | Chris Lattner | 2009-11-27 | 1 | -7/+6 |
| * | this is causing buildbot failures, disable for now. | Chris Lattner | 2009-11-27 | 1 | -0/+1 |
| * | teach phi translation of GEPs to simplify geps like 'gep x, 0'. | Chris Lattner | 2009-11-27 | 1 | -3/+7 |
| * | factor some instcombine simplifications for getelementptr out to a new | Chris Lattner | 2009-11-27 | 1 | -0/+32 |
| * | teach memdep to do trivial PHI translation of GEPs. More to | Chris Lattner | 2009-11-27 | 1 | -1/+42 |
| * | Teach memdep to phi translate bitcasts. This allows us to compile | Chris Lattner | 2009-11-26 | 1 | -3/+27 |
| * | factor some code out into some helper functions. | Chris Lattner | 2009-11-26 | 1 | -10/+36 |
| * | Implement PR1143 (at -m64) by making basicaa look through extensions. We | Chris Lattner | 2009-11-26 | 1 | -2/+23 |