1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Analysis
Chris Lattner 551df64bd0 Change ET-Forest to automatically recalculate its DFSnum's if too many slow
queries are made.

Patch by Daniel Berlin!

llvm-svn: 25323
2006-01-14 20:55:09 +00:00
..
DataStructure Prefix DSA specific options with dsa. 2005-12-19 20:14:38 +00:00
IPA Add a new CallGraph::getOrInsertFunction for clients to use when updating 2006-01-14 20:03:00 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp Make the -print-alias-sets pass work for printing out something other than 2006-01-03 06:05:22 +00:00
BasicAliasAnalysis.cpp Add bswap intrinsics as documented in the Language Reference 2006-01-14 01:25:24 +00:00
CFGPrinter.cpp
ConstantFolding.cpp Add bswap intrinsics as documented in the Language Reference 2006-01-14 01:25:24 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Fix a problem exposed by the et-forest work. Load-vn needs these passes live 2006-01-08 09:10:04 +00:00
LoopInfo.cpp Change ET-Forest to automatically recalculate its DFSnum's if too many slow 2006-01-14 20:55:09 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PostDominators.cpp Initial implementation of the ET-Forest data structure for dominators and 2006-01-08 08:22:18 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
ScalarEvolutionExpander.cpp Fix a problem that Nate noticed with LSR: 2005-10-30 06:24:33 +00:00
Trace.cpp
ValueNumbering.cpp