index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Writer
/
ConstantWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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