| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez | 2009-09-18 | 1 | -41/+55 |
* | Add newlines. | Nick Lewycky | 2009-09-18 | 1 | -2/+2 |
* | Teach ScalarEvolution how to reason about no-wrap flags on loops | Dan Gohman | 2009-09-17 | 1 | -15/+37 |
* | Provide a way to extract location info from DILocation. | Devang Patel | 2009-09-16 | 1 | -0/+23 |
* | Reapplied r81355 with the problems fixed. | Andreas Neustifter | 2009-09-16 | 2 | -10/+22 |
* | simplify some code | Chris Lattner | 2009-09-16 | 1 | -6/+5 |
* | Teach ValueTracking how to look through GlobalAliases. GlobalAliases are | Dan Gohman | 2009-09-15 | 1 | -0/+12 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+17 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -1/+14 |
* | Bugfix. Sorry. | Andreas Neustifter | 2009-09-11 | 1 | -1/+1 |
* | Make ProfileEstimator even more robust on general CFGs. | Andreas Neustifter | 2009-09-11 | 2 | -55/+112 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 1 | -6/+2 |
* | Give these files top-level comments that describe the current code. | Dan Gohman | 2009-09-10 | 1 | -3/+7 |
* | Fix uppercaseo. | Dale Johannesen | 2009-09-10 | 1 | -1/+1 |
* | Fit code within 80 columns | Victor Hernandez | 2009-09-10 | 1 | -2/+4 |
* | Make ProfileEstimator more robust on general CFGs. | Andreas Neustifter | 2009-09-10 | 2 | -44/+69 |
* | Add some braces to make newer GCCs happy and update CMakeLists. | Benjamin Kramer | 2009-09-10 | 2 | -1/+2 |
* | Cleaned up code by factoring out common portions of edge loading into function. | Andreas Neustifter | 2009-09-10 | 1 | -50/+44 |
* | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng | 2009-09-10 | 1 | -0/+202 |
* | Reverted r81358. | Andreas Neustifter | 2009-09-09 | 1 | -22/+27 |
* | Fix build, add missing simicolon. | Benjamin Kramer | 2009-09-09 | 1 | -1/+1 |
* | Add the first functions for updating ProfileInfo. | Andreas Neustifter | 2009-09-09 | 1 | -0/+83 |
* | Cleaned up code by factoring out common portions of edge loading into funcion. | Andreas Neustifter | 2009-09-09 | 1 | -27/+22 |
* | revert r81335, which breaks the build. | Chris Lattner | 2009-09-09 | 2 | -27/+9 |
* | Fixed wrong storage option for ProfileVerifierDisableAssertions. | Andreas Neustifter | 2009-09-09 | 1 | -36/+107 |
* | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter | 2009-09-09 | 2 | -9/+27 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -0/+10 |
* | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner | 2009-09-08 | 1 | -6/+9 |
* | add some comments to describe the invariants. | Chris Lattner | 2009-09-08 | 1 | -0/+12 |
* | Do not try to override non-virtual methods, especially | Duncan Sands | 2009-09-06 | 1 | -13/+0 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -4/+4 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -10/+0 |
* | Prevent warnings on compilers for which its not clear that assert won't return. | Andreas Neustifter | 2009-09-04 | 1 | -0/+1 |
* | Cleaned up ProfileVerifierPass. | Andreas Neustifter | 2009-09-04 | 1 | -57/+78 |
* | Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 1 | -12/+6 |
* | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 1 | -1/+1 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 1 | -6/+12 |
* | Smallvectorize switchExitBlocks. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -0/+10 |
* | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 2009-09-03 | 1 | -0/+68 |
* | Don't try to verify a LoopPass analysis if the loop has been deleted. | Dan Gohman | 2009-09-03 | 1 | -1/+3 |
* | Remove references to expression "handles", which are no longer used. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Fix build warning. | Andreas Neustifter | 2009-09-03 | 1 | -1/+1 |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -16/+9 |
* | Remove undefined behavior when loading optimal edge profile info. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 2 | -2/+2 |
* | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Edwin Török | 2009-09-02 | 1 | -0/+5 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -1/+1 |