summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SCCP/ipsccp-basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+273
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-273/+0
* Add support for llvm.is.constant intrinsic (PR4898)James Y Knight2018-11-071-0/+13
* [IPSCCP] Run Solve each time we resolved an undef in a function.Florian Hahn2018-07-171-4/+5
* [Debugify] Handle failure to get fragment size when checking dbg.valuesVedant Kumar2018-06-271-0/+1
* [SCCP] Zap multiple return values.Davide Italiano2016-07-201-2/+2
* [IPSCCP] Constant fold struct argument/instructions when all the lattice valu...Davide Italiano2016-07-141-3/+12
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* SCCP: overdefined calls cannot become constantDavid Majnemer2014-11-071-0/+20
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-12/+12
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-201-0/+18
* Update the tests to the new EH scheme.Bill Wendling2011-08-311-0/+5
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-4/+4
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-1/+1
* 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-031-1/+11
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-031-0/+20
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-021-0/+26
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-021-0/+1
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-021-0/+14
* 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
* merge and filecheckizeChris Lattner2009-10-201-6/+67
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-191-9/+8
* For PR1319:Reid Spencer2007-04-151-1/+2
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+13
OpenPOWER on IntegriCloud