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-05 12:31:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
037a60f909
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Jay Foad
a3efbb15dd
Convert CallInst and InvokeInst APIs to use ArrayRef.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@135265
91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-15 08:37:34 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GVN.cpp
Added recognition for signed add/sub/mul with overflow intrinsics to GVN as per Chris and Frits suggestion.
2011-07-09 00:25:11 +00:00
IndVarSimplify.cpp
indvars: Code reorganization in preparation for
2011-07-12 00:08:50 +00:00
JumpThreading.cpp
Calculate GetBestDestForJumpOnUndef correctly.
2011-06-27 21:51:12 +00:00
LICM.cpp
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
2011-07-06 21:09:55 +00:00
LoopDeletion.cpp
Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks,
2011-06-21 10:02:43 +00:00
LoopIdiomRecognize.cpp
SCEVExpander: give new insts a name that identifies the reponsible pass.
2011-06-28 05:07:32 +00:00
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
start using the new helper methods a bit.
2011-07-15 06:08:15 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
Reinstate r133513 (reverted in r133700) with an additional fix for a
2011-06-23 09:09:15 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
2011-07-14 17:45:39 +00:00
ObjCARC.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
Reassociate.cpp
start using the new helper methods a bit.
2011-07-15 06:08:15 +00:00
Reg2Mem.cpp
Scalar.cpp
Introduce "expect" intrinsic instructions.
2011-07-06 18:22:43 +00:00
ScalarReplAggregates.cpp
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
2011-07-07 00:05:58 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
SimplifyLibCalls.cpp
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
2011-07-14 17:45:39 +00:00
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp