| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new utility function SimplifyICmpOperands. Much of this code is | Dan Gohman | 2010-04-24 | 1 | -0/+7 |
* | fix file header. | Chris Lattner | 2010-04-22 | 1 | -1/+1 |
* | move some select simplifications out out instcombine into | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
* | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+8 |
* | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman | 2010-04-19 | 1 | -23/+9 |
* | Add comment (lost when reverting and reapplying 101503). | Dale Johannesen | 2010-04-17 | 1 | -0/+2 |
* | Reapply 101503+101520. These are "obviously correct" [Chris] | Dale Johannesen | 2010-04-17 | 1 | -2/+2 |
* | Revert 101520, which depended on 101503, which was reverted. | Dan Gohman | 2010-04-16 | 1 | -0/+1 |
* | Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, | Duncan Sands | 2010-04-16 | 1 | -4/+1 |
* | Trim a #include. | Dan Gohman | 2010-04-16 | 1 | -1/+0 |
* | Use a ValueMap not a std::map for the reason indicated | Dale Johannesen | 2010-04-16 | 1 | -1/+4 |
* | Make callIsSmall accessible as a utility function. | Dan Gohman | 2010-04-16 | 1 | -0/+4 |
* | Make getPredecessorWithUniqueSuccessorForBB return the unique successor | Dan Gohman | 2010-04-15 | 1 | -1/+2 |
* | Constify GetConstantStringInfo. | Dan Gohman | 2010-04-14 | 1 | -1/+2 |
* | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman | 2010-04-11 | 1 | -0/+7 |
* | Fix a comment. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Fix a #include. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman | 2010-04-11 | 1 | -4/+4 |
* | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman | 2010-04-08 | 1 | -0/+52 |
* | Fix a comment. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |
* | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman | 2010-04-07 | 3 | -54/+119 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+4 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -7/+0 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -4/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+4 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -4/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+4 |
* | Do not rely on getCompileUnit() to find source file information for a subprog... | Devang Patel | 2010-03-24 | 1 | -2/+15 |
* | Fix coding style. | Dan Gohman | 2010-03-24 | 1 | -16/+17 |
* | Generalize findNearestCommonDominator to work on post-dominators, | Dan Gohman | 2010-03-24 | 1 | -6/+7 |
* | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman | 2010-03-20 | 1 | -0/+7 |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 1 | -6/+1 |
* | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman | 2010-03-18 | 2 | -19/+25 |
* | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman | 2010-03-18 | 1 | -24/+26 |
* | Revert 98755, which may be causing trouble. | Dan Gohman | 2010-03-17 | 1 | -26/+24 |
* | Change SCEVNAryExpr's operand array from a SmallVector to a plain | Dan Gohman | 2010-03-17 | 1 | -24/+26 |
* | Remove extra parameter. | Devang Patel | 2010-03-13 | 1 | -1/+1 |
* | Do not overestimate code size reduction in presense of debug info. | Devang Patel | 2010-03-13 | 1 | -1/+5 |
* | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -0/+5 |
* | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -5/+0 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -0/+5 |
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -29/+62 |
* | Introduce DIFile. This will be used to represent header files and source file... | Devang Patel | 2010-03-08 | 1 | -0/+16 |
* | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 1 | -7/+9 |
* | Remove DbgNode checks in constructor. Debug descriptors are intended to be li... | Devang Patel | 2010-03-08 | 1 | -46/+12 |
* | isNull() is not used any more. | Devang Patel | 2010-03-08 | 1 | -1/+0 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -2/+6 |
* | Revert r97947. | Devang Patel | 2010-03-08 | 1 | -6/+3 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -3/+6 |