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-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0f06462959
llvm-6502
/
lib
/
Transforms
/
Scalar
History
NAKAMURA Takumi
0f06462959
Untabify and whitespace cleanups.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@220771
91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-28 11:53:30 +00:00
..
ADCE.cpp
AlignmentFromAssumptions.cpp
CMakeLists.txt
ConstantHoisting.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
Make use of @llvm.assume from LazyValueInfo
2014-09-07 20:29:59 +00:00
DCE.cpp
DeadStoreElimination.cpp
[DSE] Remove no-data-layout-only type-based overlap checking
2014-10-17 11:56:00 +00:00
EarlyCSE.cpp
FlattenCFGPass.cpp
GVN.cpp
IndVarSimplify.cpp
JumpThreading.cpp
Revert "Teach the load analysis to allow finding available values which require" (r220277)
2014-10-21 23:49:52 +00:00
LICM.cpp
Introduce enum values for previously defined metadata types. (NFC)
2014-10-21 00:13:20 +00:00
LLVMBuild.txt
LoadCombine.cpp
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRerollPass.cpp
Untabify and whitespace cleanups.
2014-10-28 11:53:30 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp
LSR: Minor cleanup after Daniel's patch.
2014-10-25 19:59:30 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
MergedLoadStoreMotion.cpp
PartiallyInlineLibCalls.cpp
Reassociate.cpp
Reg2Mem.cpp
SampleProfile.cpp
Make getDISubprogram(const Function *F) available in LLVM
2014-10-23 23:46:28 +00:00
Scalar.cpp
Scalarizer.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SeparateConstOffsetFromGEP.cpp
[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
2014-10-25 18:34:03 +00:00
SimplifyCFGPass.cpp
Sink.cpp
SROA.cpp
[SROA] Change how SROA does vector-based promotion of allocas to handle
2014-10-18 00:44:02 +00:00
StructurizeCFG.cpp
TailRecursionElimination.cpp
Fix a long-standing miscompile in the load analysis that was uncovered
2014-10-19 08:17:50 +00:00