summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-02BitcodeWriter: Removing unnecessary std::function in favor of templateDavid Blaikie
2017-06-02Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie
2017-06-02[ThinLTO] Efficiency improvement when writing module path string tableTeresa Johnson
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-05-31[ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson
2017-05-26Bitcode: Remove some dead code. Spotted by Teresa.Peter Collingbourne
2017-05-23[IR] Switch AttributeList to use an array for O(1) accessReid Kleckner
2017-05-18[IR] De-virtualize ~Value to save a vptrReid Kleckner
2017-05-16[MetadataLoader] Remove unused Vector. NFCI.Davide Italiano
2017-05-12Remove ignore-empty-index-file optionTeresa Johnson
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne
2017-05-02Bitcode: Simplify how we enumerate summaries in the index. NFCI.Peter Collingbourne
2017-05-01Fix a pessimising move warning.Peter Collingbourne
2017-05-01Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-28Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Revert "Turn DISubprogram into a variable-length node."Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-24Make getSlotAttributes return an AttributeSet instead of a wrapper listReid Kleckner
2017-04-24[Bitcode] Refactor attribute group writing to avoid getSlotAttributesReid Kleckner
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-04-17Bitcode: Add missing build dep to fix shlib build.Peter Collingbourne
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-12Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne
2017-04-12[IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-04-10Bitcode: Merge the code for parsing global value module codes in the summary ...Peter Collingbourne
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne
2017-04-05Bitcode: Remove an unused declaration. NFC.Peter Collingbourne
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-23[ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen