aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/InstForest.h
Commit message (Expand)AuthorAgeFilesLines
* be GCC 3.4 cleanChris Lattner2003-11-291-19/+19
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove usage of use_size()Chris Lattner2003-10-151-1/+1
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-2/+2
* Remove a ton of extraneous #includesChris Lattner2003-06-221-3/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Changes to be GCC 3.1 friendlyChris Lattner2002-07-311-1/+1
* Fix previous checkinChris Lattner2002-07-251-1/+3
* Add typenamesChris Lattner2002-07-251-3/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-9/+5
* Remove analysis namespaceChris Lattner2002-04-291-6/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* Change uses of Method to FunctionChris Lattner2002-03-261-4/+4
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-6/+11
* Don't die on call instructions, which reference methodsChris Lattner2002-01-301-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-15/+19
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-6/+6
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add more support for new style castsChris Lattner2001-10-011-8/+8
* Add support for new style castsChris Lattner2001-10-011-11/+11
* Initial instruction tree support for the analysis libraryChris Lattner2001-09-141-0/+285