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
/
include
/
llvm
/
Bitcode
/
BitstreamWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2007-10-08
1
-1
/
+1
*
allow zero-length arrays
Chris Lattner
2007-05-06
1
-1
/
+1
*
Unbreak VC++.
Jeff Cohen
2007-05-06
1
-2
/
+2
*
fix a bug I introduced when I merged some code together
Chris Lattner
2007-05-05
1
-1
/
+1
*
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
1
-0
/
+3
*
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-05
1
-9
/
+109
*
use a template to eliminate manual code duplication
Chris Lattner
2007-05-04
1
-47
/
+2
*
add support for array abbreviations.
Chris Lattner
2007-05-04
1
-37
/
+49
*
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
1
-3
/
+3
*
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
1
-1
/
+1
*
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
1
-5
/
+6
*
minor cleanups
Chris Lattner
2007-04-23
1
-3
/
+5
*
finish implementation of basic abbrev writing.
Chris Lattner
2007-04-23
1
-4
/
+69
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
1
-7
/
+47
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
1
-1
/
+2
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
1
-0
/
+219