This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2dee43d317
llvm-6502
/
test
/
Transforms
/
SimplifyCFG
History
Tanya Lattner
28b372f1d3
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@17712
91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-13 23:00:45 +00:00
..
2002-05-05-EmptyBlockMerge.ll
Fix a test that was "broken" by new optimizations. The transformation we
2004-05-26 23:51:29 +00:00
2002-05-21-PHIElimination.ll
2002-06-24-PHINode.ll
2002-09-24-PHIAssertion.ll
2003-03-07-DominateProblem.ll
2003-08-05-InvokeCrash.ll
2003-08-05-MishandleInvoke.ll
2003-08-17-BranchFold.ll
2003-08-17-BranchFoldOrdering.ll
2003-08-17-FoldSwitch.ll
basictest.ll
branch-cond-merge.ll
New testcase:
2004-05-01 23:35:21 +00:00
branch-cond-prop.ll
New testcase for case that simplifycfg should catch
2004-05-01 22:36:24 +00:00
branch-fold-test.ll
BrUnwind.ll
test that unconditional branches to unwinds are always eliminated
2004-07-20 01:17:19 +00:00
dg.exp
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)
2004-11-13 23:00:45 +00:00
EqualPHIEdgeBlockMerge.ll
InvokeEliminate.ll
Fix testcase. For some reason this was failing only with a release build and
2004-07-01 04:09:14 +00:00
PhiBlockMerge2.ll
PhiBlockMerge.ll
PhiEliminate2.ll
Simplify cfg now eliminates all of the branches in this testcase
2004-04-09 23:50:29 +00:00
PhiEliminate.ll
Oops, actually USE the previously computed value
2004-03-30 19:45:39 +00:00
PhiNoEliminate.ll
When converting phi nodes into select instructions, we shouldn't promote PHI
2004-10-14 05:12:50 +00:00
return-merge.ll
New testcase
2004-04-02 18:12:49 +00:00
switch_create.ll
switch_formation.ll
Add a testcase for switch instruction induction
2004-02-28 21:30:39 +00:00
switch_switch_fold.ll
New testcase. Switch instructions that go to switch instructions should be
2004-02-24 07:21:09 +00:00
UncondBranchToReturn.ll
UnreachableEliminate.ll
New testcase
2004-10-18 04:06:41 +00:00