1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Analysis/DataStructure
2004-02-08 01:38:34 +00:00
..
BottomUpClosure.cpp Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This 2004-01-31 21:02:18 +00:00
CompleteBottomUp.cpp Get clone flags right, so we don't build InlinedGlobals only to clear them 2004-01-27 21:50:41 +00:00
DataStructure.cpp Substantially improve the DSA code by removing 'forwarding' nodes from 2004-02-08 01:27:18 +00:00
DataStructureAA.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +00:00
DataStructureOpt.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DataStructureStats.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DSCallSiteIterator.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
GraphChecker.cpp getNodes() is gone, use node_begin/end instead 2004-02-07 23:58:05 +00:00
Local.cpp This call is no longer needed now that merging does not produce garbage 2004-02-08 01:38:34 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Printer.cpp getNodes() is gone, use node_begin/end instead 2004-02-07 23:58:05 +00:00
Steensgaard.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +00:00
TopDownClosure.cpp In the TD pass, iterate over globals directly instead of through the whole scalar 2004-01-28 03:12:48 +00:00