llvm-6502/lib/Analysis
Dan Gohman 099879687f Use getSCEV instead of getUnknown to create a SCEV for a
Constant. This lets ConstantInts be handled as SCEVConstant instead
of SCEVUnknown, as getUnknown no longer has special-case code for
ConstantInt and friends. This usually doesn't affect the final
output, since the constants end up getting folded later, but it
does make intermediate expressions more obvious in many cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74459 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-29 21:31:18 +00:00
..
IPA Use a more correct atomic increment style. This isn't really necessary in 2009-06-25 16:32:45 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp
CaptureTracking.cpp
CFGPrinter.cpp
CMakeLists.txt Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby 2009-06-26 15:37:00 +00:00
ConstantFolding.cpp
DbgInfoPrinter.cpp
DebugInfo.cpp Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms 2009-06-26 01:49:18 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
IVUsers.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LiveValues.cpp
LoopDependenceAnalysis.cpp Relax LDA memory instruction checks. 2009-06-29 18:51:11 +00:00
LoopInfo.cpp Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. 2009-06-27 21:22:48 +00:00
LoopPass.cpp Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. 2009-06-29 18:49:09 +00:00
LoopVR.cpp
Makefile
MemoryDependenceAnalysis.cpp
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp Get rid of a static boolean. 2009-06-24 22:08:59 +00:00
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Use getSCEV instead of getUnknown to create a SCEV for a 2009-06-29 21:31:18 +00:00
ScalarEvolutionExpander.cpp Change SCEVExpander to use an IRBuilder to emit instructions. 2009-06-27 21:18:18 +00:00
SparsePropagation.cpp
Trace.cpp
ValueTracking.cpp