aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure
AgeCommit message (Expand)Author
2005-03-12Move this from the pool allocator project to here, where it logically belongs.Chris Lattner
2005-03-05Make sure the two arguments of a setcc instruction point to the same node.Chris Lattner
2005-03-04Trivial cleanup patchChris Lattner
2005-02-27Fix spelling, patch contributed by Gabor GreifChris Lattner
2005-02-25Handle null a bit more carefully.Chris Lattner
2005-02-24This instruction:Chris Lattner
2005-02-24Fix a bug introduced by revision 1.187 of this file.Chris Lattner
2005-02-15Add a sanity check.Chris Lattner
2005-02-15Add a new method to make it easy to update graphs.Chris Lattner
2005-02-09Use new edge iterators to simplify some code.Chris Lattner
2005-02-07IndCallGraphMap is now a pointer to a new'd map.Chris Lattner
2005-02-04If we have an indirect call site that calls N functions, inline the N functionsChris Lattner
2005-02-04Split mergeInGraph into two methods.Chris Lattner
2005-02-04Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.Chris Lattner
2005-02-03Refactor getFunctionArgumentsForCall out of mergeInGraph.Chris Lattner
2005-02-01Eliminate some duplicated debug codeChris Lattner
2005-02-01Eliminate self-recursion as a special case.Chris Lattner
2005-02-01Eliminate use of DSCallSiteIterator in key loop. This is a half step toChris Lattner
2005-02-01Signficantly speed up printing by not emitting the same file twice withChris Lattner
2005-02-01Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit.Chris Lattner
2005-01-31Rename variables to work with VC++'s hokey scoping rules.Chris Lattner
2005-01-31Fix some scary bugs that VC++ detected.Chris Lattner
2005-01-30Make things more const-correct, adjust to changes in DSA interfaces.Chris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2005-01-28Remove this code as it is currently completely broken and unmaintained.Chris Lattner
2005-01-24Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog...Chris Lattner
2005-01-12Silence VC++ warnings.Chris Lattner
2005-01-09Add last four createXxxPass functionsJeff Cohen
2005-01-09Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen
2004-12-08Move method out of line for better ICC supportChris Lattner
2004-12-08Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner
2004-12-07For PR387:\Reid Spencer
2004-12-07For PR387:\Reid Spencer
2004-11-11Make this build in release modeChris Lattner
2004-11-08Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner
2004-11-08Handle assert_fail specialChris Lattner
2004-11-03Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner
2004-11-02Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner
2004-11-02Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner
2004-11-02Minor cleanupsChris Lattner
2004-11-01Remove more dead methodsChris Lattner
2004-11-01Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner
2004-11-01Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner
2004-11-01Eliminate the cloneGraph methodChris Lattner
2004-10-31* Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner
2004-10-31Simplify graph traversal, improve grammarChris Lattner
2004-10-31Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner
2004-10-31Fix commentChris Lattner
2004-10-31Improve commentChris Lattner