aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0914-46/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+20
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+9
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-143-15/+15
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-144-15/+15
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-013-3/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-081-2/+3
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-022-3/+3
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-028-10/+10
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-271-0/+20
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-271-20/+0
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-271-0/+20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Remove all references to the old EH.Bill Wendling2012-01-311-4/+0
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-2/+2
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-111-20/+0
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-201-0/+18
* Add missing newline.Eli Friedman2011-09-011-1/+1
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-311-0/+30
* Update the tests to the new EH scheme.Bill Wendling2011-08-315-5/+26
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-171-0/+9
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-161-0/+57
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-161-0/+13
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-4/+4
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-171-1/+1
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-26/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-154-4/+4
* fix PR7876: If ipsccp decides that a function's address is takenChris Lattner2010-08-121-0/+28
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-261-2/+13
* fix a SCCP miscompilation that could happen when aChris Lattner2010-04-091-0/+95
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-1/+1
* fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner2010-02-271-0/+32
* fix a crash in SCCP handling extractvalue of an array, pointed out andChris Lattner2009-11-101-0/+5
* reimplement multiple return value handling in IPSCCP, making it Chris Lattner2009-11-031-2/+1
* fix testChris Lattner2009-11-031-1/+1
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-032-21/+11
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-031-0/+20
* testcase for r85903Chris Lattner2009-11-031-0/+24
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-022-21/+26
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-022-0/+3
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-021-0/+14
* Use the libanalysis 'ConstantFoldLoadFromConstPtr' functionChris Lattner2009-11-021-2/+9
* add a real testcase for PR4313Chris Lattner2009-10-201-0/+32
* add a test similar to that needed for PR4313, but that doesn'tChris Lattner2009-10-201-0/+30
* the date on this testcase is wrong, it is unreduced, and it passes without th...Chris Lattner2009-10-201-716/+0
* merge and filecheckizeChris Lattner2009-10-203-47/+67
* merge two tests and convert to filecheck.Chris Lattner2009-10-202-36/+46