summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAgeFilesLines
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-1/+1
* BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith2014-08-161-3/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* BitcodeReader: Fix non-determinism in use-list orderDuncan P. N. Exon Smith2014-08-051-0/+2
* BitcodeReader: Change mechanics of BlockAddress forward references, NFCDuncan P. N. Exon Smith2014-08-011-4/+4
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-011-3/+12
* Move the bitcode error enum to the include directory.Rafael Espindola2014-07-291-28/+1
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-1/+0
* Revert "Convert a few std::strings to StringRef."Rafael Espindola2014-07-041-6/+3
* Convert a few std::strings to StringRef.Rafael Espindola2014-07-041-3/+6
* Convert these functions to use ErrorOr.Rafael Espindola2014-07-041-2/+2
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+2
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-14/+9
* Revert a C API difference that I incorrectly introduced.Rafael Espindola2014-06-181-0/+4
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-181-9/+5
* Run clang-format in a small chunk of code I am about to change.Rafael Espindola2014-06-181-13/+9
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-29/+29
* 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
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-10/+10
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-5/+5
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-2/+2
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-051-1/+1
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-041-32/+54
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+2
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-3/+3
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-3/+3
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-0/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-111-5/+5
* Use a std::map so that we record the group ID.Bill Wendling2013-02-111-1/+1
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-101-0/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-4/+4
* Code Custodian:Joe Abbey2012-11-251-25/+25
* Fix some typos 165739, spotted by Duncan.Jan Wen Voung2012-10-111-1/+1
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-9/+58
* Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff2012-02-291-4/+6
* Enable streaming of bitcodeDerek Schuff2012-02-061-7/+22
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-021-1/+3
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-0/+2
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-3/+0
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+7
OpenPOWER on IntegriCloud