aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Make this build in release modeChris Lattner2004-11-111-1/+1
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-081-1/+1
* Handle assert_fail specialChris Lattner2004-11-081-0/+7
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-031-2/+3
* Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner2004-11-021-3/+8
* Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner2004-11-021-5/+18
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-021-45/+41
* Minor cleanupsChris Lattner2004-11-021-25/+21
* Remove more dead methodsChris Lattner2004-11-011-3/+2
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-011-4/+4
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-011-7/+8
* Eliminate the cloneGraph methodChris Lattner2004-11-011-8/+2
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-311-27/+40
* Simplify graph traversal, improve grammarChris Lattner2004-10-311-10/+9
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-311-44/+35
* Fix commentChris Lattner2004-10-311-1/+1
* Improve commentChris Lattner2004-10-311-2/+4
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-311-1/+2
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-311-5/+11
* Add more paranoid assertions :)Chris Lattner2004-10-311-0/+12
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-301-2/+4
* Fix three bugs:Chris Lattner2004-10-301-9/+12
* Fix more undefined behaviorChris Lattner2004-10-301-10/+13
* * Add a methodChris Lattner2004-10-301-16/+28
* Fix library name.Alkis Evlogimenos2004-10-281-1/+1
* add support for UndefValueChris Lattner2004-10-261-1/+1
* We won't use automakeReid Spencer2004-10-222-731/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+698
* Add support for undefChris Lattner2004-10-161-0/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+2
* Minor cleanups:Chris Lattner2004-10-121-23/+20
* Make this buildChris Lattner2004-10-111-5/+5
* Build both archive and relinked objectsReid Spencer2004-10-101-1/+6
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+30
* Fix a nasty dangling pointer problem, due to a free'd pointer being left inChris Lattner2004-10-071-0/+3
* Dont' let null nodes sneak past cast instructionsChris Lattner2004-10-061-1/+4
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-2013-22/+22
* Changes For Bug 352Reid Spencer2004-09-0117-41/+41
* Hide this optionChris Lattner2004-08-021-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-293-8/+4
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-212-2/+0
* bug 122:Reid Spencer2004-07-183-15/+10
* Be compatible with IA64Chris Lattner2004-07-161-1/+2
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Disable some code that isn't helping mattersChris Lattner2004-07-081-1/+6
* Headers movedChris Lattner2004-07-071-1/+1
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-0714-29/+31
* Moving headersChris Lattner2004-07-071-2/+2
* As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner2004-07-072-11/+7