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-24 06:30:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4cdcb36289
llvm-6502
/
test
/
Transforms
History
Duncan Sands
606199fb85
Fix PR9331. Simplified version of a patch by Jakub Staszak.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@127243
91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-08 12:39:03 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.
2011-03-01 00:33:47 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
IndVarSimplify
Inline
InstCombine
Tweak this test. We can analyze what happens and show that we still do the
2011-03-07 02:10:18 +00:00
InstSimplify
Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever
2011-03-05 05:19:11 +00:00
Internalize
Add test for r127138.
2011-03-07 21:28:14 +00:00
IPConstantProp
JumpThreading
Fix PR9331. Simplified version of a patch by Jakub Staszak.
2011-03-08 12:39:03 +00:00
LCSSA
LICM
While sinking an instruction, do not lose llvm.dbg.value intrinsic.
2011-03-08 03:06:19 +00:00
LoopDeletion
Make LoopDeletion work on loops with multiple edges, as long as the incoming
2011-02-22 22:25:39 +00:00
LoopIdiom
Preserve line no. info.
2011-03-07 22:43:45 +00:00
LoopRotate
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value that is modified inside loop.
2011-02-14 23:03:23 +00:00
LoopSimplify
LoopStrengthReduce
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
2011-02-20 08:38:20 +00:00
LoopUnroll
add a testcase for r125827
2011-02-18 05:05:01 +00:00
LoopUnswitch
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
Reassociate
fix PR9215, preventing -reassociate from clearing nsw/nuw when
2011-02-17 01:29:24 +00:00
ScalarRepl
SCCP
SimplifyCFG
Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a branch.
2011-02-28 09:44:07 +00:00
SimplifyLibCalls
Optimize fprintf -> iprintf if there are no floating point arguments
2011-03-03 14:20:22 +00:00
Sink
SRETPromotion
StripSymbols
TailCallElim
TailDup