aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov1-13/+30
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne1-6/+15
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne1-0/+44
2017-06-16[cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov1-12/+38
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn1-1/+1
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne1-1/+9
2017-06-02BitcodeWriter: Removing unnecessary std::function in favor of templateDavid Blaikie1-1/+2
2017-06-02Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie1-30/+16
2017-06-02[ThinLTO] Efficiency improvement when writing module path string tableTeresa Johnson1-42/+60
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov1-1/+1
2017-05-31[ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson1-28/+28
2017-05-26Bitcode: Remove some dead code. Spotted by Teresa.Peter Collingbourne1-23/+1
2017-05-23[IR] Switch AttributeList to use an array for O(1) accessReid Kleckner1-4/+6
2017-05-11[IR] Allow attributes with global variablesJaved Absar1-2/+6
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne1-12/+10
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu1-10/+12
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne1-12/+10
2017-05-02Bitcode: Simplify how we enumerate summaries in the index. NFCI.Peter Collingbourne1-141/+23
2017-04-28Remove line and file from DINamespace.Adrian Prantl1-2/+0
2017-04-28Add speculatable function attributeMatt Arsenault1-0/+2
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl1-0/+1
2017-04-24Make getSlotAttributes return an AttributeSet instead of a wrapper listReid Kleckner1-1/+1
2017-04-24[Bitcode] Refactor attribute group writing to avoid getSlotAttributesReid Kleckner1-37/+34
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl1-3/+2
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne1-211/+199
2017-04-12[IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth1-1/+1
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne1-7/+0
2017-04-05Bitcode: Remove an unused declaration. NFC.Peter Collingbourne1-1/+0
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet1-0/+2
2017-03-23[ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson1-20/+37
2017-03-21Rename AttributeSet to AttributeListReid Kleckner1-7/+7
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen1-3/+10
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov1-0/+7
2017-02-11Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer1-1/+1
2017-02-10IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne1-4/+45
2017-02-03Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-4/+4
2017-02-03[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+4
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-4/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+4
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-4/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+4
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen1-0/+1
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson1-0/+1
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson1-4/+2
2017-01-04Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie1-92/+92
2017-01-04Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie1-92/+92
2017-01-04Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie1-92/+92
2016-12-28Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...Mehdi Amini1-2/+3
2016-12-28Add an index for Module Metadata record in the bitcodeMehdi Amini1-5/+92
2016-12-28Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool1-80/+5