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-07 11:33:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0b06e2331e
llvm-6502
/
test
/
Transforms
History
Argyrios Kyrtzidis
0b06e2331e
Revert r166407 because it caused analyzer tests to crash and broke self-host bots.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@166424
91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-22 18:16:14 +00:00
..
ADCE
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
2012-02-16 06:28:33 +00:00
ArgumentPromotion
BBVectorize
BBVectorize should ignore unreachable blocks.
2012-10-22 18:00:55 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. If the it's the condition of a SwitchInst, reload it.
2012-09-28 10:42:50 +00:00
DeadArgElim
Fix PR14016.
2012-10-09 08:13:15 +00:00
DeadStoreElimination
EarlyCSE
New EarlyCSE tests for CSE-ing across commutativity.
2012-10-09 16:58:13 +00:00
FunctionAttrs
GlobalDCE
GlobalOpt
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value is only stored once.
2012-09-28 10:01:27 +00:00
GVN
IndVarSimplify
Indvars: Don't recursively delete instruction during BB iteration.
2012-10-19 17:53:54 +00:00
Inline
InstCombine
InstCombine: Fix an edge case where constant icmps could sneak into ConstantFoldInstOperands and crash.
2012-10-20 08:43:52 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis."
2012-10-21 19:31:16 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
Vectorizer: optimize the generation of selects. If the condition is uniform, generate a scalar-cond select (i1 as selector).
2012-10-22 04:38:00 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
In my recent change to avoid use of underaligned memory I didn't notice that
2012-10-04 13:53:21 +00:00
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
Add test case for r164850.
2012-09-29 00:12:08 +00:00
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer dereference" optimization to also handle instructions with multiple uses.
2012-10-04 16:11:49 +00:00
SimplifyLibCalls
SimplifyLibcalls: The return value of ffsll is always i32, even when the input is zero.
2012-10-19 20:43:44 +00:00
Sink
SROA
This just in, it is a *bad idea* to use 'udiv' on an offset of
2012-10-17 09:23:48 +00:00
StripSymbols
TailCallElim
Revert r166407 because it caused analyzer tests to crash and broke self-host bots.
2012-10-22 18:16:14 +00:00
TailDup