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
2025-01-08 03:30:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0cc4ed1ca5
llvm-6502
/
test
/
Transforms
History
Benjamin Kramer
0cc4ed1ca5
Revert r108136 until I figure out why it broke selfhost.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@108139
91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 12:35:49 +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 ScalarEvolution's tripcount computation for chains of loops
2010-06-29 23:43:06 +00:00
Inline
InstCombine
Revert r108136 until I figure out why it broke selfhost.
2010-07-12 12:35:49 +00:00
Internalize
IPConstantProp
JumpThreading
if jump threading is able to infer interesting values on both
2010-07-12 00:47:34 +00:00
LCSSA
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
Fix some tests that didn't test anything.
2010-06-26 20:05:06 +00:00
LoopSimplify
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
Copy location info for current function argument from dbg.declare if respective store instruction does not have any location info.
2010-06-04 22:27:30 +00:00
MemCpyOpt
MergeFunc
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
Test case for r105914.
2010-06-13 16:16:54 +00:00
SimplifyLibCalls
Make sure that simplify libcalls does not replace a call with one calling
2010-06-16 19:34:01 +00:00
Sink
SRETPromotion
SSI
StripSymbols
Prevent test from hanging waiting for input.
2010-07-01 22:57:11 +00:00
TailCallElim
Fix PR7328: when turning a tail recursion into a loop, need to preserve
2010-06-26 12:53:31 +00:00
TailDup