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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0e5e821a69
llvm-6502
/
test
/
Transforms
History
David Majnemer
ac78266674
Teach SimplifyLibCalls about stpcpy.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@156815
91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-15 11:46:21 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).
2012-04-27 19:34:00 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
2012-05-10 18:57:38 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Teach Function::hasAddressTaken that BlockAddress doesn't really take
2012-05-12 08:30:16 +00:00
GVN
IndVarSimplify
Inline
InstCombine
objectsize: add a few more tests and fix a bug
2012-05-11 18:25:29 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
formatting change: strip debug info from test
2012-05-10 16:55:31 +00:00
LCSSA
LICM
An instruction in a loop is not guaranteed to be executed just because the loop
2012-05-01 04:03:01 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
Make sure HoistInsertPosition finds a position that is dominated by all
2012-04-30 03:53:06 +00:00
LoopUnroll
LoopUnswitch
Second attempt at PR12573:
2012-04-30 10:44:54 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
Move the capture analysis from MemoryDependencyAnalysis to a more general place
2012-05-14 20:35:04 +00:00
MergeFunc
ObjCARC
Fix the objc_storeStrong recognizer to stop before walking off the
2012-05-09 23:08:33 +00:00
PhaseOrdering
PruneEH
Reassociate
Calling ReassociateExpression recursively is extremely dangerous since it will
2012-05-08 12:16:05 +00:00
ScalarRepl
SCCP
Reapply r155682, making constant folding more consistent, with a fix to work
2012-04-27 17:50:22 +00:00
SimplifyCFG
SimplifyLibCalls
Teach SimplifyLibCalls about stpcpy.
2012-05-15 11:46:21 +00:00
Sink
StripSymbols
TailCallElim
TailDup