summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DataStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne2016-11-021-86/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-161-7/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* Merge StreamableMemoryObject into MemoryObject.Rafael Espindola2014-11-121-2/+2
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-4/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-10/+3
* Remove the program class.Rafael Espindola2013-06-121-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-1/+1
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-2/+2
* Remove static initializer from DataStream.cppDavid Blaikie2012-02-091-12/+11
* Fix win32 build breakage from bitcode streaming patchDerek Schuff2012-02-071-1/+4
* Fix comment-rulers.Nick Lewycky2012-02-061-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-061-0/+96
OpenPOWER on IntegriCloud