summaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Merging r315086:Tom Stellard2017-11-221-1/+1
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-192-3/+6
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-112-36/+99
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-6/+15
* Add missing library dependency.Peter Collingbourne2017-06-281-1/+1
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-4/+28
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+44
* Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov2017-06-161-2/+4
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-162-12/+50
* Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne2017-06-151-13/+20
* IR: Tweak the API around adding modules to the summary index.Peter Collingbourne2017-06-141-15/+15
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-142-32/+93
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+10
* Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne2017-06-081-1/+9
* Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne2017-06-081-7/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-3/+3
* BitcodeWriter: Removing unnecessary std::function in favor of templateDavid Blaikie2017-06-021-1/+2
* Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie2017-06-021-30/+16
* [ThinLTO] Efficiency improvement when writing module path string tableTeresa Johnson2017-06-021-42/+60
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-012-4/+4
* [ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson2017-05-311-28/+28
* Bitcode: Remove some dead code. Spotted by Teresa.Peter Collingbourne2017-05-261-23/+1
* [IR] Switch AttributeList to use an array for O(1) accessReid Kleckner2017-05-232-6/+11
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-182-4/+4
* [MetadataLoader] Remove unused Vector. NFCI.Davide Italiano2017-05-161-1/+1
* Remove ignore-empty-index-file optionTeresa Johnson2017-05-121-8/+2
* [IR] Allow attributes with global variablesJaved Absar2017-05-113-5/+17
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-042-48/+51
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-042-51/+48
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-042-48/+51
* Bitcode: Simplify how we enumerate summaries in the index. NFCI.Peter Collingbourne2017-05-021-141/+23
* Fix a pessimising move warning.Peter Collingbourne2017-05-011-5/+1
* Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne2017-05-011-23/+62
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-0/+18
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-012-2/+2
* Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg2017-04-281-4/+0
* Remove line and file from DINamespace.Adrian Prantl2017-04-282-6/+8
* Add speculatable function attributeMatt Arsenault2017-04-282-0/+5
* Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne2017-04-281-10/+0
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-2/+2
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-261-2/+2
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-2/+2
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-262-23/+26
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-262-2/+2
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-262-2/+2
* Make getSlotAttributes return an AttributeSet instead of a wrapper listReid Kleckner2017-04-242-2/+2
* [Bitcode] Refactor attribute group writing to avoid getSlotAttributesReid Kleckner2017-04-243-56/+58
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-184-8/+58
* Bitcode: Add missing build dep to fix shlib build.Peter Collingbourne2017-04-171-1/+1
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-172-289/+436