Age | Commit message (Expand) | Author |
2010-05-12 | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky |
2010-05-07 | Remove DIGlobal. | Devang Patel |
2010-05-07 | Add DINameSpace::Verify(). | Devang Patel |
2010-05-07 | Clang is dying on this with an ambiguous conversion sequence. We're working o... | Douglas Gregor |
2010-05-07 | Verify variable directly. | Devang Patel |
2010-05-07 | Wrap const MDNode * inside DIDescriptor. | Devang Patel |
2010-05-07 | remove DIDescriptor::getNode() | Devang Patel |
2010-05-07 | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel |
2010-05-07 | Add a simple module-level debug info printer. It just sets up a | Dan Gohman |
2010-05-07 | Const-ify some stuff. | Dan Gohman |
2010-05-07 | Convert the DebugInfo classes dump() methods into print(raw_ostream &) | Dan Gohman |
2010-05-01 | Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ... | David Chisnall |
2010-04-30 | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel |
2010-04-30 | Add some comments. | Dan Gohman |
2010-04-29 | Missed earlier. This is part of previous check-in. (r102661 - refactor.) | Devang Patel |
2010-04-24 | Add a new utility function SimplifyICmpOperands. Much of this code is | Dan Gohman |
2010-04-22 | fix file header. | Chris Lattner |
2010-04-20 | move some select simplifications out out instcombine into | Chris Lattner |
2010-04-20 | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner |
2010-04-19 | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman |
2010-04-17 | Add comment (lost when reverting and reapplying 101503). | Dale Johannesen |
2010-04-17 | Reapply 101503+101520. These are "obviously correct" [Chris] | Dale Johannesen |
2010-04-16 | Revert 101520, which depended on 101503, which was reverted. | Dan Gohman |
2010-04-16 | Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, | Duncan Sands |
2010-04-16 | Trim a #include. | Dan Gohman |
2010-04-16 | Use a ValueMap not a std::map for the reason indicated | Dale Johannesen |
2010-04-16 | Make callIsSmall accessible as a utility function. | Dan Gohman |
2010-04-15 | Make getPredecessorWithUniqueSuccessorForBB return the unique successor | Dan Gohman |
2010-04-14 | Constify GetConstantStringInfo. | Dan Gohman |
2010-04-11 | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman |
2010-04-11 | Fix a comment. | Dan Gohman |
2010-04-11 | Fix a #include. | Dan Gohman |
2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
2010-04-08 | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman |
2010-04-08 | Fix a comment. | Dan Gohman |
2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene |
2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng |
2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene |
2010-04-01 | Revert r100143. | Eric Christopher |
2010-04-01 | Add some switches helpful for debugging: | David Greene |
2010-03-24 | Do not rely on getCompileUnit() to find source file information for a subprog... | Devang Patel |
2010-03-24 | Fix coding style. | Dan Gohman |
2010-03-24 | Generalize findNearestCommonDominator to work on post-dominators, | Dan Gohman |
2010-03-20 | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman |
2010-03-19 | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman |
2010-03-18 | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman |
2010-03-18 | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman |
2010-03-17 | Revert 98755, which may be causing trouble. | Dan Gohman |