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
/
Bytecode
/
Writer
/
WriterInternals.h
Age
Commit message (
Expand
)
Author
2006-01-25
add bc reader/writer support for inline asm
Chris Lattner
2005-11-12
Read and write section info from/to .bc files
Chris Lattner
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-17
Bytecode File Format Changes:
Reid Spencer
2004-07-25
bug 263:
Reid Spencer
2004-07-04
Add new methods outputTypes and outputCompactionTypes for handling Types
Reid Spencer
2004-01-20
SlotCalculator.h moved
Chris Lattner
2004-01-18
Add support for writing bytecode files with compactiontables for bytecode files.
Chris Lattner
2004-01-15
If these blocks are empty, there is no reason to even emit the bytecode blocks.
Chris Lattner
2004-01-14
The new bytecode format supports emitting strings a special case. This is
Chris Lattner
2004-01-10
Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is
Chris Lattner
2003-12-01
Emit & read more compressed bytecode by not emitting a bytecodeblock for
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-03-19
Changes to the V2 bytecode format:
Chris Lattner
2002-07-14
Use a helper function outputConstantsInPlane in outputConstants.
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-08
s/method/function
Chris Lattner
2002-04-07
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-09-07
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-06-06
Initial revision
Chris Lattner