summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+133
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-133/+0
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [Verifier] Add verification for TBAA metadataSanjoy Das2016-12-111-2/+3
* [SimplifyCFG] Prefer a simplification based on a dominating condition.Chad Rosier2016-05-061-0/+48
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-2/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* [DebugInfo] Subprograms should belong to a CU.Davide Italiano2016-03-311-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* Fix a bug that caused SimplifyCFG to drop DebugLocs.Adrian Prantl2015-08-201-2/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [PM] Port SimplifyCFG to the new pass manager.Chandler Carruth2015-02-011-0/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-3/+3
* Fix pr14893.Rafael Espindola2014-01-281-0/+30
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-291-10/+0
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-291-0/+10
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-291-10/+0
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-281-0/+10
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-281-10/+0
* make these tests a bit less fragileChris Lattner2010-12-131-9/+4
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-141-1/+0
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-221-0/+19
* convert to filecheckChris Lattner2009-12-221-5/+15
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-301-2/+7
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-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-181-14/+15
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+24
OpenPOWER on IntegriCloud