| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SCCP] Turn loads of null into undef instead of zero initialized values | David Majnemer | 2015-07-01 | 1 | -0/+5 |
| * | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 5 | -12/+12 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 2 | -2/+2 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 12 | -28/+28 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 11 | -18/+18 |
| * | SCCP: overdefined calls cannot become constant | David Majnemer | 2014-11-07 | 1 | -0/+20 |
| * | SCCP: update for cmpxchg returning { iN, i1 } now. | Tim Northover | 2014-06-13 | 1 | -0/+9 |
| * | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
| * | Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie... | Stephen Lin | 2013-07-14 | 3 | -15/+15 |
| * | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 4 | -15/+15 |
| * | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2013-01-01 | 3 | -3/+3 |
| * | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
| * | llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr... | NAKAMURA Takumi | 2012-11-08 | 1 | -2/+3 |
| * | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 2 | -3/+3 |
| * | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 8 | -10/+10 |
| * | Reapply r155682, making constant folding more consistent, with a fix to work | Dan Gohman | 2012-04-27 | 1 | -0/+20 |
| * | Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve... | NAKAMURA Takumi | 2012-04-27 | 1 | -20/+0 |
| * | Use ConstantExpr::getExtractElement when constant-folding vectors | Dan Gohman | 2012-04-27 | 1 | -0/+20 |
| * | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
| * | Remove all references to the old EH. | Bill Wendling | 2012-01-31 | 1 | -4/+0 |
| * | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
| * | Get rid of an optimization in SCCP which appears to have many issues. Specif... | Eli Friedman | 2011-11-11 | 1 | -20/+0 |
| * | Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res... | Eli Friedman | 2011-09-20 | 1 | -0/+18 |
| * | Add missing newline. | Eli Friedman | 2011-09-01 | 1 | -1/+1 |
| * | Add tests for the transformations SCCP can do on atomic loads and stores (whi... | Eli Friedman | 2011-08-31 | 1 | -0/+30 |
| * | Update the tests to the new EH scheme. | Bill Wendling | 2011-08-31 | 5 | -5/+26 |
| * | Silly mistake from r137777; restore significant isStructTy() checks. While h... | Eli Friedman | 2011-08-17 | 1 | -0/+9 |
| * | A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop | Eli Friedman | 2011-08-16 | 1 | -0/+57 |
| * | Minor bug in SCCP found by inspection. (I don't think it's possible to hit t... | Eli Friedman | 2011-08-16 | 1 | -0/+13 |
| * | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -4/+4 |
| * | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
| * | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -26/+0 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 4 | -4/+4 |
| * | fix PR7876: If ipsccp decides that a function's address is taken | Chris Lattner | 2010-08-12 | 1 | -0/+28 |
| * | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner | 2010-04-26 | 1 | -2/+13 |
| * | fix a SCCP miscompilation that could happen when a | Chris Lattner | 2010-04-09 | 1 | -0/+95 |
| * | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |
| * | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner | 2010-02-27 | 1 | -0/+32 |
| * | fix a crash in SCCP handling extractvalue of an array, pointed out and | Chris Lattner | 2009-11-10 | 1 | -0/+5 |
| * | reimplement multiple return value handling in IPSCCP, making it | Chris Lattner | 2009-11-03 | 1 | -2/+1 |
| * | fix test | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
| * | merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad. | Chris Lattner | 2009-11-03 | 2 | -21/+11 |
| * | fix an IPSCCP bug I introduced when I changed IPSCCP to start working on | Chris Lattner | 2009-11-03 | 1 | -0/+20 |
| * | testcase for r85903 | Chris Lattner | 2009-11-03 | 1 | -0/+24 |
| * | merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax. | Chris Lattner | 2009-11-02 | 2 | -21/+26 |
| * | disable IPSCCP support for multiple return values, it is buggy, so just | Chris Lattner | 2009-11-02 | 2 | -0/+3 |
| * | improve IPSCCP to be able to propagate the result of "!mayBeOverridden" | Chris Lattner | 2009-11-02 | 1 | -0/+14 |
| * | Use the libanalysis 'ConstantFoldLoadFromConstPtr' function | Chris Lattner | 2009-11-02 | 1 | -2/+9 |
| * | add a real testcase for PR4313 | Chris Lattner | 2009-10-20 | 1 | -0/+32 |
| * | add a test similar to that needed for PR4313, but that doesn't | Chris Lattner | 2009-10-20 | 1 | -0/+30 |