index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
/
BitstreamReader.h
Age
Commit message (
Expand
)
Author
2009-07-07
fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,
Chris Lattner
2009-06-29
Fix three MSVC 2008 warnings that completely clutter the build output.
Sebastian Redl
2009-04-27
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-26
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-26
make BitstreamCursor's copyable and assignable.
Chris Lattner
2009-04-26
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-15
Allow jumping to the end of a bitstream while reading
Douglas Gregor
2009-04-08
Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...
Douglas Gregor
2009-04-07
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-06
allow clients to look up abbrev id's
Chris Lattner
2009-04-06
add a new Blob encoding abbreviation for bitcode files that emits
Chris Lattner
2009-04-06
split ReadAbbreviatedLiteral out of ReadAbbreviatedField.
Chris Lattner
2009-04-06
reduce indentation with early-out
Chris Lattner
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-02-20
Removed trailing whitespace.
Misha Brukman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-30
Fixed potential bug where CurWord is not zeroed out in JumpToBit.
Ted Kremenek
2007-11-10
Made Deserializer a friend class of BitstreamReader.
Ted Kremenek
2007-10-24
Silenced a VC++ warning.
Hartmut Kaiser
2007-05-06
we aren't at the end of stream until we've consumed all the bytes AND all
Chris Lattner
2007-05-06
Make code more 64-bit aware.
Jeff Cohen
2007-05-06
Unbreak VC++.
Jeff Cohen
2007-05-06
Fix a subtle bug that prevented round-tripping 470.lbm
Chris Lattner
2007-05-05
minor bugfix
Chris Lattner
2007-05-05
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-04
add support for array abbreviations.
Chris Lattner
2007-05-04
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-01
several bitfixes to JumpToBit
Chris Lattner
2007-05-01
add JumpToBit, an explicit init method, and a default ctor.
Chris Lattner
2007-04-29
add some helpers
Chris Lattner
2007-04-29
compute this value correctly
Chris Lattner
2007-04-29
add a method
Chris Lattner
2007-04-29
make this file self-contained
Chris Lattner
2007-04-23
implement reading of abbrevs
Chris Lattner
2007-04-23
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-22
Terminate with newline.
Reid Spencer
2007-04-22
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner