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
/
ConstantWriter.cpp
Age
Commit message (
Expand
)
Author
2004-07-25
bug 263:
Reid Spencer
2004-07-15
Fix for PR341
Chris Lattner
2004-07-11
Prepare the writer for a non-broken implementation of writing floating
Reid Spencer
2004-07-04
- Type::TypeTyID doesn't exist any more (bug 122)
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2004-02-01
Remove all of the annoying statistics now that I'm finished (for the near
Chris Lattner
2004-01-18
Add support for writing bytecode files with compactiontables for bytecode files.
Chris Lattner
2004-01-15
ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the
Chris Lattner
2004-01-14
The new bytecode format supports emitting strings a special case. This is
Chris Lattner
2004-01-14
Ok, I can't handle it. This is a temporary checkin of a ton of statistics that
Chris Lattner
2004-01-10
Finegrainify namespacification
Chris Lattner
2003-11-17
Remove usage of ConstantPointer
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-29
Explicitly cast type, so we aren't passing output_vbr a size_t.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-13
Regularize header file comments
Chris Lattner
2003-07-23
Remove explicit const qualifiers
Chris Lattner
2003-03-19
Changes to the V2 bytecode format:
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-14
Add support for writing ConstantExpr nodes.
Vikram S. Adve
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Remove unsized array support
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-23
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-13
* Use new style casts more
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-30
Implement constant pointers, and null specifically in the parser, bytecode wr...
Chris Lattner
2001-09-10
ModuleTyID doesn't exist anyymore
Chris Lattner
2001-09-07
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-07-25
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-15
Add support to the bytecode writer to recognize floating point constants
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-27
Convert ugly postincrement to efficient preincrement
Chris Lattner
2001-06-06
Initial revision
Chris Lattner