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
/
Format.h
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-01-30
Compaction tables no longer supported, remove its block ID.
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-11-14
Discard code that supported old bytecode formats. This makes the Bytecode
Reid Spencer
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-08-21
Dump the DependentLibsBlockID, its not a block, its just a list inside the
Reid Spencer
2004-07-25
bug 402:
Reid Spencer
2004-01-18
Add enum for compaction table.
Chris Lattner
2003-12-01
Add new block number
Chris Lattner
2003-12-01
Remove unused enum value
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-03-19
Add new chunk type
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2001-06-06
Initial revision
Chris Lattner