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
/
BitstreamWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-26
/
+7
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+4
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+1
*
Rewrite assert to avoid warning when the record element type is byte-sized.
Jordan Rose
2013-05-09
1
-1
/
+2
*
Whitespace cleanup
Joe Abbey
2013-04-01
1
-1
/
+1
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Code Custodian:
Joe Abbey
2012-11-25
1
-14
/
+14
*
Pacify PVS-Studio by changing the type rather than doing a cast, a tweak
Duncan Sands
2012-08-21
1
-1
/
+1
*
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
Duncan Sands
2012-08-21
1
-1
/
+3
*
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-21
1
-1
/
+1
*
BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.
Daniel Dunbar
2012-02-29
1
-4
/
+6
*
BitstreamWriter: Change primary output buffer to be a SmallVector instead of an
Daniel Dunbar
2012-02-29
1
-2
/
+3
*
BitstreamWriter: Isolate access to the underlying buffer.
Daniel Dunbar
2012-02-29
1
-20
/
+32
*
BitcodeWriter: Expose less implementation details -- make BackpatchWord private
Daniel Dunbar
2012-02-29
1
-11
/
+9
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+1
*
don't emit zero bit fields with Emit, fixing undefined behavior,
Chris Lattner
2010-08-18
1
-3
/
+5
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-3
/
+3
*
Add StringRef based APIs to BitstreamWriter.
Daniel Dunbar
2009-08-24
1
-4
/
+18
*
Use 8 instead of CHAR_BIT
Douglas Gregor
2009-04-08
1
-1
/
+1
*
Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...
Douglas Gregor
2009-04-08
1
-0
/
+3
*
Add a new EmitRecordWithBlob API that allows a blob to be emitted
Chris Lattner
2009-04-06
1
-30
/
+103
*
add a new Blob encoding abbreviation for bitcode files that emits
Chris Lattner
2009-04-06
1
-5
/
+21
*
simplify code a bit.
Chris Lattner
2009-04-06
1
-9
/
+19
*
simplify to reduce indentation.
Chris Lattner
2009-04-06
1
-33
/
+34
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-56
/
+56
*
Add support for writing LLVM IR to a specified BitstreamWriter.
Chris Lattner
2008-12-19
1
-0
/
+3
*
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-07-09
1
-4
/
+10
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-12
/
+19
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2007-10-08
1
-1
/
+1
*
allow zero-length arrays
Chris Lattner
2007-05-06
1
-1
/
+1
*
Unbreak VC++.
Jeff Cohen
2007-05-06
1
-2
/
+2
*
fix a bug I introduced when I merged some code together
Chris Lattner
2007-05-05
1
-1
/
+1
*
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
1
-0
/
+3
*
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-05
1
-9
/
+109
*
use a template to eliminate manual code duplication
Chris Lattner
2007-05-04
1
-47
/
+2
*
add support for array abbreviations.
Chris Lattner
2007-05-04
1
-37
/
+49
*
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
1
-3
/
+3
*
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
1
-1
/
+1
*
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
1
-5
/
+6
*
minor cleanups
Chris Lattner
2007-04-23
1
-3
/
+5
*
finish implementation of basic abbrev writing.
Chris Lattner
2007-04-23
1
-4
/
+69
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
1
-7
/
+47
*
Teach Visual Studio about Bitcode.
Jeff Cohen
2007-04-22
1
-1
/
+2
*
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner
2007-04-22
1
-0
/
+219