summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-3/+2
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-4/+7
* Bring r226038 back.Rafael Espindola2015-01-191-14/+42
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-42/+14
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-14/+42
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-42/+14
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-14/+42
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+14
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-2/+2
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-281/+312
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Share logic for last instruction, NFCDuncan P. N. Exon Smith2015-01-091-14/+10
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-091-1/+1
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-1/+7
* Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.Rafael Espindola2015-01-081-0/+2
* Update naming style and clang-format. NFC.Rafael Espindola2015-01-081-17/+30
* Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded func...Yaron Keren2014-12-181-2/+2
* Modernize the getStreamedBitcodeModule interface a bit. NFC.Rafael Espindola2014-12-181-18/+14
* Bitcode: Add missing "Remove in 4.0" commentsDuncan P. N. Exon Smith2014-12-121-0/+2
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-111-0/+21
* Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith2014-12-111-2/+2
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-39/+56
* IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith2014-12-061-2/+6
* IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith2014-12-061-6/+30
* Ask the module for its the identified types.Rafael Espindola2014-12-031-3/+20
* Prologue supportPeter Collingbourne2014-12-031-2/+20
* Add accessor marcos to ConstantPlaceHolder, similar to those in the base class.Richard Trieu2014-11-211-1/+2
* Return the number of read bytes in MemoryObject::readBytes.Rafael Espindola2014-11-121-1/+1
* Reduce code duplication a bit. NFC.Rafael Espindola2014-11-121-2/+2
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-4/+2
* Untabify.NAKAMURA Takumi2014-10-291-2/+2
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-241-3/+3
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-241-8/+3
* clang-format two code snippets to make the next patch easy to read.Rafael Espindola2014-10-231-1/+2
* Do not destroy external linkage when deleting function bodyPetar Jovanovic2014-09-231-1/+1
* Eliminating static destructor for the BitCodeErrorCategory by converting to a...Chris Bieneman2014-09-191-2/+5
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-4/+5
* Fix a double free in llvm::getBitcodeTargetTriple.Rafael Espindola2014-08-271-1/+1
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-9/+9
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-7/+8
* BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith2014-08-161-17/+15
* UseListOrder: Correctly count the number of usesDuncan P. N. Exon Smith2014-08-161-2/+2
* BitcodeReader: Fix non-determinism in use-list orderDuncan P. N. Exon Smith2014-08-051-3/+13
* UseListOrder: Fix blockaddress use-list orderDuncan P. N. Exon Smith2014-08-011-6/+20
* BitcodeReader: Change mechanics of BlockAddress forward references, NFCDuncan P. N. Exon Smith2014-08-011-34/+47
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-011-6/+53
* Have a single enum for "not a bitcode" error.Rafael Espindola2014-07-291-9/+3
* Move the bitcode error enum to the include directory.Rafael Espindola2014-07-291-248/+247
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-6/+37
OpenPOWER on IntegriCloud