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
/
TypeSymbolTable.h
Age
Commit message (
Expand
)
Author
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-11-01
remove a bunch of locking from LLVMContextImpl. Since only one thread
Chris Lattner
2009-08-06
Don't search the entire type table just to delete a type by name.
Daniel Dunbar
2009-08-05
Remove unused forward decls.
Benjamin Kramer
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-04-01
Fixed spelling.
Misha Brukman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-19
Properly initialize value :)
Anton Korobeynikov
2007-02-07
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-07
Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When
Chris Lattner
2007-02-07
TypeSymbolTable::rename is dead, remove it
Chris Lattner
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
2006-01-11
Simple is good, CVS log is for history, not the silly credits block
Chris Lattner
2006-01-10
For PR411:
Reid Spencer