llvm-6502/lib/Transforms/Scalar
Gabor Greif f4f10e3779 Recommit r80858 again (which has been backed out in r80871).
This time I did a self-hosted bootstrap on Linux x86-64,
with no problems. Let's see how darwin 64-bit self-hosting
goes. At the first sign of failure I'll back this out.

Maybe the valgrind bots give me a hint of what may be wrong
(it at all).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98957 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-19 11:55:53 +00:00
..
ABCD.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Factor checked library call optimization into a common helper class and use it 2010-03-12 09:27:41 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp Don't attempt load PRE when there is no real redundancy (i.e., the load is in 2010-03-02 00:09:29 +00:00
IndVarSimplify.cpp Skip debug info intrinsics. 2010-03-15 22:23:03 +00:00
JumpThreading.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
LICM.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Make SCEVExpander and LSR more aggressive about hoisting expressions out 2010-03-03 05:29:13 +00:00
LoopUnrollPass.cpp Add a DominatorTree argument to isLCSSA so that it doesn't have to 2010-03-10 19:38:49 +00:00
LoopUnswitch.cpp Add a DominatorTree argument to isLCSSA so that it doesn't have to 2010-03-10 19:38:49 +00:00
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp fix a nice subtle reassociate bug which would only occur 2010-03-05 07:18:54 +00:00
Reg2Mem.cpp
Scalar.cpp Whoops this already existed. 2010-03-11 23:21:19 +00:00
ScalarReplAggregates.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
SCCP.cpp fix grammaro's pointed out by daniel 2010-02-27 07:50:40 +00:00
SCCVN.cpp
SimplifyCFGPass.cpp Recommit r80858 again (which has been backed out in r80871). 2010-03-19 11:55:53 +00:00
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp str[r]chr returns its pointer argument so we cannot mark it as nocapture. Thanks to Duncan for spotting my mistake. 2010-03-16 20:33:15 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp