index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Writer
/
SlotCalculator.h
Age
Commit message (
Expand
)
Author
2006-01-25
add bc reader/writer support for inline asm
Chris Lattner
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-08-26
Add the CompactionTableIsEmpty function so that we can determine if a
Reid Spencer
2004-07-04
For bug 122:
Reid Spencer
2004-05-26
Part of bug 122:
Reid Spencer
2004-01-20
Move SlotCalculator.h from include/llvm to include/llvm/Analysis
Chris Lattner
2004-01-20
add a method proto, make a method not inline
Chris Lattner
2004-01-18
Add support for representing the "compaction table"
Chris Lattner
2004-01-14
Improve comments, add support for remembering the constants strings that
Chris Lattner
2004-01-14
The only clients of the slot calculator are now the asmwriter and bcwriter.
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-09-30
Standardize header file comments
Chris Lattner
2002-04-09
Use opaque decl instead of #include
Chris Lattner
2002-04-07
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-03-26
Remove unneccesary forward declarations for classes
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-09-07
Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer
Chris Lattner
2001-07-26
Add an arg to insertVal to allow us to prevent builtin types from being ignored
Chris Lattner
2001-07-14
* The parent of a constant pool is a SymTabValue, not a value.
Chris Lattner
2001-06-06
Initial revision
Chris Lattner