aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/InstForest.h
AgeCommit message (Expand)Author
2004-07-18Remove dead fileChris Lattner
2004-07-17bug 122:Reid Spencer
2004-07-15Fix for PR341Chris Lattner
2003-11-29be GCC 3.4 cleanChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-15Remove usage of use_size()Chris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2002-07-31Changes to be GCC 3.1 friendlyChris Lattner
2002-07-25Fix previous checkinChris Lattner
2002-07-25Add typenamesChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Remove analysis namespaceChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-03-26Change uses of Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-30Don't die on call instructions, which reference methodsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-14Initial instruction tree support for the analysis libraryChris Lattner