Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | Fixing -Wtype-limits warnings with the asserts (the expression would always e... | Aaron Ballman | 2014-11-13 | 1 | -3/+3 |
* | Read 64 bits at a time in the bitcode reader. | Rafael Espindola | 2014-11-13 | 1 | -4/+3 |
* | Use the return of readBytes to find out if we are at the end of the stream. | Rafael Espindola | 2014-11-12 | 1 | -12/+0 |
* | Return the number of read bytes in MemoryObject::readBytes. | Rafael Espindola | 2014-11-12 | 1 | -14/+30 |
* | Merge StreamableMemoryObject into MemoryObject. | Rafael Espindola | 2014-11-12 | 1 | -0/+124 |