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
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
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-07
Support abstract types by keeping on the use list of the abstract type.
Chris Lattner
2001-07-16
Fixed typo in comment
Chris Lattner
2001-06-25
* Rename get.*Operator to create seeing that it would have to be qualified
Chris Lattner
2001-06-06
Initial revision
Chris Lattner