Age | Commit message (Expand) | Author |
2009-09-11 | another random update | Chris Lattner |
2009-09-11 | fix a bunch of spurious failures for people whose home directory | Chris Lattner |
2009-09-11 | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman |
2009-09-10 | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman |
2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
2009-09-09 | Update test. | Daniel Dunbar |
2009-09-09 | Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. | Dan Gohman |
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 |