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-05 13:09:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
70564a9c19
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Jay Foad
8fbbb39807
Convert TargetData::getIndexedOffset to use ArrayRef.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@135478
91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-19 14:01:37 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
EarlyCSE.cpp
GVN.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
IndVarSimplify.cpp
Compiler warning.
2011-07-18 21:15:03 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIdiomRecognize.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
ObjCARC.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
Reassociate.cpp
start using the new helper methods a bit.
2011-07-15 06:08:15 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Convert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 14:01:37 +00:00
SCCP.cpp
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
2011-07-19 13:32:40 +00:00
SimplifyCFGPass.cpp
Convert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 08:37:34 +00:00
SimplifyLibCalls.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp