summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Make this build in release modeChris Lattner2004-11-11
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-08
* Handle assert_fail specialChris Lattner2004-11-08
* Remove dead varChris Lattner2004-11-05
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-03
* Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner2004-11-02
* Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner2004-11-02
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-02
* Minor cleanupsChris Lattner2004-11-02
* Remove more dead methodsChris Lattner2004-11-01
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-01
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-01
* Eliminate the cloneGraph methodChris Lattner2004-11-01
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-31
* Simplify graph traversal, improve grammarChris Lattner2004-10-31
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-31
* Fix commentChris Lattner2004-10-31
* Improve commentChris Lattner2004-10-31
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-31
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-31
* Add more paranoid assertions :)Chris Lattner2004-10-31
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-30
* Fix three bugs:Chris Lattner2004-10-30
* Fix more undefined behaviorChris Lattner2004-10-30
* * Add a methodChris Lattner2004-10-30
* Fix library name.Alkis Evlogimenos2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* add support for UndefValueChris Lattner2004-10-26
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-25
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add support for unreachableChris Lattner2004-10-16
* Add support for undefChris Lattner2004-10-16
* Add supportChris Lattner2004-10-16
* Be more careful about looking for constants when we really want constantint's.Chris Lattner2004-10-16
* Do not use the same variable name for two different variables in theChris Lattner2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Minor cleanups:Chris Lattner2004-10-12
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-12
* Make this buildChris Lattner2004-10-11
* Fix SingleSource/Benchmarks/McGill/chompChris Lattner2004-10-11
* Build both archive and relinked objectsReid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Fix a nasty dangling pointer problem, due to a free'd pointer being left inChris Lattner2004-10-07
* Dont' let null nodes sneak past cast instructionsChris Lattner2004-10-06
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-19
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-18