aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure
AgeCommit message (Expand)Author
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
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