index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
/
BitstreamReader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-8
/
+15
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixed potential bug where CurWord is not zeroed out in JumpToBit.
Ted Kremenek
2007-11-30
1
-0
/
+1
*
Made Deserializer a friend class of BitstreamReader.
Ted Kremenek
2007-11-10
1
-5
/
+14
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-24
1
-1
/
+1
*
we aren't at the end of stream until we've consumed all the bytes AND all
Chris Lattner
2007-05-06
1
-1
/
+3
*
Make code more 64-bit aware.
Jeff Cohen
2007-05-06
1
-3
/
+3
*
Unbreak VC++.
Jeff Cohen
2007-05-06
1
-6
/
+6
*
Fix a subtle bug that prevented round-tripping 470.lbm
Chris Lattner
2007-05-06
1
-1
/
+1
*
minor bugfix
Chris Lattner
2007-05-05
1
-0
/
+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
-1
/
+101
*
add support for array abbreviations.
Chris Lattner
2007-05-04
1
-17
/
+35
*
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
1
-1
/
+1
*
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
1
-3
/
+3
*
several bitfixes to JumpToBit
Chris Lattner
2007-05-01
1
-4
/
+7
*
add JumpToBit, an explicit init method, and a default ctor.
Chris Lattner
2007-05-01
1
-2
/
+28
*
add some helpers
Chris Lattner
2007-04-29
1
-1
/
+4
*
compute this value correctly
Chris Lattner
2007-04-29
1
-2
/
+4
*
add a method
Chris Lattner
2007-04-29
1
-0
/
+6
*
make this file self-contained
Chris Lattner
2007-04-29
1
-0
/
+1
*
implement reading of abbrevs
Chris Lattner
2007-04-23
1
-6
/
+89
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
1
-3
/
+0
*
Terminate with newline.
Reid Spencer
2007-04-22
1
-2
/
+0
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
1
-4
/
+6
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
1
-0
/
+220