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-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b545cde675
llvm-6502
/
test
/
Transforms
/
GVN
History
Nick Lewycky
8e13af309b
Fix intrinsic signature in this test.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@101674
91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-17 21:12:55 +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
2008-02-13-NewPHI.ll
stop using anders-aa
2010-03-01 20:24:50 +00:00
2008-02-24-NonDominatedMemcpy.ll
2008-02-26-MemCpySize.ll
2008-07-02-Unreachable.ll
2008-12-09-SelfRemove.ll
2008-12-12-RLE-Crash.ll
2008-12-14-rle-reanalyze.ll
2008-12-15-CacheVisited.ll
2009-01-21-SortInvalidation.ll
2009-01-22-SortInvalidation.ll
2009-02-17-LoadPRECrash.ll
2009-03-10-PREOnVoid.ll
2009-06-17-InvalidPRE.ll
2009-07-13-MemDepSortFail.ll
2009-11-12-MemDepMallocBitCast.ll
2010-03-31-RedundantPHIs.ll
Re-commit my previous SSAUpdater changes. The previous version naively tried
2010-04-17 03:08:24 +00:00
basic.ll
bitcast-of-call.ll
calls-nonlocal.ll
calls-readonly.ll
condprop.ll
crash-no-aa.ll
crash.ll
a testcase that doesn't crash GVN but could someday.
2010-02-11 05:08:05 +00:00
dg.exp
invariant-simple.ll
add newlines at the end of files.
2010-04-07 22:53:17 +00:00
lifetime-simple.ll
Fix intrinsic signature in this test.
2010-04-17 21:12:55 +00:00
load-constant-mem.ll
load-pre-align.ll
Check alignment of loads when deciding whether it is safe to execute them
2010-01-30 04:42:39 +00:00
local-pre.ll
lpre-call-wrap-2.ll
lpre-call-wrap.ll
mixed.ll
nonescaping-malloc.ll
null-aliases-nothing.ll
Delete useless trailing semicolons.
2010-01-05 17:55:26 +00:00
pre-basic-add.ll
pre-load.ll
Testcase for critical edge splitting with load PRE.
2010-02-16 20:48:55 +00:00
pre-single-pred.ll
rle-must-alias.ll
rle-no-phi-translate.ll
rle-nonlocal.ll
Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.
2010-01-27 22:01:02 +00:00
rle-phi-translate.ll
rle-semidominated.ll
rle.ll
fix PR6642, GVN forwarding from memset to load of the base of the memset.
2010-03-25 05:58:19 +00:00