| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | An instruction in a loop is not guaranteed to be executed just because the loop | Nick Lewycky | 2012-05-01 | 1 | -0/+22 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman | 2011-12-14 | 1 | -0/+167 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 4 | -6/+6 |
* | LICM pass now understands invariant load metadata. Nothing generates this ye... | Pete Cooper | 2011-11-08 | 1 | -0/+39 |
* | Atomic load/store support in LICM. | Eli Friedman | 2011-08-15 | 1 | -0/+79 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 3 | -3/+3 |
* | Bring LICM into compliance with the new "Memory Model for Concurrent Operatio... | Eli Friedman | 2011-07-20 | 1 | -0/+37 |
* | LICM: Do not loose alignment on promotion | Tobias Grosser | 2011-07-06 | 1 | -0/+26 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -9/+0 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+49 |
* | Test for r129190. | Eli Friedman | 2011-04-09 | 1 | -0/+32 |
* | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman | 2011-04-07 | 2 | -1/+40 |
* | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel | 2011-03-08 | 1 | -0/+62 |
* | Rename 'loopsimplify' to 'loop-simplify'. | Cameron Zwarich | 2011-02-10 | 1 | -1/+1 |
* | Enhance LICM to promote alias sets whose pointers themselves are stored, | Chris Lattner | 2010-12-19 | 1 | -0/+30 |
* | fix PR8602, a bug in an assertion: a volatile store *of* a pointer | Chris Lattner | 2010-12-19 | 1 | -0/+13 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 2 | -2/+2 |
* | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 1 | -39/+0 |
* | fix PR8102, a case where we'd copyValue from a value that we already | Chris Lattner | 2010-09-14 | 1 | -0/+20 |
* | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner | 2010-09-06 | 1 | -0/+14 |
* | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner | 2010-09-04 | 1 | -0/+27 |
* | fix more AST updating bugs, correcting miscompilation in PR8041 | Chris Lattner | 2010-09-02 | 1 | -0/+47 |
* | licm is wasting time hoisting constant foldable operations, | Chris Lattner | 2010-08-31 | 2 | -6/+22 |
* | LICM does get dead instructions input to it. Instead of sinking them | Chris Lattner | 2010-08-29 | 1 | -0/+14 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 1 | -55/+0 |
* | Add radar fixed in comment. | Eric Christopher | 2009-12-14 | 1 | -5/+6 |
* | Add a test for the fix in revision 91009. | Eric Christopher | 2009-12-10 | 1 | -0/+20 |
* | Enable hoisting of loads from constant memory by default. In cases where | Dan Gohman | 2009-11-19 | 1 | -1/+1 |
* | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-10-26 | 1 | -1/+17 |
* | Make these tests more interesting by using | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | LICM shouldn't sink/delete debug information. Fix this and add a testcase. | Torok Edwin | 2009-10-11 | 1 | -0/+55 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 26 | -26/+26 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 10 | -10/+10 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 26 | -26/+26 |
* | 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 |
* | Before deleting a basic block, give other loop passes a chance cleanup analys... | Devang Patel | 2009-03-25 | 1 | -0/+39 |
* | Remove GCSE and LoadVN from the testsuite. | Owen Anderson | 2008-08-16 | 1 | -1/+1 |
* | Put the LICM of constant GlobalVariables, introduced in r53945, under a | Dan Gohman | 2008-07-24 | 1 | -1/+1 |
* | "Allow LICM to sink or lift loads from constant memory. Also add a test | Chris Lattner | 2008-07-23 | 1 | -0/+23 |
* | Fix PR2346 by marking vaarg as volatile so that licm doesn't try to | Chris Lattner | 2008-05-20 | 1 | -0/+30 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Use loop deletion instead of ADCE in these tests. | Owen Anderson | 2008-05-16 | 1 | -1/+1 |
* | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 1 | -0/+0 |