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
/
Bytecode
/
BytecodeHandler.h
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-02-15
For PR1195:
Reid Spencer
2007-02-12
avoid creating a temporary string when reading the symbol table for a
Chris Lattner
2007-02-10
Compaction tables don't exist any more.
Reid Spencer
2007-02-07
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
Chris Lattner
2007-02-07
eliminate std::vector's from the bchandler interface
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-08-21
Add new methods:
Reid Spencer
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-04
The Type* is redundant with the TypeSlot
Chris Lattner
2004-07-17
Constant value not needed after CPR's disappear.
Reid Spencer
2004-07-04
Make all the virtual function (except destructor) inline so there are
Reid Spencer
2004-06-29
Fix include guard
Reid Spencer
2004-06-25
- Changed Handler.h -> BytecodeHandler.h
Reid Spencer