llvm-6502/lib/Analysis
2007-09-05 21:36:14 +00:00
..
IPA Do not overuse std::string. Pass around char * directly. 2007-08-10 18:29:32 +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 Missing break. Patch by Wojciech Matyjewicz. 2007-09-05 21:36:14 +00:00
CFGPrinter.cpp Add explicit keywords. 2007-07-02 14:53:37 +00:00
ConstantFolding.cpp constant fold ptrtoint(inttoptr) with target data when available. This allows 2007-08-11 23:49:01 +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 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 correct header for SCEV inside LoopPass.cpp 2007-08-20 21:17:26 +00:00
Makefile Changed from PARALLEL_DIRS to DIRS since we're only building one directory. 2006-12-13 19:42:54 +00:00
MemoryDependenceAnalysis.cpp Cache non-local memory dependence analysis. This is a significant compile 2007-08-16 21:27:05 +00:00
PostDominators.cpp reimplement dfs number computation to be significantly faster. This speeds up 2007-08-08 05:51:24 +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 More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
ScalarEvolutionExpander.cpp - Use correct header for SCEV inside LoopPass.cpp 2007-08-20 21:17: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 Drop 'const' 2007-05-03 01:11:54 +00:00