Age | Commit message (Expand) | Author |
2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman |
2009-09-08 | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson |
2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner |
2009-09-08 | Trim unnecessary declarations. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
2009-09-08 | instcombine transforms vector loads that are only used by | Chris Lattner |
2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
2009-09-08 | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner |
2009-09-07 | Add a testcase for the GlobalOpt inbounds fix. | Dan Gohman |
2009-09-07 | Add inbounds to these getelementptrs, now that GlobalOpt requires this, | Dan Gohman |
2009-09-07 | tighten test. | Chris Lattner |
2009-09-07 | tweak test, add PR# | Chris Lattner |
2009-09-07 | Don't depend on Tcl behavior of redirecting stderr for all commands in a | Daniel Dunbar |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
2009-09-05 | Quote another '%S' in a test. | Daniel Dunbar |
2009-09-05 | Eliminate uses of %prcontext. | Daniel Dunbar |
2009-09-05 | Eliminate some Tclisms. | Daniel Dunbar |
2009-09-04 | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel |
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 |