For PR411:
[oota-llvm.git] / lib / Bytecode / Writer / SlotCalculator.h
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-12 Reid SpencerFor PR1064:
2007-01-06 Reid SpencerFor PR411:
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-07-04 Reid SpencerFor bug 122:
2004-05-26 Reid SpencerPart of bug 122:
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-09-30 Chris LattnerStandardize header file comments
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-06-06 Chris LattnerInitial revision