aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-26[ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson1-2/+2
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen1-1/+16
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-05[Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich1-0/+2
2018-03-31[ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson1-1/+5
2018-03-22[SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse1-0/+2
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon1-0/+2
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder1-0/+3
2018-02-19bitcode support change for fast flags compatibilitySteven Wu1-8/+8
2018-02-16[ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka1-4/+7
2018-02-14[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka1-0/+53
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-16/+15
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder1-2/+9
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov1-1/+1
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov1-1/+1
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov1-1/+1
2018-02-07[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson1-0/+5
2018-02-06Add DWARF for discriminated unionsAdrian Prantl1-0/+1
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman1-10/+21
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman1-19/+9
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman1-9/+19
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen1-2/+3
2018-01-12Allow dso_local on ifunc.Rafael Espindola1-1/+2
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman1-1/+1
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson1-5/+17
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov1-0/+2
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel1-2/+4
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-0/+2
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile1-2/+0
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-0/+2
2017-10-26Represent runtime preemption in the IR.Sean Fertile1-4/+11
2017-09-15[llvm] Fix some typos. NFC.Mandeep Singh Grang1-1/+1
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne1-0/+1
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-16/+59
2017-08-20Move helper classes into anonymous namespaces.Benjamin Kramer1-0/+2
2017-08-16Add more commentXinliang David Li1-1/+9
2017-08-16[PGO] Fix ThinLTO crash Xinliang David Li1-0/+6
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor1-0/+2
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos1-3/+18
2017-07-21ThinLTO Minimized Bitcode File Size ReductionHaojie Wang1-65/+236
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl1-0/+1
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