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
/
SymbolTable.cpp
Age
Commit message (
Expand
)
Author
2003-05-22
Remove using declarations and extraneous #includes
Chris Lattner
2002-12-15
Fix bug: Assembler/2002-12-15-GlobalResolve.ll
Chris Lattner
2002-12-15
planes is not spelled with an O
Chris Lattner
2002-10-15
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-10
We actually need this code for the release build to prevent link errors,
Chris Lattner
2002-04-07
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-08
* Add new method localLookup
Chris Lattner
2002-01-25
This checkin fixes the bug described in:
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
If a name conflict occurs when inserting a value, rename it.
Chris Lattner
2001-11-03
Fix major bugs in type resolution
Chris Lattner
2001-10-23
Remove unnamed prototypes that are created.
Chris Lattner
2001-10-23
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-22
Fix a problem occuring with type unification of symbol table entries
Chris Lattner
2001-10-22
Fix bug exposed by this testcase:
Chris Lattner
2001-10-13
Convert a runtime check into an assertion
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-07
Types and constnats are wierd objects in the symtabs
Chris Lattner
2001-07-28
Make error msg nicer
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-25
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-06
Initial revision
Chris Lattner