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-09 10:31:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
85f6cbd1a5
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Jakub Staszak
85f6cbd1a5
OldPtr is llvm::Instruction. Remove unneeded cast<>.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@186880
91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-22 22:10:43 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
Remove trailing whitespace
2013-07-15 17:55:02 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GlobalMerge.cpp
Change tabs to spaces.
2013-07-22 21:11:30 +00:00
GVN.cpp
IndVarSimplify.cpp
LFTR improvement to avoid truncation.
2013-07-12 22:08:48 +00:00
JumpThreading.cpp
LICM.cpp
LLVMBuild.txt
LoopDeletion.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
LoopIdiomRecognize.cpp
Fix spelling and grammar
2013-07-22 18:59:58 +00:00
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
SCCP.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
SimplifyCFGPass.cpp
Sink.cpp
SROA.cpp
OldPtr is llvm::Instruction. Remove unneeded cast<>.
2013-07-22 22:10:43 +00:00
StructurizeCFG.cpp
Add 'const' qualifiers to static const char* variables.
2013-07-16 01:17:10 +00:00
TailRecursionElimination.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00