summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Clean up to avoid compiler warnings for casting away const qualifiers.Sjoerd Meijer2016-04-271-1/+1
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-271-61/+23
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-241-38/+39
* Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...Aaron Ballman2016-04-241-2/+2
* Add "hasSection" flag in the SummaryMehdi Amini2016-04-241-2/+8
* Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini2016-04-241-15/+23
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-241-0/+8
* Store and emit original name in combined indexMehdi Amini2016-04-231-0/+14
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-2/+4
* BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith2016-04-232-1/+38
* BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith2016-04-231-6/+18
* Address comments.Teresa Johnson2016-04-231-243/+238
* Refactor bitcode writer into classes (NFC)Teresa Johnson2016-04-231-681/+823
* ValueEnumerator: Use std::find_if, NFCDuncan P. N. Exon Smith2016-04-232-23/+8
* ValueMapper/Enumerator: Clean up code in post-order traversals, NFCDuncan P. N. Exon Smith2016-04-222-25/+42
* BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith2016-04-212-17/+24
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+3
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-192-71/+74
* [NFC] Header cleanupMehdi Amini2016-04-182-3/+1
* BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith2016-04-181-5/+5
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-3/+67
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-1/+2
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-67/+3
* Make aliases explicit in the summaryMehdi Amini2016-04-131-3/+67
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+2
* [ThinLTO] BitcodeWriter still requires Analysis libraryTeresa Johnson2016-04-111-1/+1
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-113-157/+73
* Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini2016-04-101-6/+7
* Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini2016-04-071-4/+4
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-072-0/+29
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-7/+7
* IR: Introduce ConstantAggregate, NFCDuncan P. N. Exon Smith2016-04-051-2/+1
* Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini2016-04-021-21/+23
* Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith2016-04-023-39/+231
* Fix doxygen comments from r265224, NFCDuncan P. N. Exon Smith2016-04-021-2/+2
* BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith2016-04-023-12/+17
* Reverts r265219.Mehdi Amini2016-04-021-15/+15
* wipMehdi Amini2016-04-021-15/+15
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-8/+8
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-2/+3
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-9/+65
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-65/+9
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-9/+65
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+2
* BitcodeWriter: Replace dead code with an assertion, NFCDuncan P. N. Exon Smith2016-03-281-7/+1
* BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-5/+2
* BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith2016-03-271-35/+34
* BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-9/+17
* BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith2016-03-271-11/+9
* BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith2016-03-273-12/+5
OpenPOWER on IntegriCloud