summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2019-01-22Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth
2019-01-22IR: Add fp operations to atomicrmwMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson
2018-11-17Use llvm::copy. NFCFangrui Song
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-13[IR] Add a dedicated FNeg IR InstructionCameron McInally
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss
2018-09-25[ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet
2018-09-19[ThinLTO] Write TYPE_IDs for types used in functions imported by aliasesVitaly Buka
2018-09-19[ThinLTO] Extract getReferencedTypeIds from [NFC]Vitaly Buka
2018-09-04[x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth
2018-08-23Allow creating llvm::Function in non-zero address spacesAlexander Richardson
2018-08-16DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie
2018-08-14[DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl
2018-07-30Remove trailing spaceFangrui Song
2018-07-19[ThinLTO] Only emit referenced type id records in index filesTeresa Johnson
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson
2018-06-26[ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-05[Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich
2018-03-31[ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson
2018-03-22[SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-19bitcode support change for fast flags compatibilitySteven Wu
2018-02-16[ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka
2018-02-14[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-02-07[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-12Allow dso_local on ifunc.Rafael Espindola