Remove trailing whitespace
[oota-llvm.git] / lib / Analysis / DataStructure / EquivClassGraphs.cpp
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-02 Chris LattnerEquivClassGraphs is now in DataStructure.h
2005-04-02 Chris Lattneruse a callee_iterator typedef.
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-24 Chris Lattnerdon't bother |'ing in 0's
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerremove the second argument to cloneInto
2005-03-20 Chris Lattnerremove some pointless asserts
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-19 Chris LattnerSwitch to use the new interface for the EquivalenceClas...
2005-03-18 Chris Lattnerdo not bother inlining nullary functions without return...
2005-03-15 Chris Lattnermake sure to mark nodes in the globals graph incomplete...
2005-03-15 Chris Lattnerfix crashes when we only have a prototype for main.
2005-03-15 Chris LattnerFinally fix (the right way) the problem where functions...
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-15 Chris Lattneravoid varialbe name collisions
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-15 Chris Lattnerrename method, add counterpart
2005-03-14 Chris Lattneradd a method to compute a commonly used mapping.
2005-03-13 Chris LattnerMake sure to remove incomplete markers before we add...
2005-03-13 Chris LattnerAfter finishing BU analysis, move all global variables...
2005-03-13 Chris LattnerADd support for printing eqgraphs.
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-12 Chris LattnerMove this from the pool allocator project to here,...
2005-01-30 Chris LattnerMake things more const-correct, adjust to changes in...
2004-11-11 Chris LattnerMake this build in release mode
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerMinor cleanups
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-31 Chris LattnerFix another bug in Prolangs-C++/objects
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-12 Chris LattnerMinor cleanups:
2004-10-11 Chris LattnerMake this build
2004-07-07 Chris LattnerMoving headers
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...