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-22 07:32:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ad78a88711
llvm-6502
/
test
/
Transforms
History
Owen Anderson
88dafec7f9
Fix a test with malformed IR. Not sure why this didn't fail before.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@109422
91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-26 18:44:56 +00:00
..
ABCD
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
Remove arm_apcscc from the test files. It is the default and doing this
2010-06-17 15:18:27 +00:00
IndVarSimplify
Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable
2010-07-26 18:28:14 +00:00
Inline
InstCombine
Testcase for r108687.
2010-07-19 08:14:26 +00:00
Internalize
IPConstantProp
JumpThreading
Fix a test with malformed IR. Not sure why this didn't fail before.
2010-07-26 18:44:56 +00:00
LCSSA
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
2010-07-26 18:00:43 +00:00
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
Fix some tests that didn't test anything.
2010-06-26 20:05:06 +00:00
LoopSimplify
LoopSimplify does not update domfrontier correctly.
2010-07-16 05:59:45 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
Remove arm_apcscc from the test files. It is the default and doing this
2010-06-17 15:18:27 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
Arrays and vectors with different numbers of elements are not equivalent.
2010-07-16 06:31:12 +00:00
PartialSpecialize
this test is failing nondeterministically and blaming me, just disable
2010-06-26 22:08:30 +00:00
PruneEH
Reassociate
ScalarRepl
Fix the second half of PR7437: scalarrepl wasn't preserving
2010-07-08 00:27:05 +00:00
SCCP
SimplifyCFG
SimplifyLibCalls
Sink
SRETPromotion
SSI
StripSymbols
Prevent test from hanging waiting for input.
2010-07-01 22:57:11 +00:00
TailCallElim
Handle the case of a tail recursion in which the tail call is followed
2010-07-13 15:41:41 +00:00
TailDup