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