llvm-6502/lib/Analysis
Reid Spencer 832254e1c2 Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33776 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-02 02:16:23 +00:00
..
IPA Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
AliasAnalysisEvaluator.cpp Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
AliasDebugger.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
AliasSetTracker.cpp
BasicAliasAnalysis.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
CFGPrinter.cpp
ConstantFolding.cpp Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
ConstantRange.cpp For PR1043: 2007-01-19 21:13:56 +00:00
InstCount.cpp eliminate static ctors from Statistics 2006-12-19 22:30:33 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp For PR950: 2006-12-23 06:05:41 +00:00
Makefile Changed from PARALLEL_DIRS to DIRS since we're only building one directory. 2006-12-13 19:42:54 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
ScalarEvolutionExpander.cpp For PR970: 2007-01-21 00:29:26 +00:00
Trace.cpp Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
ValueNumbering.cpp For PR950: 2006-12-23 06:05:41 +00:00