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
/
unittests
/
Bitcode
/
BitstreamReaderTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-167
/
+0
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-11
/
+25
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...
David Blaikie
2017-01-04
1
-2
/
+2
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
1
-2
/
+2
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
1
-2
/
+2
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-27
/
+8
*
Bitcode: Fix short read implementation.
Peter Collingbourne
2016-11-02
1
-0
/
+9
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
1
-90
/
+10
*
Explicitly test BitstreamReader::setArtificialByteLimit, NFC
Duncan P. N. Exon Smith
2016-03-28
1
-1
/
+7
*
Remove accidentally duplicated test
Duncan P. N. Exon Smith
2016-03-28
1
-13
/
+0
*
Bitcode: Fix MSVC bot failure from r264549
Duncan P. N. Exon Smith
2016-03-27
1
-2
/
+3
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+79
*
Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+69
*
Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+43
*
[Bitcode] AtEndOfStream should only check against the size if it's known.
Jordan Rose
2014-11-13
1
-0
/
+56