- 1dbd1b8 Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
- 5d27458 Fix an assertion failure by Chris Lattner · 23 years ago
- 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
- b8925bc Remove bogus assertion by Chris Lattner · 23 years ago
- 878e521 Fix a huge bug with handling non-pointer instructions by Chris Lattner · 23 years ago
- 24d8007 Make the TD pass not include all of the call nodes from the local pass, by Chris Lattner · 23 years ago
- f52ade9 Add sanity check by Chris Lattner · 23 years ago
- e6c0b5d Fix steensgaard to work on a lot more cases... by Chris Lattner · 23 years ago
- 714752f Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
- 0a91e63 Rename variable by Chris Lattner · 23 years ago
- 4923d1b Hack to work around deficiency in pass infrastructure by Chris Lattner · 23 years ago
- 8105cfb Initial implementation of ds-aa by Chris Lattner · 23 years ago
- 1e88369 * Fix a bug introduced in the last checkin wrt Stack markers by Chris Lattner · 23 years ago
- 0ac7d5c Implement the globals graph! by Chris Lattner · 23 years ago
- 20167e3 Add better debug output by Chris Lattner · 23 years ago
- 32d10dd Be a bit more specific in caption by Chris Lattner · 23 years ago
- 7094b7a Fix a bug where we would delete neccesary calls in bu pass by Chris Lattner · 23 years ago
- 706e7ab Fix a bug where we would incorrectly delete globals which had edges to alive nodes in by Chris Lattner · 23 years ago
- d4400c8 Delete nodes more efficiently by Chris Lattner · 23 years ago
- 5e7d0e2 Remove dead nodes more efficiently by Chris Lattner · 23 years ago
- a1220af Improve efficiency of aliveness traversal code by Chris Lattner · 23 years ago
- 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
- b3416bc Remove using declarations by Chris Lattner · 23 years ago
- 100f872 Remove globals on the bottom up pass which do not contain any information by Chris Lattner · 23 years ago
- 11d71ed Add functions to the ban list by Chris Lattner · 23 years ago
- 5c7380e Use and implement API for graph traversals by Chris Lattner · 23 years ago
- 3f24d7a free instructions mark their operands as being heap nodes. by Chris Lattner · 23 years ago
- 381977d * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
- 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
- 7876458 Slight efficiency improvement by Chris Lattner · 23 years ago
- 6f6fef8 Fix analysis of the Burg program by Chris Lattner · 23 years ago
- f4445df 'graph' is spelled without a 'c'. by Misha Brukman · 23 years ago
- e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago
- 0d4f766 Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, by Vikram S. Adve · 23 years ago
- 96b21c1 An explicit representation of dependence graphs, and a pass that by Vikram S. Adve · 23 years ago
- bac0622 Two bug fixes: by Vikram S. Adve · 23 years ago
- 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
- c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
- 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
- 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 23 years ago
- e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 23 years ago
- 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 23 years ago
- 4fe3461 Add peak memory usage support by Chris Lattner · 23 years ago
- 49a1ed0 Add stats by Chris Lattner · 23 years ago
- ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 23 years ago
- ae5f603 Add MaxSCC statistics by Chris Lattner · 23 years ago
- 586aa3c Pass to compute various statisics related to DSGraphs. by Vikram S. Adve · 23 years ago
- 5f1f2c6 Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
- 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
- 3ba8893 Fix bug by Chris Lattner · 23 years ago
- 0ecc426 Handle a mismatch between # function args and call site args by Chris Lattner · 23 years ago
- e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
- a9c9c02 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
- e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
- 8a5db46 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
- 6052594 Print the right call set size by Chris Lattner · 23 years ago
- 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
- d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
- aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
- 4f7815f Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
- 2a06886 Initialize PrintAuxCalls member by Chris Lattner · 23 years ago
- a107905 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
- f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
- dd39848 Remove obsolete code by Chris Lattner · 23 years ago
- f76e754 Fix logic by Chris Lattner · 23 years ago
- aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
- 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
- 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
- 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
- 2cfbaaf Don't put constants into the scalar map! by Chris Lattner · 23 years ago
- 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
- d888893 Tighten up array handling by Chris Lattner · 23 years ago
- 0779ba6 #include Datastructure.h first by Chris Lattner · 23 years ago
- bf10f05 Fix warning & release build by Chris Lattner · 23 years ago
- 23f83dc Fold arrays down to a single element. This causes huge wins on some benchmarks by Chris Lattner · 23 years ago
- 70925b0 ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
- acf491f Allow specification of whether the call sites should be copied, AND whether by Chris Lattner · 23 years ago
- ce2d132 Reenable 'quick exit' case by Chris Lattner · 23 years ago
- 7cc9875 Reduce amount of work needed to compute ip/modref by Chris Lattner · 23 years ago
- 7a21163 Reimplement TD pass completely it now works by Chris Lattner · 23 years ago
- 01fb0c7 Cannot modify original call sites vector by Chris Lattner · 23 years ago
- 679e8e1 - Add a bunch of checking to make sure that dead nodes are not used after they by Chris Lattner · 23 years ago
- 1a948a8 Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
- d321593 Fix IPModRef to use new DS interface by Chris Lattner · 23 years ago
- f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
- 5134006 * actually handle constants (especially constantexprs) correctly. by Chris Lattner · 23 years ago
- 33312f7 Add flush by Chris Lattner · 23 years ago
- ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 23 years ago
- 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
- 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
- b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
- e83cb53 Fix problem with dangling referrers by Chris Lattner · 23 years ago
- f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 23 years ago
- 1421233 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
- 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 23 years ago
- 95a80ad When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
- 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 23 years ago
- 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 23 years ago
- 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 23 years ago
- fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 23 years ago