summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't import variadic functionsPiotr Padlewski2016-08-111-1/+1
* [ThinLTO] Address review comments from PGO indirect call promotion (NFC)Teresa Johnson2016-07-181-13/+17
* [ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson2016-07-171-4/+65
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+2
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-0/+1
* BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne2016-06-241-3/+0
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-13/+21
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+16
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-0/+1
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-12/+30
* Avoid temporary vector for sorting in BitcodeWriterMehdi Amini2016-05-161-13/+10
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+8
* Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini2016-05-161-7/+1
* ThinLTO: fix another non-determinism in bitcode writingMehdi Amini2016-05-161-2/+9
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* [ThinLTO] Fix Windows debug failure in new iteratorTeresa Johnson2016-05-111-2/+13
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-71/+215
* Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl2016-05-061-1/+2
* BitcodeWriter: Simplify. NFC.Peter Collingbourne2016-05-061-4/+2
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-209/+71
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-71/+209
* 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
* Address comments.Teresa Johnson2016-04-231-243/+238
* Refactor bitcode writer into classes (NFC)Teresa Johnson2016-04-231-681/+823
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* 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] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-153/+43
* Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini2016-04-071-4/+4
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+12
* 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-021-2/+1
* BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith2016-04-021-4/+5
* Reverts r265219.Mehdi Amini2016-04-021-15/+15
OpenPOWER on IntegriCloud