summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Revert a C API difference that I incorrectly introduced.Rafael Espindola2014-06-18
* Remove BitcodeReader::setBufferOwned.Rafael Espindola2014-06-18
* Run clang-format in a small chunk of code I am about to change.Rafael Espindola2014-06-18
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-05
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-04
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-28
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-26
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Use a std::map so that we record the group ID.Bill Wendling2013-02-11
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Code Custodian:Joe Abbey2012-11-25
* Fix some typos 165739, spotted by Duncan.Jan Wen Voung2012-10-11
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-11
* Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcodeDerek Schuff2012-02-29
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-02
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-07
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* type can be nullChris Lattner2011-07-07
* use a more efficient check for 'is metadata'Chris Lattner2011-07-07
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-17
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman2010-09-13
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-20
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* add bitcode reader support for blockaddress. We can now fullyChris Lattner2009-10-28
* Write and read metadata attachments.Devang Patel2009-09-18
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13