| Age | Commit message (Expand) | Author |
| 2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |
| 2009-09-03 | In C++, code is not allowed to call main. In C it is, this | Chris Lattner |
| 2009-09-02 | Fix month. | Chris Lattner |
| 2009-09-02 | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner |
| 2009-09-02 | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner |
| 2009-09-02 | fix PR4837, some bugs folding vector compares. These | Chris Lattner |
| 2009-09-01 | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner |
| 2009-09-01 | testcase for PR3601 | Chris Lattner |
| 2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |
| 2009-08-31 | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner |
| 2009-08-31 | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner |
| 2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
| 2009-08-30 | rename test | Chris Lattner |
| 2009-08-30 | merge all sinking tests into one and convert them to filecheck. | Chris Lattner |
| 2009-08-30 | convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot... | Chris Lattner |
| 2009-08-30 | suck a bunch more gep tests into getelementptr.ll and filecheckize them all. | Chris Lattner |
| 2009-08-30 | consolodate various GEP tests into getelementptr.ll using filecheck. | Chris Lattner |
| 2009-08-30 | another huge testcase, this time from 'gs' in llvm-test. | Chris Lattner |
| 2009-08-30 | remove another poorly-reduced testcase which came from ldecod in llvm-test. | Chris Lattner |
| 2009-08-30 | this testcase is 500 lines long and is distilled from bzip2, just | Chris Lattner |
| 2009-08-30 | convert to filecheck | Chris Lattner |
| 2009-08-30 | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner |
| 2009-08-28 | Reapply 79977. | Devang Patel |
| 2009-08-28 | Fix PR3913, patch by Jakub Staszak! | Chris Lattner |
| 2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner |
| 2009-08-27 | the inliner shouldn't crash on this. | Chris Lattner |
| 2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
| 2009-08-25 | Special-case static allocas in IndVarSimplify's loop invariant | Dan Gohman |
| 2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
| 2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
| 2009-08-21 | Change getelementptr folding to use APInt instead of uint64_t for | Dan Gohman |
| 2009-08-19 | Add targetdata strings to these tests, since SimplifyLibCalls uses | Dan Gohman |
| 2009-08-19 | Fix a bug in the over-index constant folding. When over-indexing an | Dan Gohman |
| 2009-08-19 | Canonicalize indices in a constantexpr GEP. If Indices exceed the | Dan Gohman |
| 2009-08-19 | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky |
| 2009-08-19 | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman |
| 2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
| 2009-08-18 | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman |
| 2009-08-17 | Test the pass the test is actually for, instead of one that doesn't exist. | Nick Lewycky |
| 2009-08-17 | Don't crash on critical edge. Patch by Andre Tavares. | Nick Lewycky |
| 2009-08-17 | Add a test that shows that SSI is working correctly. | Nick Lewycky |
| 2009-08-17 | Don't crash trying to promote VLAs. | Nick Lewycky |
| 2009-08-16 | Fix for PR3016: detect the tricky case, where there are | Eli Friedman |
| 2009-08-15 | SSI construction should just go ahead and ignore instructions in unreachable | Nick Lewycky |
| 2009-08-13 | When InstCombine simplifies a load -> extract element to gep -> load, place | Mon P Wang |
| 2009-08-12 | Make LLVM Assembly dramatically easier to read by aligning the comments, | Dan Gohman |
| 2009-08-12 | Transform -X/C to X/-C, implementing a README.txt entry. | Dan Gohman |
| 2009-08-12 | Optimize (x/C)*C to x if the division is exact. | Dan Gohman |
| 2009-08-11 | Optimize exact sdiv by a constant power of 2 to ashr. | Dan Gohman |
| 2009-08-11 | Don't assume that external global variables are aligned at their preferred | Dan Gohman |