| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w... | Daniel Dunbar | 2009-09-22 | 1 | -3/+12 |
* | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner | 2009-09-20 | 1 | -14/+1 |
* | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner | 2009-09-20 | 1 | -1/+14 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -2/+2 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 1 | -58/+58 |
* | Add a comment explaining why you would ever want to do this. | Nick Lewycky | 2009-09-19 | 1 | -0/+3 |
* | Lett users of sparse propagation do their own thing with phi nodes if they want | Nick Lewycky | 2009-09-19 | 1 | -0/+7 |
* | The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". | Duncan Sands | 2009-09-19 | 1 | -1/+1 |
* | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez | 2009-09-18 | 5 | -12/+50 |
* | 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 |