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
/
lib
/
VMCore
/
SymbolTableListTraitsImpl.h
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
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
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
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-21
Added LLVM copyright header.
John Criswell
2003-10-10
Fix spelling/grammar.
Misha Brukman
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner