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
/
lib
/
Bitcode
/
Reader
/
BitstreamReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
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