summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne2017-04-121-240/+276
* [IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth2017-04-121-1/+1
* 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-062-18/+5
* Bitcode: Remove an unused declaration. NFC.Peter Collingbourne2017-04-051-1/+0
* 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-282-0/+4
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-20/+37
* Rename AttributeSet to AttributeListReid Kleckner2017-03-214-32/+30
* SamplePGO ThinLTO ICP fix for local functions.Dehao Chen2017-03-142-3/+16
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-082-2/+16
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-112-2/+2
* 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-102-6/+87
* 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-032-9/+8
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-032-8/+9
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-022-9/+8
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-022-8/+9
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-022-9/+8
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-022-8/+9
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-012-2/+4
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+4
* 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
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-1/+1
OpenPOWER on IntegriCloud