Benjamin Kramer
16132e6faa
Purge unused includes throughout libSupport.
...
NFC.
llvm-svn: 232976
2015-03-23 18:07:13 +00:00
Aaron Ballman
f9a1897c72
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
...
llvm-svn: 229340
2015-02-15 22:54:22 +00:00
Aaron Ballman
af93cd8de9
Fixing -Wtype-limits warnings with the asserts (the expression would always evaluate to true). Also fixing a -Wcast-qual warning, where the cast expression isn't required.
...
llvm-svn: 221888
2014-11-13 13:55:13 +00:00
Rafael Espindola
c11bd4229c
Read 64 bits at a time in the bitcode reader.
...
The reading of 64 bit values could still be optimized, but at least this cuts
down on the number of virtual calls to fetch more data.
llvm-svn: 221865
2014-11-13 07:23:22 +00:00
Rafael Espindola
0c9aa57a07
Use the return of readBytes to find out if we are at the end of the stream.
...
This allows the removal of isObjectEnd and opens the way for reading 64 bits
at a time.
llvm-svn: 221804
2014-11-12 18:37:00 +00:00
Rafael Espindola
2d05db49bb
Return the number of read bytes in MemoryObject::readBytes.
...
Returning more information will allow BitstreamReader to be simplified a bit
and changed to read 64 bits at a time.
llvm-svn: 221794
2014-11-12 17:11:16 +00:00
Rafael Espindola
79e1f9ff99
Merge StreamableMemoryObject into MemoryObject.
...
Every MemoryObject is a StreamableMemoryObject since the removal of
StringRefMemoryObject, so just merge the two.
I will clean up the MemoryObject interface in the upcoming commits.
llvm-svn: 221766
2014-11-12 03:55:46 +00:00