summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader
Commit message (Expand)AuthorAgeFilesLines
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-011-3/+3
* [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-111-1/+6
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-041-36/+41
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-041-41/+36
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-041-36/+41
* 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-281-4/+8
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+3
* 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-261-23/+25
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-262-2/+2
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-262-2/+2
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-183-5/+56
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-78/+237
* Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne2017-04-121-240/+276
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-1/+6
* Bitcode: Merge the code for parsing global value module codes in the summary ...Peter Collingbourne2017-04-101-26/+6
* Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne2017-04-061-11/+5
* Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne2017-04-031-7/+0
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-11/+11
* SamplePGO ThinLTO ICP fix for local functions.Dehao Chen2017-03-141-0/+6
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-2/+9
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-1/+1
* Address Mehdi's post-commit review comments on r294795.Peter Collingbourne2017-02-111-0/+4
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-2/+42
* Fix bitcode upgrade for DIGlobalVariables with a var: field.Adrian Prantl2017-02-081-2/+1
* Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.Adrian Prantl2017-02-071-5/+51
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-031-5/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-031-4/+5
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-5/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-4/+5
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-5/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-4/+5
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-2/+3
* Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parse...Ivan Krasin2017-01-271-33/+66
* [ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini2017-01-203-6/+19
* Add an assertion to PlaceholderQueue destructor, ensuring it has been flushedMehdi Amini2017-01-201-0/+3
* [ThinLTO] Add a recursive step in Metadata lazy-loadingMehdi Amini2017-01-181-4/+17
OpenPOWER on IntegriCloud