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
/
SymbolTable.h
Age
Commit message (
Expand
)
Author
2007-02-05
For PR411:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-05-31
4 billion names is enough for anyone. And really fix the build on alpha this...
Andrew Lenharth
2006-05-31
Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...
Andrew Lenharth
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-06
move some method declarations around to make it clear that users should
Chris Lattner
2005-03-06
this method is never called.
Chris Lattner
2005-03-06
the only caller of insertEntry is insert, inline it and remove insertEntry
Chris Lattner
2005-03-06
remove this method.
Chris Lattner
2005-03-06
Delete the really inefficient method: void remove(const Type* Typ);
Chris Lattner
2005-03-06
InternallyInconsistent is dead!
Chris Lattner
2005-03-06
remove these dead methods.
Chris Lattner
2005-03-06
nuke some dead methods.
Chris Lattner
2005-03-06
Add a new method, allow symtab to poke name.
Chris Lattner
2005-03-05
remove extraneous spaces from argument lists.
Chris Lattner
2004-12-05
Fix typeo
Chris Lattner
2004-11-15
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
2004-07-17
Fix a comment.
Reid Spencer
2004-07-04
Constify usage of Type* on the interface to ensure SymbolTable doesn't
Reid Spencer
2004-06-03
Fix case of doxygen directive \p.
Misha Brukman
2004-05-28
Eliminate this form of SymbolTable::remove. It ignores the type argument
Chris Lattner
2004-05-26
Tighten up checking on SymbolTable interface to make it illegal to pass a
Reid Spencer
2004-05-26
Fix spelling of doxygen directive.
Misha Brukman
2004-05-25
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2003-12-31
Make the lookup method const.
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out
Chris Lattner
2003-10-23
Fix apparent typo in head-of-file comment.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-03
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-23
Add period
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-01-30
Add new function to allow removal of typed named elements
Chris Lattner
2002-10-15
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-04-28
Fix two FIXME's
Chris Lattner
2002-04-28
The interesting contents of SymTabValue were incorporated into Function
Chris Lattner
2002-04-04
Make the release build work
Chris Lattner
2002-03-08
* Add new method localLookup
Chris Lattner
2002-03-08
Fix typo in comment
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-23
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-22
Fix bug exposed by this testcase:
Chris Lattner
2001-10-13
Expose typedefs
Chris Lattner
2001-10-03
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
[next]