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-05 10:39:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fa7eb216cb
llvm-mirror
/
test
/
Transforms
History
NAKAMURA Takumi
fa7eb216cb
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine, not -simplify-libcalls.
...
llvm-svn: 168690
2012-11-27 08:18:15 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BBVectorize: Don't vectorize vector-manipulation chains
2012-11-13 03:12:40 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
2012-11-08 20:34:25 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
2012-11-16 10:33:25 +00:00
GVN
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
2012-11-08 20:34:25 +00:00
IndVarSimplify
Disallow the undocumented practice of starting the datalayout string with '-'.
2012-11-23 14:51:42 +00:00
Inline
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are created (during function inlining)
2012-11-13 07:15:32 +00:00
InstCombine
instcombine: Migrate sprintf optimizations
2012-11-27 05:57:54 +00:00
InstSimplify
Fast-math test for SimplifyInstruction: fold multiply by 0
2012-11-27 01:00:22 +00:00
Internalize
IPConstantProp
JumpThreading
Add a test case for PR14233.
2012-11-01 10:26:36 +00:00
LCSSA
LICM
LoopDeletion
LoopIdiom
Add a testcase to loop-idiom to cover PR14241 when we start handling
2012-11-02 08:40:24 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
Add support for pointer induction variables even when there is no integer induction variable.
2012-11-25 08:41:35 +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
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
2012-11-08 20:34:25 +00:00
SimplifyCFG
Only do switch-to-lookup table transformation when TargetTransformInfo
2012-11-07 21:35:12 +00:00
SimplifyLibCalls
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine, not -simplify-libcalls.
2012-11-27 08:18:15 +00:00
Sink
SROA
PR14055: Implement support for sub-vector operations in SROA.
2012-11-21 08:16:30 +00:00
StripSymbols
TailCallElim
TailDup