aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Merging r315086:Tom Stellard1-1/+1
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2-3/+6
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov2-36/+99
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne1-6/+15
2017-06-28Add missing library dependency.Peter Collingbourne1-1/+1
2017-06-27Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne1-4/+28
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne1-0/+44
2017-06-16Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov1-2/+4
2017-06-16[cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2-12/+50
2017-06-15Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne1-13/+20
2017-06-14IR: Tweak the API around adding modules to the summary index.Peter Collingbourne1-15/+15
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2-32/+93
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne1-0/+10
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne1-1/+9
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne1-7/+15
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth2-3/+3
2017-06-02BitcodeWriter: Removing unnecessary std::function in favor of templateDavid Blaikie1-1/+2
2017-06-02Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie1-30/+16
2017-06-02[ThinLTO] Efficiency improvement when writing module path string tableTeresa Johnson1-42/+60
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2-4/+4
2017-05-31[ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson1-28/+28
2017-05-26Bitcode: Remove some dead code. Spotted by Teresa.Peter Collingbourne1-23/+1
2017-05-23[IR] Switch AttributeList to use an array for O(1) accessReid Kleckner2-6/+11
2017-05-18[IR] De-virtualize ~Value to save a vptrReid Kleckner2-4/+4
2017-05-16[MetadataLoader] Remove unused Vector. NFCI.Davide Italiano1-1/+1
2017-05-12Remove ignore-empty-index-file optionTeresa Johnson1-8/+2
2017-05-11[IR] Allow attributes with global variablesJaved Absar3-5/+17
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2-48/+51
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2-51/+48
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2-48/+51
2017-05-02Bitcode: Simplify how we enumerate summaries in the index. NFCI.Peter Collingbourne1-141/+23
2017-05-01Fix a pessimising move warning.Peter Collingbourne1-5/+1
2017-05-01Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne1-23/+62
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne1-0/+18
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2-2/+2
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg1-4/+0
2017-04-28Remove line and file from DINamespace.Adrian Prantl2-6/+8
2017-04-28Add speculatable function attributeMatt Arsenault2-0/+5
2017-04-28Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne1-10/+0
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl1-2/+2
2017-04-26Revert "Turn DISubprogram into a variable-length node."Adrian Prantl1-2/+2
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl1-2/+2
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl2-23/+26
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das2-2/+2
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2-2/+2
2017-04-24Make getSlotAttributes return an AttributeSet instead of a wrapper listReid Kleckner2-2/+2
2017-04-24[Bitcode] Refactor attribute group writing to avoid getSlotAttributesReid Kleckner3-56/+58
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl4-8/+58
2017-04-17Bitcode: Add missing build dep to fix shlib build.Peter Collingbourne1-1/+1
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne2-289/+436