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-11-11 23:05:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
64a7a24edf
llvm-6502
/
test
/
Transforms
History
Hal Finkel
64a7a24edf
BBVectorize: Enable vectorization of the fmuladd intrinsic
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@171075
91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-25 22:36:08 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BBVectorize: Enable vectorization of the fmuladd intrinsic
2012-12-25 22:36:08 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Revert previous check in r168581, r169079 as they are still in code review status.
2012-12-01 10:54:28 +00:00
GVN
unHECKify test. It was fixed by Chris in 2009.
2012-12-12 20:43:00 +00:00
IndVarSimplify
Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate.
2012-11-29 19:07:57 +00:00
Inline
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
InstCombine
Transform (x&C)>V into (x&C)!=0 where possible
2012-12-19 19:47:13 +00:00
InstSimplify
Added a slew of SimplifyInstruction floating-point optimizations, many of which take advantage of fast-math flags. Test cases included.
2012-12-12 00:27:46 +00:00
Internalize
IPConstantProp
JumpThreading
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
LCSSA
LICM
LoopDeletion
LoopIdiom
- Re-enable population count loop idiom recognization
2012-12-09 03:12:46 +00:00
LoopRotate
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
LoopSimplify
LoopStrengthReduce
LoopUnroll
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
LoopUnswitch
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
LoopVectorize
Fix typo "Makre" -> "Make".
2012-12-24 19:55:47 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
2012-11-18 19:27:01 +00:00
ScalarRepl
SCCP
SimplifyCFG
Fix logic to determine whether to turn a switch into a lookup table. When
2012-11-30 02:02:42 +00:00
SimplifyLibCalls
instcombine: Migrate puts optimizations
2012-11-29 19:15:17 +00:00
Sink
SROA
Rename the test so that we can add additional vectors-of-pointers tests
2012-12-18 05:50:54 +00:00
StripSymbols
TailCallElim
TailDup