aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Expressions.h
AgeCommit message (Expand)Author
2005-10-29remove a dead headerChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-03-11Doxygenified and cleand up comments.Misha Brukman
2003-12-23Rename ClassifyExpression -> ClassifyExprChris 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-09-30Standardize header file commentsChris Lattner
2002-09-17Remove extra #includeChris Lattner
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-09-11Handle subtract in expression classifierChris Lattner
2001-07-21More functionality, renamed APIChris Lattner
2001-07-20Start of expression analysis supportChris Lattner