summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-09-15[llvm] Fix some typos. NFC.Mandeep Singh Grang
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-08-20Move helper classes into anonymous namespaces.Benjamin Kramer
2017-08-16Add more commentXinliang David Li
2017-08-16[PGO] Fix ThinLTO crash Xinliang David Li
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos
2017-07-21ThinLTO Minimized Bitcode File Size ReductionHaojie Wang
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne
2017-06-16[cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-08Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne
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-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-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
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 a string table to the bitcode format.Peter Collingbourne
2017-04-12[IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne
2017-04-05Bitcode: Remove an unused declaration. NFC.Peter Collingbourne
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