llvm-6502/lib/Analysis
Chris Lattner f711fb7af8 when merging two alias sets together, be sure to propagate the volatility of
the inner set.  This fixes PR1435 and Transforms/LICM/2007-05-22-VolatileSink.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37305 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-23 06:36:35 +00:00
..
IPA Fix typo in comment. 2007-05-06 13:37:16 +00:00
AliasAnalysis.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
AliasAnalysisCounter.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
AliasAnalysisEvaluator.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
AliasDebugger.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
AliasSetTracker.cpp when merging two alias sets together, be sure to propagate the volatility of 2007-05-23 06:36:35 +00:00
BasicAliasAnalysis.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CFGPrinter.cpp Add passes -view-cfg and -view-cfg-only that are like -print-cfg and 2007-05-14 14:25:08 +00:00
ConstantFolding.cpp The bit counting intrinsics return i32 not the operand type. This fixes 2007-04-01 18:42:20 +00:00
InstCount.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Interval.cpp Remove trailing whitespace 2005-04-21 21:13:18 +00:00
IntervalPartition.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoadValueNumbering.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoopInfo.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoopPass.cpp Drop 'const' 2007-05-03 01:11:54 +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 Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfo.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfoLoader.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
ProfileInfoLoaderPass.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ScalarEvolution.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ScalarEvolutionExpander.cpp Be more careful when inserting reused instructions. This fixes CodeGen/Generic/2007-04-17-lsr-crash.ll 2007-04-17 23:43:50 +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 Drop 'const' 2007-05-03 01:11:54 +00:00