aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DSSupport.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+10
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-021-1/+1
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-201-13/+11
* Remove #includesChris Lattner2003-07-261-1/+0
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-251-1/+1
* Add new operator= implChris Lattner2003-07-011-0/+9
* Ok, I'm a moron. Fixed nowChris Lattner2003-07-011-1/+1
* Fix major problem that was causing all kinds of nasty foldingsChris Lattner2003-07-011-0/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+1
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Move node forwarding code from being inlined to being out-of-line.Chris Lattner2003-02-131-0/+2
* Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner2003-02-111-11/+30
* Move getNode() out of lineChris Lattner2003-02-101-2/+2
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-051-17/+46
* Eliminate unused resolving caller stuffChris Lattner2003-02-031-15/+3
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-7/+7
* New API for traversing graphChris Lattner2003-01-291-0/+7
* Inline DSTypeRec into DSNodeChris Lattner2002-11-181-15/+0
* Add code to be able to merge two call sitesChris Lattner2002-11-101-0/+11
* Implement support for swapping. Callsites now sort by calleeChris Lattner2002-11-101-2/+16
* Expose isPointerType to clients of dsanalysisChris Lattner2002-11-071-0/+5
* Make PointerShift/Size be enums so they are constants instead of globalsChris Lattner2002-11-061-2/+4
* Dramatically simplify internal DSNode representation, get implementationChris Lattner2002-11-061-16/+9
* Fixed comment on top of DSNode.h, added note to DSSupport.h as to whyMisha Brukman2002-11-021-0/+4
* Refactored DSGraph.h:Misha Brukman2002-10-311-0/+219