summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAge
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Fix spacing, forward declare order.Matt Arsenault2013-11-18
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Extract a bc attr parsing helper that returns Attribute::None on errorReid Kleckner2013-11-12
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-05
* Silence GCC warning about dropping off a fully covered switch.Benjamin Kramer2013-11-05
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-04
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Fix a use after free on invalid input.Rafael Espindola2013-10-31
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* 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
* Patch provide by Tom Roeder!Joe Abbey2013-09-12
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-26
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Have the bitcode writer and reader handle the new attribute references.Bill Wendling2013-02-12
* Use a std::map so that we record the group ID.Bill Wendling2013-02-11
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-10
* Code Custodian (trivial whitespace cleanup)Joe Abbey2013-02-06
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-05
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-04
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-29
* Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling2013-01-27
* Remove some introspection functions.Bill Wendling2013-01-25
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner2013-01-20
* convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner2013-01-20
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-19
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-19
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-09