This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-30 16:53:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
History
Bill Wendling
5020e916ef
Strengthen check for div inst-combining.
...
llvm-svn: 60276
2008-11-30 04:33:53 +00:00
..
ADCE
…
AddReadAttrs
…
ArgumentPromotion
…
BlockPlacement
…
BranchFolding
…
CodeExtractor
…
CodeGenPrepare
reenable test
2008-11-24 21:27:20 +00:00
CondProp
…
ConstantMerge
…
ConstProp
…
DeadArgElim
…
DeadStoreElimination
Fix a thinko that manifested as a crash on clamav last night.
2008-11-29 20:29:04 +00:00
GlobalDCE
…
GlobalOpt
…
GVN
don't require GVN to work on dead values, just make the
2008-11-29 21:21:48 +00:00
GVNPRE
…
IndVarsSimplify
convertToSignExtendedInteger should return opInvalidOp instead of asserting if sematics of float does not allow arithmetics.
2008-11-25 19:00:29 +00:00
Inline
Add PR number.
2008-11-05 18:41:15 +00:00
InstCombine
Strengthen check for div inst-combining.
2008-11-30 04:33:53 +00:00
Internalize
…
IPConstantProp
…
JumpThreading
don't call MergeBasicBlockIntoOnlyPred on a block whose only
2008-11-28 19:54:49 +00:00
LCSSA
…
LICM
…
LoopDeletion
…
LoopIndexSplit
If the sign of exit condition and split condition does not match
2008-11-10 19:48:34 +00:00
LoopRotate
…
LoopSimplify
…
LoopStrengthReduce
…
LoopUnroll
…
LoopUnswitch
Ignore conditions that are outside the loop.
2008-11-03 19:38:07 +00:00
LowerInvoke
…
LowerSetJmp
…
LowerSwitch
…
Mem2Reg
…
MemCpyOpt
…
MergeFunc
Fix tests not to emit IR output
2008-11-04 23:02:39 +00:00
PredicateSimplifier
…
PruneEH
…
RaiseAllocations
…
Reassociate
…
ScalarRepl
…
SCCP
…
SimplifyCFG
Fix PR2967 by not deleting volatile load/stores that occur before unreachable.
2008-10-29 17:46:26 +00:00
SimplifyLibCalls
Add a new pass to simplify specific half_powr function calls. This is
2008-11-04 23:41:45 +00:00
SRETPromotion
…
StripSymbols
…
TailCallElim
…
TailDup
…