summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-112-5/+5
* Factor out call to push_back. NFC.Rafael Espindola2014-11-061-3/+5
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-032-5/+5
* 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-242-4/+4
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-242-9/+3
* clang-format two code snippets to make the next patch easy to read.Rafael Espindola2014-10-231-1/+2
* IR: Reorder metadata bitcode serialization, NFCDuncan P. N. Exon Smith2014-10-211-12/+14
* IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith2014-10-213-16/+12
* correct const-ness with auto and dyn_castSanjay Patel2014-10-151-3/+3
* Use 'auto' for easier reading; no functional change intended.Sanjay Patel2014-10-151-6/+3
* Introduce LLVMWriteBitcodeToMemoryBuffer C API function.Peter Collingbourne2014-10-141-0/+8
* 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
* Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs.Benjamin Kramer2014-09-151-36/+3
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-032-5/+6
* Fix a double free in llvm::getBitcodeTargetTriple.Rafael Espindola2014-08-271-1/+1
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-262-10/+13
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-263-9/+10
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+3
* BitcodeReader: Only create one basic block for each blockaddressDuncan P. N. Exon Smith2014-08-162-20/+18
* UseListOrder: Correctly count the number of usesDuncan P. N. Exon Smith2014-08-161-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* BitcodeReader: Fix non-determinism in use-list orderDuncan P. N. Exon Smith2014-08-052-3/+15
* 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-012-38/+51
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-012-9/+65
* UseListOrder: Handle self-usersDuncan P. N. Exon Smith2014-07-311-3/+3
* UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith2014-07-311-3/+6
* UseListOrder: Visit global valuesDuncan P. N. Exon Smith2014-07-301-4/+3
* Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-301-14/+55
* UseListOrder: Fix undefined behaviourDuncan P. N. Exon Smith2014-07-301-2/+7
* Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-291-55/+14
* UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2014-07-291-14/+55
* UseListOrder: Create a struct around OrderMap, NFCDuncan P. N. Exon Smith2014-07-291-1/+9
* 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-292-276/+248
* IR: Create the use-list order shuffle vector in-placeDuncan P. N. Exon Smith2014-07-291-4/+3
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-291-0/+3
* IR: Optimize size of use-list order shuffle vectorsDuncan P. N. Exon Smith2014-07-281-6/+5
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-285-101/+271
* Bitcode: Don't optimize constants when preserving use-list orderDuncan P. N. Exon Smith2014-07-251-0/+6
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-7/+2
* Add a dereferenceable attributeHal Finkel2014-07-182-1/+7
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-182-2/+2
* Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner2014-07-162-4/+15
* Fix a bug in the conversion to ErrorOr.Rafael Espindola2014-07-041-2/+2
OpenPOWER on IntegriCloud