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-02 07:32:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
382cb2189a
llvm-6502
/
test
/
Transforms
History
Eli Friedman
15002a2b52
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@72231
91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-21 21:47:54 +00:00
..
ADCE
Allow readonly functions to unwind exceptions. Teach
2009-05-06 06:49:50 +00:00
ArgumentPromotion
Fix typo.
2009-04-23 04:24:19 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
Optimize conditional branch on i1 phis with non-constant inputs.
2009-04-14 23:40:03 +00:00
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
FunctionAttrs
Revert r70876 and add a testcase (@c7) showing the problem:
2009-05-07 18:08:34 +00:00
GlobalDCE
Add a new "available_externally" linkage type. This is intended
2009-04-13 05:44:34 +00:00
GlobalOpt
GVN
Reapply r68211, with the miscompilations it caused fixed.
2009-04-01 23:53:49 +00:00
GVNPRE
IndMemRem
IndVarSimplify
Teach SCEVExpander to expand arithmetic involving pointers into GEP
2009-05-19 02:15:55 +00:00
Inline
PR4123: don't crash when inlining a call which uses its own result.
2009-05-08 00:22:04 +00:00
InstCombine
Teach ValueTracking a new way to analyze PHI nodes, and and teach
2009-05-21 02:28:33 +00:00
Internalize
IPConstantProp
JumpThreading
Restore minor deletion.
2009-05-04 18:40:41 +00:00
LCSSA
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
2009-05-21 21:47:54 +00:00
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
Testcase for PR2639.
2009-04-23 04:30:52 +00:00
LoopSimplify
Fix some incorrect logic in DominanceFrontier::splitBlock. Part of
2009-05-21 20:40:30 +00:00
LoopStrengthReduce
Suppress the IV reversal transformation in the case that the RHS
2009-05-20 00:34:08 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
fix RewriteStoreUserOfWholeAlloca to use the correct type size
2009-05-08 15:54:41 +00:00
SCCP
SimplifyCFG
Testcase for 71688.
2009-05-13 18:33:24 +00:00
SimplifyLibCalls
Fix PR4206 - crash in simplify lib calls
2009-05-13 06:26:11 +00:00
SRETPromotion
StripSymbols
TailCallElim
TailDup