llvm-6502/lib/Analysis
Matthijs Kooijman dddc827125 Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we
also use *idx_begin in the same expression, giving unpredictable results.

This fixes this bug: http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-July/015877.html



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53670 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-16 10:47:35 +00:00
..
IPA
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp
CFGPrinter.cpp
ConstantFolding.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LoadValueNumbering.cpp Use find instead of lower_bound. 2008-07-11 20:58:19 +00:00
LoopInfo.cpp
LoopPass.cpp Fix spelling of "hierarchy" in comments. 2008-07-11 22:51:32 +00:00
LoopVR.cpp Add a value range analysis that lazily computes ranges using ScalarEvolutions. 2008-06-30 00:04:21 +00:00
Makefile
MemoryDependenceAnalysis.cpp A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks. 2008-07-02 17:20:16 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Correct this inversion! 2008-07-15 03:47:44 +00:00
ScalarEvolutionExpander.cpp Expand SCEVUDiv of power of 2 to a lshr instruction. 2008-07-08 05:05:37 +00:00
SparsePropagation.cpp
Trace.cpp
ValueNumbering.cpp
ValueTracking.cpp Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we 2008-07-16 10:47:35 +00:00