| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't commit stores with addresses that have indices that are not | Dan Gohman | 2009-09-07 | 1 | -0/+21 |
* | Don't commit addresses of aggregate values. This avoids problems with | Dan Gohman | 2009-09-07 | 1 | -0/+5 |
* | Fix GlobalOpt to avoid committing a store if the address getelementptr | Dan Gohman | 2009-09-07 | 1 | -1/+2 |
* | Preserve the InBounds flag when evaluating a getelementptr instruction | Dan Gohman | 2009-09-07 | 1 | -2/+3 |
* | Simplify this code by using hasDefinitiveInitializer(). | Dan Gohman | 2009-09-07 | 1 | -9/+10 |
* | Fix comment. | Eric Christopher | 2009-09-06 | 1 | -1/+1 |
* | Remove some not-really-used variables, as warned | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Fix a possible crash call setIsInBounds. | Daniel Dunbar | 2009-09-06 | 1 | -2/+2 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 7 | -196/+131 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -33/+43 |
* | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter | 2009-09-04 | 4 | -138/+64 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -43/+33 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 7 | -131/+196 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 4 | -28/+21 |
* | Keep track of how many memmove calls were turned into | Duncan Sands | 2009-09-03 | 1 | -1/+4 |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 3 | -18/+14 |
* | Remove VISIBILITY_HIDDEN from this file. | Nick Lewycky | 2009-09-03 | 1 | -4/+3 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -57/+4 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 4 | -7/+7 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 4 | -7/+7 |
* | Sort edges in MaximumSpanningTree more stable in case of equal weight. | Andreas Neustifter | 2009-09-02 | 1 | -2/+6 |
* | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter | 2009-09-02 | 1 | -9/+9 |
* | Code cleanups and added comments. | Andreas Neustifter | 2009-09-02 | 1 | -17/+45 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 1 | -3/+13 |
* | clean up this code a bit. | Chris Lattner | 2009-09-02 | 1 | -64/+67 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 30 | -118/+82 |
* | fix PR4837, some bugs folding vector compares. These | Chris Lattner | 2009-09-02 | 1 | -7/+7 |
* | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter | 2009-09-01 | 2 | -0/+187 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 2 | -2/+6 |
* | cleanup/simplify | Chris Lattner | 2009-09-01 | 1 | -17/+13 |
* | remove a bunch of explicit code previously needed to update the | Chris Lattner | 2009-09-01 | 1 | -27/+7 |
* | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner | 2009-09-01 | 1 | -6/+41 |
* | random code cleanups, no functionality change. | Chris Lattner | 2009-09-01 | 1 | -63/+62 |
* | Update CMake files. | Ted Kremenek | 2009-09-01 | 1 | -0/+1 |
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -1/+9 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 2 | -8/+4 |
* | fix some cases where instcombine would change hte IR but not return true | Chris Lattner | 2009-08-31 | 1 | -8/+10 |
* | comment and simplify some code. | Chris Lattner | 2009-08-31 | 1 | -19/+14 |
* | add -debug output | Chris Lattner | 2009-08-31 | 1 | -0/+4 |
* | improve -debug output, so that -debug is more likely to print when | Chris Lattner | 2009-08-31 | 1 | -3/+6 |
* | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner | 2009-08-31 | 1 | -2/+6 |
* | simplify some code by making the SCCNodes set contain Function*'s | Chris Lattner | 2009-08-31 | 1 | -12/+9 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -6/+9 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 5 | -54/+75 |
* | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner | 2009-08-30 | 1 | -0/+7 |
* | misc cleanup | Chris Lattner | 2009-08-30 | 1 | -13/+13 |
* | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner | 2009-08-30 | 3 | -9/+6 |
* | eliminate InsertCastBefore, use the builder instead. | Chris Lattner | 2009-08-30 | 1 | -50/+19 |
* | eliminate InsertBitCastBefore, just use the builder instead. | Chris Lattner | 2009-08-30 | 1 | -27/+24 |
* | convert a bunch more calls to InsertNewInstBefore to use | Chris Lattner | 2009-08-30 | 1 | -205/+137 |