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
/
lib
/
Bitcode
/
Reader
/
BitstreamReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Change BitstreamCursor::skipRecord to return the record code (NFC)
Mehdi Amini
2017-01-04
1
-4
/
+14
*
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: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().
Peter Collingbourne
2016-12-01
1
-6
/
+4
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-28
/
+20
*
BitcodeReader: Require clients to read the block info block at most once.
Peter Collingbourne
2016-10-27
1
-2
/
+2
*
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko
2016-08-18
1
-5
/
+4
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-3
/
+4
*
Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.
Duncan P. N. Exon Smith
2016-03-27
1
-3
/
+1
*
Bitcode: Split out SimpleBitstreamCursor
Duncan P. N. Exon Smith
2016-03-27
1
-9
/
+13
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-4
/
+2
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-2
/
+4
*
Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...
Mehdi Amini
2016-03-07
1
-7
/
+34
*
[BitstreamReader] Make sure the Array operand type is an encoding
Filipe Cabecinhas
2015-05-27
1
-0
/
+3
*
clang-format a couple of lines
Filipe Cabecinhas
2015-05-27
1
-2
/
+2
*
[BitcodeReader] Make sure abbrev records have at least one operand (record code)
Filipe Cabecinhas
2015-05-26
1
-0
/
+3
*
Simplify boolean conditional return statements.
Rafael Espindola
2015-05-25
1
-4
/
+1
*
[BitcodeReader] It's a malformed block if CodeLenWidth is too big
Filipe Cabecinhas
2015-05-19
1
-0
/
+4
*
Turn an assert into report_fatal_error since it's reachable based on user input
Filipe Cabecinhas
2015-04-29
1
-1
/
+2
*
Be more strict about the operand for the array type in BitcodeReader
Filipe Cabecinhas
2015-04-23
1
-0
/
+3
*
Verify sizes when trying to read a BitcodeAbbrevOp
Filipe Cabecinhas
2015-04-23
1
-0
/
+9
*
Revert "Verify sizes when trying to read a VBR"
Filipe Cabecinhas
2015-04-15
1
-2
/
+0
*
Verify sizes when trying to read a VBR
Filipe Cabecinhas
2015-04-15
1
-0
/
+2
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Clean up some inappropriate choices of type in the bitcode reader. None of
Richard Smith
2015-02-13
1
-1
/
+1
*
[Bitcode] Diagnose errors instead of asserting from bad input
Filipe Cabecinhas
2015-01-24
1
-1
/
+5
*
Silence MSVC warning on missing return after fully covered switch
Reid Kleckner
2014-11-13
1
-0
/
+1
*
Move calls to push_back out of readAbbreviated(Literal|Field).
Rafael Espindola
2014-11-13
1
-26
/
+13
*
Make a few helper functions static. NFC.
Rafael Espindola
2014-11-13
1
-16
/
+18
*
Factor out call to push_back. NFC.
Rafael Espindola
2014-11-06
1
-3
/
+5
*
Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs.
Benjamin Kramer
2014-09-15
1
-36
/
+3
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
Micro-optimization: don't shift an entire bitcode record over to get the code.
Jordan Rose
2013-05-10
1
-3
/
+10
*
Whitespace cleanup
Joe Abbey
2013-04-01
1
-1
/
+1
*
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
1
-14
/
+7
*
Fix the underlying problem that was causing read(0) to be called: sometimes the
Chris Lattner
2013-02-09
1
-3
/
+14
*
Code Custodian (trivial whitespace cleanup)
Joe Abbey
2013-02-06
1
-39
/
+38
*
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
Chris Lattner
2013-01-21
1
-9
/
+8
*
wean Blob handling logic off of banging on NextChar directly. Instead, make
Chris Lattner
2013-01-21
1
-10
/
+13
*
rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...
Chris Lattner
2013-01-21
1
-3
/
+3
*
convert the bitstream reader itself and the IR .bc file parser to use the new...
Chris Lattner
2013-01-20
1
-10
/
+14
*
stringref'ize readRecord and properly capitalize it. Add a compatibility met...
Chris Lattner
2013-01-20
1
-6
/
+7
*
move some private methods out of line, add a skipRecord() method.
Chris Lattner
2013-01-20
1
-3
/
+111
*
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
1
-1
/
+1
*
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
1
-0
/
+253