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-12-20 09:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
df959c70c9
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Craig Topper
4172a8abba
Add 'const' qualifiers to static const char* variables.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@186371
91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-16 01:17:10 +00:00
..
ADCE.cpp
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
BasicBlockPlacement.cpp
CMakeLists.txt
Remove the simplify-libcalls pass (finally)
2013-06-20 19:48:07 +00:00
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
Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.
2013-06-19 21:07:11 +00:00
GVN.cpp
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
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
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LSR: Fix the parameters used to compute the scaling factor cost.
2013-06-19 19:59:41 +00:00
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
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-03 15:07:05 +00:00
Reassociate.cpp
Reassociate: Remove unnecessary default operator=.
2013-07-06 15:10:13 +00:00
Reg2Mem.cpp
Scalar.cpp
Remove the simplify-libcalls pass (finally)
2013-06-20 19:48:07 +00:00
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
Revert r186316 while I track down an ASan failure and an assert from
2013-07-15 17:36:21 +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