1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner 6222df7351 Make -steens-aa more conservative (aka correct) by making sure to obey
incompleteness flags.

Make it more aggressive by taking field sensitive information into
account.

llvm-svn: 20781
2005-03-23 01:48:09 +00:00
..
BottomUpClosure.cpp Mark external globals incomplete in the BU Globals graph, fixing 2005-03-22 22:10:22 +00:00
CompleteBottomUp.cpp Now that the dead ctor is gone, nothing uses the old node mapping exported by 2005-03-22 00:36:51 +00:00
DataStructure.cpp Several changes here: 2005-03-22 23:54:52 +00:00
DataStructureAA.cpp implement Analysis/DSGraph/field-sensitive.ll 2005-03-23 01:47:19 +00:00
DataStructureOpt.cpp Fix the missing symbols problem Bill was hitting. Patch contributed by 2005-03-17 15:38:16 +00:00
DataStructureStats.cpp method was renamed. 2005-03-20 02:40:27 +00:00
EquivClassGraphs.cpp Now that the dead ctor is gone, nothing uses the old node mapping exported by 2005-03-22 00:36:51 +00:00
GraphChecker.cpp remove use of compat_iterator. 2005-03-16 22:42:19 +00:00
Local.cpp Remove an iteration pass over the entire scalarmap for each function created 2005-03-22 02:45:13 +00:00
Makefile Fix library name. 2004-10-28 05:36:48 +00:00
Printer.cpp print out equiv class info. 2005-03-20 02:40:11 +00:00
Steensgaard.cpp Make -steens-aa more conservative (aka correct) by making sure to obey 2005-03-23 01:48:09 +00:00
TopDownClosure.cpp When making a clone of a DSGraph from the BU pass, make sure to remember that 2005-03-22 01:50:42 +00:00