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
/
BitstreamReader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,
Chris Lattner
2009-07-07
1
-5
/
+8
*
Fix three MSVC 2008 warnings that completely clutter the build output.
Sebastian Redl
2009-06-29
1
-2
/
+2
*
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-27
1
-1
/
+16
*
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-26
1
-4
/
+32
*
make BitstreamCursor's copyable and assignable.
Chris Lattner
2009-04-26
1
-2
/
+38
*
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-26
1
-108
/
+139
*
Allow jumping to the end of a bitstream while reading
Douglas Gregor
2009-04-15
1
-1
/
+1
*
Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...
Douglas Gregor
2009-04-08
1
-2
/
+1
*
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-07
1
-4
/
+17
*
allow clients to look up abbrev id's
Chris Lattner
2009-04-06
1
-3
/
+9
*
add a new Blob encoding abbreviation for bitcode files that emits
Chris Lattner
2009-04-06
1
-4
/
+25
*
split ReadAbbreviatedLiteral out of ReadAbbreviatedField.
Chris Lattner
2009-04-06
1
-6
/
+12
*
reduce indentation with early-out
Chris Lattner
2009-04-06
1
-14
/
+14
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-1
/
+2
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-66
/
+66
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+465