This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2025-01-04 02:40:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3d6e4c3111
llvm
/
test
/
Transforms
History
Devang Patel
1955cf1950
DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@112072
91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-25 18:52:02 +00:00
..
ABCD
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
IndVarSimplify
Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable
2010-07-26 18:28:14 +00:00
Inline
InstCombine
Re-apply r111568 with a fix for the clang self-host.
2010-08-20 18:24:43 +00:00
Internalize
IPConstantProp
JumpThreading
In the default address space, any GEP off of null results in a trap value if you try to load it. Thus,
2010-08-25 01:16:47 +00:00
LCSSA
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
2010-07-26 18:00:43 +00:00
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
When rotating loops, put the original header at the bottom of the
2010-08-17 17:39:21 +00:00
LoopSimplify
LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.
2010-08-14 00:43:09 +00:00
LoopStrengthReduce
Move x86-specific tests out of test/Transforms/LoopStrengthReduce and
2010-08-05 17:04:15 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
Add an atomic lowering pass
2010-08-03 16:19:16 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PartialSpecialize
Fixed and reactivated a partial specialization test
2010-08-19 12:42:38 +00:00
PruneEH
Reassociate
ScalarRepl
SCCP
fix PR7876: If ipsccp decides that a function's address is taken
2010-08-12 22:25:23 +00:00
SimplifyCFG
Instead, teach SimplifyCFG to trim non-address-taken blocks from
2010-08-16 14:41:14 +00:00
SimplifyLibCalls
Sink
SRETPromotion
SSI
StripSymbols
DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE.
2010-08-25 18:52:02 +00:00
TailCallElim
TailDup