llvm-6502/lib/Analysis
Dan Gohman cb406c2597 Use empty() member functions when that's what's being tested for instead
of comparing begin() and end().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42585 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-03 19:26:29 +00:00
..
IPA Add a new DenseSet abstraction. 2007-09-30 00:47:20 +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 Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
BasicAliasAnalysis.cpp Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
CFGPrinter.cpp Add explicit keywords. 2007-07-02 14:53:37 +00:00
ConstantFolding.cpp Rewrite sqrt and powi to use anyfloat. By popular demand. 2007-10-02 17:43:59 +00:00
InstCount.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Interval.cpp
IntervalPartition.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoadValueNumbering.cpp Use DominatorTree instead of ETForest. 2007-06-07 23:53:38 +00:00
LoopInfo.cpp Use SmallVector. 2007-08-21 16:54:51 +00:00
LoopPass.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
Makefile
MemoryDependenceAnalysis.cpp Add partial caching of non-local memory dependence queries. This provides a modest 2007-09-21 03:53:52 +00:00
PostDominatorCalculation.h Factor some code from the DomTree and PostDomTree calculate methods up into 2007-10-03 03:20:17 +00:00
PostDominators.cpp Factor some code from the DomTree and PostDomTree calculate methods up into 2007-10-03 03:20:17 +00:00
ProfileInfo.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Build the correct range for loops with unusual bounds. Fix from Jay Foad. 2007-09-27 14:12:54 +00:00
ScalarEvolutionExpander.cpp Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander 2007-09-14 20:11:40 +00:00
Trace.cpp
ValueNumbering.cpp Drop 'const' 2007-05-03 01:11:54 +00:00