aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/SlotCalculator.h
AgeCommit message (Expand)Author
2004-01-20Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner
2004-01-20add a method proto, make a method not inlineChris Lattner
2004-01-18Add support for representing the "compaction table"Chris Lattner
2004-01-14Improve comments, add support for remembering the constants strings thatChris Lattner
2004-01-14The only clients of the slot calculator are now the asmwriter and bcwriter.Chris 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-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-09-30Standardize header file commentsChris Lattner
2002-04-09Use opaque decl instead of #includeChris Lattner
2002-04-07* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner
2002-03-26Remove unneccesary forward declarations for classesChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-09-07Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner
2001-07-26Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner
2001-07-14* The parent of a constant pool is a SymTabValue, not a value.Chris Lattner
2001-06-06Initial revisionChris Lattner