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-12-29 10:32:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6ade6f55a8
llvm-6502
/
test
/
Transforms
/
GVN
History
Owen Anderson
f2aa160b35
A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@53032
91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-02 17:20:16 +00:00
..
2007-07-25-DominatedLoop.ll
2007-07-25-InfiniteLoop.ll
2007-07-25-Loop.ll
2007-07-25-NestedLoop.ll
2007-07-25-SinglePredecessor.ll
2007-07-26-InterlockingLoops.ll
2007-07-26-NonRedundant.ll
2007-07-26-PhiErasure.ll
2007-07-30-PredIDom.ll
2007-07-31-NoDomInherit.ll
2007-07-31-RedundantPhi.ll
2008-02-12-UndefLoad.ll
Use normal naming convention for test.
2008-03-22 21:08:33 +00:00
2008-02-13-NewPHI.ll
Testcase for PR2032.
2008-02-14 07:15:11 +00:00
2008-02-24-NonDominatedMemcpy.ll
Fix an issue where GVN would try to use an instruction before its definition when performing return slot optimization.
2008-02-25 00:40:41 +00:00
2008-02-26-MemCpySize.ll
Add PR number to testcase.
2008-02-26 23:16:11 +00:00
2008-07-02-Unreachable.ll
A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks.
2008-07-02 17:20:16 +00:00
basic.ll
Convert tests using "| wc -l | grep ..." to use the count script.
2007-08-15 13:36:28 +00:00
call.ll
Add testcase for PR2213.
2008-04-11 05:13:32 +00:00
dg.exp
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
dominated.ll
Convert tests using "| wc -l | grep ..." to use the count script.
2007-08-15 13:36:28 +00:00
local-pre.ll
Use the -enable-pre flag so this test doesn't fail.
2008-06-26 17:03:28 +00:00
mixed.ll
Convert tests using "| wc -l | grep ..." to use the count script.
2007-08-15 13:36:28 +00:00
nonlocal-cse.ll
Add a testcase for non-local CSE of read-only calls.
2008-05-13 08:17:44 +00:00
nonlocal.ll
Convert tests using "| wc -l | grep ..." to use the count script.
2007-08-15 13:36:28 +00:00
semidominated.ll
Convert tests using "| wc -l | grep ..." to use the count script.
2007-08-15 13:36:28 +00:00