summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer
AgeCommit message (Expand)Author
2016-04-22ValueMapper/Enumerator: Clean up code in post-order traversals, NFCDuncan P. N. Exon Smith
2016-04-21BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith
2016-04-20[ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson
2016-04-19BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-18BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-11[ThinLTO] BitcodeWriter still requires Analysis libraryTeresa Johnson
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-10Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini
2016-04-07Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien
2016-04-05IR: Introduce ConstantAggregate, NFCDuncan P. N. Exon Smith
2016-04-02Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini
2016-04-02Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith
2016-04-02Fix doxygen comments from r265224, NFCDuncan P. N. Exon Smith
2016-04-02BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith
2016-04-02Reverts r265219.Mehdi Amini
2016-04-02wipMehdi Amini
2016-04-02Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-28BitcodeWriter: Replace dead code with an assertion, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith
2016-03-27BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-26Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini
2016-03-25[ThinLTO] Rename edges() to calls() for clarity (NFC)Teresa Johnson
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2016-03-25Bitcode: Use std::stable_partition for reproducible buildsDuncan P. N. Exon Smith
2016-03-25Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Split out named metadata; almost NFCDuncan P. N. Exon Smith
2016-03-24Bitcode: Module* -> Module&, NFCDuncan P. N. Exon Smith
2016-03-23Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman
2016-03-15[ThinLTO] Record all global variable defs in the summaryTeresa Johnson
2016-03-15BitcodeWriter dyn_cast cleanup for r263275 (NFC)Teresa Johnson