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
/
Bitcode
/
Writer
/
BitcodeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
write the symbol table for function bodies
Chris Lattner
2007-05-01
1
-30
/
+33
*
encode all of the instructions.
Chris Lattner
2007-05-01
1
-3
/
+166
*
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-29
1
-2
/
+3
*
Fix this to use the right block ID
Chris Lattner
2007-04-29
1
-3
/
+1
*
moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.
Chris Lattner
2007-04-29
1
-1
/
+1
*
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
1
-1
/
+66
*
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
1
-1
/
+3
*
improve a comment
Chris Lattner
2007-04-26
1
-3
/
+5
*
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
1
-66
/
+86
*
add bitcode alias support
Chris Lattner
2007-04-26
1
-0
/
+12
*
implement reading and writing of constant exprs.
Chris Lattner
2007-04-24
1
-9
/
+97
*
fix off-by-one computing size for section abbrevs
Chris Lattner
2007-04-24
1
-1
/
+1
*
Emit module-level constants.
Chris Lattner
2007-04-24
1
-4
/
+111
*
write out the symtab for globals.
Chris Lattner
2007-04-23
1
-33
/
+70
*
implement reading of abbrevs, and writing of abbreviated global varrs.
Chris Lattner
2007-04-23
1
-3
/
+7
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
1
-6
/
+39
*
promote LLVMBitCodes to be a public header
Chris Lattner
2007-04-23
1
-1
/
+1
*
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
2007-04-22
1
-0
/
+317
[prev]