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-04 21:30:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8e4df489d0
llvm-6502
/
test
/
Transforms
History
Nadav Rotem
8e4df489d0
Revert r176408 and r176407 to address PR15540.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@179111
91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-09 18:16:05 +00:00
..
ADCE
ArgumentPromotion
Update some EH tests that were violating the new EH model.
2013-03-21 18:30:10 +00:00
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
Revert "Adding DIImportedModules to DIScopes."
2013-03-28 02:44:59 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GCOVProfiling
Revert "Adding DIImportedModules to DIScopes."
2013-03-28 02:44:59 +00:00
GlobalDCE
GlobalOpt
Use a worklist to avoid a sneaky iterator invalidation.
2013-04-02 08:16:45 +00:00
GVN
Revert 179071 because it is not the right way to support non standard new/new[] operators.
2013-04-09 04:43:46 +00:00
IndVarSimplify
IndVarSimplify: do not recompute an IV value outside of the loop if :
2013-03-19 20:00:22 +00:00
Inline
Update test. There may be multiple catches, but those will be cleaned up.
2013-03-22 20:36:39 +00:00
InstCombine
Revert r176408 and r176407 to address PR15540.
2013-04-09 18:16:05 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
2013-03-12 16:27:52 +00:00
LoopUnswitch
LoopVectorize
LoopVectorizer: Pass OperandValueKind information to the cost model
2013-04-04 23:26:27 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
Revert "Adding DIImportedModules to DIScopes."
2013-03-28 02:44:59 +00:00
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
An objc_retain can serve as a use for a different pointer.
2013-04-05 22:54:32 +00:00
PhaseOrdering
PruneEH
Reassociate
Correct assertion condition
2013-04-01 18:13:05 +00:00
Reg2Mem
ScalarRepl
Disable the optimization about promoting vector-element-access with symbolic index.
2013-04-05 21:07:08 +00:00
SCCP
SimplifyCFG
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
2013-04-09 05:18:53 +00:00
SimplifyLibCalls
Sink
SROA
Fix PR15674 (and PR15603): a SROA think-o.
2013-04-07 11:47:54 +00:00
StripSymbols
TailCallElim
TailDup