| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a bunch of spurious failures for people whose home directory | Chris Lattner | 2009-09-11 | 15 | -20/+16 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 2 | -3/+7 |
* | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman | 2009-09-10 | 1 | -0/+9 |
* | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman | 2009-09-09 | 1 | -0/+34 |
* | Update test. | Daniel Dunbar | 2009-09-09 | 1 | -2/+2 |
* | Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. | Dan Gohman | 2009-09-09 | 2 | -2/+2 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 14 | -16/+16 |
* | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman | 2009-09-08 | 4 | -7/+7 |
* | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman | 2009-09-08 | 7 | -8/+7 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 819 | -922/+922 |
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 1 | -0/+15 |
* | remove an extremely dubious instcombine transformation of | Chris Lattner | 2009-09-08 | 1 | -23/+0 |
* | Trim unnecessary declarations. | Dan Gohman | 2009-09-08 | 1 | -550/+0 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1230 | -1333/+1333 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 2 | -52/+645 |
* | instcombine transforms vector loads that are only used by | Chris Lattner | 2009-09-08 | 1 | -0/+13 |
* | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner | 2009-09-08 | 1 | -0/+45 |
* | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner | 2009-09-08 | 1 | -2/+21 |
* | Add a testcase for the GlobalOpt inbounds fix. | Dan Gohman | 2009-09-07 | 1 | -0/+23 |
* | Add inbounds to these getelementptrs, now that GlobalOpt requires this, | Dan Gohman | 2009-09-07 | 2 | -4/+4 |
* | tighten test. | Chris Lattner | 2009-09-07 | 1 | -1/+1 |
* | tweak test, add PR# | Chris Lattner | 2009-09-07 | 1 | -1/+2 |
* | Don't depend on Tcl behavior of redirecting stderr for all commands in a | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -0/+52 |
* | Quote another '%S' in a test. | Daniel Dunbar | 2009-09-05 | 1 | -2/+2 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 11 | -19/+40 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 1 | -0/+264 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -15/+0 |
* | Fix month. | Chris Lattner | 2009-09-02 | 1 | -0/+0 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 1 | -0/+26 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -0/+24 |
* | fix PR4837, some bugs folding vector compares. These | Chris Lattner | 2009-09-02 | 1 | -0/+6 |
* | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner | 2009-09-01 | 2 | -107/+37 |
* | testcase for PR3601 | Chris Lattner | 2009-09-01 | 1 | -0/+33 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -0/+23 |
* | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -0/+57 |
* | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner | 2009-08-31 | 1 | -0/+14 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -0/+16 |
* | rename test | Chris Lattner | 2009-08-30 | 1 | -0/+0 |
* | merge all sinking tests into one and convert them to filecheck. | Chris Lattner | 2009-08-30 | 13 | -223/+264 |
* | convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot... | Chris Lattner | 2009-08-30 | 2 | -23/+45 |
* | suck a bunch more gep tests into getelementptr.ll and filecheckize them all. | Chris Lattner | 2009-08-30 | 19 | -813/+271 |
* | consolodate various GEP tests into getelementptr.ll using filecheck. | Chris Lattner | 2009-08-30 | 8 | -158/+106 |
* | another huge testcase, this time from 'gs' in llvm-test. | Chris Lattner | 2009-08-30 | 1 | -519/+0 |
* | remove another poorly-reduced testcase which came from ldecod in llvm-test. | Chris Lattner | 2009-08-30 | 1 | -444/+0 |
* | this testcase is 500 lines long and is distilled from bzip2, just | Chris Lattner | 2009-08-30 | 1 | -508/+0 |
* | convert to filecheck | Chris Lattner | 2009-08-30 | 1 | -25/+44 |
* | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner | 2009-08-30 | 1 | -0/+21 |