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-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c61ac5120d
llvm-6502
/
test
/
Transforms
History
Devang Patel
290342a157
While sinking an instruction, do not lose llvm.dbg.value intrinsic.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@127214
91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-08 03:06:19 +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
prevent jump threading from merging blocks when their address is
2011-02-18 04:43:06 +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
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
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