[Orc] Add TransformUtils to Orc's dependency list.
[oota-llvm.git] / lib / Bitcode /
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 David MajnemerBitcode: Don't create comdats when autoupgrading macho...
2015-01-20 Duncan P. N. Exon... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-14 Rafael EspindolaAdd support for comdats with names larger than 256...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Add abbreviation for METADATA_NAME
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Range-based for, NFC
2015-01-12 Duncan P. N. Exon... Bitcode: Simplify emission of METADATA_BLOCK
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Share logic for last instruction, NFC
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Rafael Espindolaclang-format. NFC.
2015-01-08 Rafael EspindolaExplicitly handle LinkOnceODRAutoHideLinkage. NFC....
2015-01-08 Rafael EspindolaUpdate naming style and clang-format. NFC.
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2014-12-18 Yaron KerenFix Visual C++ error "'llvm::make_unique' : ambiguous...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-12-17 Nick LewyckyMake ValueEnumerator::print use OS for metadata too...
2014-12-12 Duncan P. N. Exon... Bitcode: Add missing "Remove in 4.0" comments
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-06 Duncan P. N. Exon... IR: Disallow function-local metadata attachments
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 Peter CollingbournePrologue support
2014-11-24 Rafael EspindolaAdd and use Type::subtypes. NFC.
2014-11-21 Richard TrieuAdd accessor marcos to ConstantPlaceHolder, similar...
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-11-13 Reid KlecknerSilence MSVC warning on missing return after fully...
2014-11-13 Rafael EspindolaMove calls to push_back out of readAbbreviated(Literal...
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-06 Rafael EspindolaFactor out call to push_back. NFC.
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-29 NAKAMURA TakumiUntabify.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-23 Rafael Espindolaclang-format two code snippets to make the next patch...
2014-10-21 Duncan P. N. Exon... IR: Reorder metadata bitcode serialization, NFC
2014-10-21 Duncan P. N. Exon... IR: Remove dead code in metadata bitcode writing, NFC
2014-10-15 Sanjay Patelcorrect const-ness with auto and dyn_cast
2014-10-15 Sanjay PatelUse 'auto' for easier reading; no functional change...
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-09-23 Petar JovanovicDo not destroy external linkage when deleting function...
2014-09-19 Chris BienemanEliminating static destructor for the BitCodeErrorCateg...
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-27 Rafael EspindolaFix a double free in llvm::getBitcodeTargetTriple.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-16 Duncan P. N. Exon... BitcodeReader: Only create one basic block for each...
2014-08-16 Duncan P. N. Exon... UseListOrder: Correctly count the number of uses
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-05 Duncan P. N. Exon... BitcodeReader: Fix non-determinism in use-list order
2014-08-01 Duncan P. N. Exon... UseListOrder: Fix blockaddress use-list order
2014-08-01 Duncan P. N. Exon... BitcodeReader: Change mechanics of BlockAddress forward...
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-07-31 Duncan P. N. Exon... UseListOrder: Handle self-users
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-30 Duncan P. N. Exon... UseListOrder: Visit global values
2014-07-30 Duncan P. N. Exon... Reapply "UseListOrder: Order GlobalValue uses after...
2014-07-30 Duncan P. N. Exon... UseListOrder: Fix undefined behaviour
2014-07-29 Duncan P. N. Exon... Revert "UseListOrder: Order GlobalValue uses after...
2014-07-29 Duncan P. N. Exon... UseListOrder: Order GlobalValue uses after initializers
2014-07-29 Duncan P. N. Exon... UseListOrder: Create a struct around OrderMap, NFC
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-29 Duncan P. N. Exon... IR: Create the use-list order shuffle vector in-place
2014-07-29 Duncan P. N. Exon... Bitcode: Correctly compare a Use against itself
2014-07-28 Duncan P. N. Exon... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-25 Duncan P. N. Exon... Bitcode: Don't optimize constants when preserving use...
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-07-04 Rafael EspindolaFix a bug in the conversion to ErrorOr.
next