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-28 19:31:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e7381cc99c
llvm-6502
/
test
/
Transforms
History
Benjamin Kramer
e7381cc99c
Fix tests that didn't test anything.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@164686
91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26 09:51:39 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
Make this test check the transforms it's actually doing. Also add a test that it
2012-09-25 18:17:38 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Add testcases for GlobalOpt changes in r160693 and r160757.
2012-07-29 01:15:37 +00:00
GVN
IndVarSimplify
Inline
InstCombine
Add missing : in CHECK line.
2012-09-24 17:22:43 +00:00
InstSimplify
Revert r153521 as it's causing large regressions on the nightly testers.
2012-03-28 18:42:50 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopIdiom: Give up when the loop is not in canonical form.
2012-09-21 17:27:23 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
LSR critical edge splitting fix for PR13756.
2012-09-18 17:51:33 +00:00
LoopUnroll
Fix tests that didn't test anything.
2012-09-26 09:51:39 +00:00
LoopUnswitch
Fix tests that didn't test anything.
2012-09-26 09:51:39 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
Detect overflow in the path count computation. rdar://12277446.
2012-09-12 20:45:17 +00:00
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyCFG: Make the switch-to-lookup table transformation store the
2012-09-26 09:44:49 +00:00
SimplifyLibCalls
Sink
SROA
Revert the business end of r164636 and try again. I'll come in again. ;]
2012-09-26 07:41:40 +00:00
StripSymbols
TailCallElim
TailDup