summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud