aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure
AgeCommit message (Expand)Author
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
2004-10-31Fix another bug in Prolangs-C++/objectsChris Lattner
2004-10-31Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner
2004-10-31Add more paranoid assertions :)Chris Lattner
2004-10-30Fix some more problems where we called getOffset before getNode()Chris Lattner
2004-10-30Fix three bugs:Chris Lattner
2004-10-30Fix more undefined behaviorChris Lattner
2004-10-30* Add a methodChris Lattner
2004-10-28Fix library name.Alkis Evlogimenos
2004-10-26add support for UndefValueChris Lattner
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Add support for undefChris Lattner
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-12Minor cleanups:Chris Lattner
2004-10-11Make this buildChris Lattner
2004-10-10Build both archive and relinked objectsReid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-07Fix a nasty dangling pointer problem, due to a free'd pointer being left inChris Lattner
2004-10-06Dont' let null nodes sneak past cast instructionsChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-02Hide this optionChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-18bug 122:Reid Spencer
2004-07-16Be compatible with IA64Chris Lattner
2004-07-15Fix for PR341Chris Lattner
2004-07-08Disable some code that isn't helping mattersChris Lattner
2004-07-07Headers movedChris Lattner
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-07-07Moving headersChris Lattner
2004-07-07As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-28Moved IPModRef out of the public include dirChris Lattner
2004-06-28Move DependenceGraph.* to lib/Analysis/DataStructureChris Lattner