index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
SymbolTableListTraits.h
Age
Commit message (
Expand
)
Author
2010-06-10
Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warn...
Duncan Sands
2009-09-30
Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parse...
Douglas Gregor
2009-03-07
simplify the way how traits get hold of the symbol table
Gabor Greif
2009-03-07
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-07
Remove the burden of dealing with list offsets
Gabor Greif
2009-02-27
fix comments
Gabor Greif
2009-02-26
remove deleteNode definition, it is inherited in an identical fashion
Gabor Greif
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-07
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-12
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-04-17
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
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-09-30
Standardize header file comments
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner