index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2007-05-06
remove the old bc writer
Chris Lattner
2007-04-09
For PR1146:
Reid Spencer
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-10
Change the table datastructure to be a vector<smallvector>, instead of
Chris Lattner
2007-02-09
remove unneeded #includes
Chris Lattner
2007-02-09
remove dead code, the outputConstants function is now only called at module s...
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
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