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
2b9c50776a
llvm-6502
/
test
/
Transforms
History
Eli Friedman
ef71597242
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829>
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@136435
91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-29 00:18:19 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
Teach the ConstantMerge pass about alignment. Fixes PR10514!
2011-07-27 19:47:34 +00:00
ConstProp
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
CorrelatedValuePropagation
DeadArgElim
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
GVN
IndVarSimplify
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
2011-07-20 05:32:06 +00:00
Inline
InstCombine
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829>
2011-07-29 00:18:19 +00:00
InstSimplify
Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed
2011-07-19 08:22:57 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
Bring LICM into compliance with the new "Memory Model for Concurrent Operations" in LangRef.
2011-07-20 21:37:47 +00:00
LoopDeletion
LoopIdiom
A real testcase for r135286.
2011-07-15 20:58:38 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
LSR, correct fix for rdar://9786536. Silly casting bug.
2011-07-21 01:45:54 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSetJmp
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
LowerSwitch
Mem2Reg
MemCpyOpt
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
MergeFunc
ObjCARC
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
2011-07-22 22:29:21 +00:00
PhaseOrdering
PruneEH
Reassociate
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
ScalarRepl
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
2011-07-25 23:14:22 +00:00
SCCP
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
SimplifyCFG
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
TailDup