aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner1-2/+0
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner1-0/+2
2019-01-22Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault1-0/+2
2019-01-22Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth1-2/+0
2019-01-22IR: Add fp operations to atomicrmwMatt Arsenault1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson1-56/+5
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson1-5/+56
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson1-0/+11
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman1-3/+8
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson1-6/+4
2018-11-17Use llvm::copy. NFCFangrui Song1-1/+1
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant1-3/+19
2018-11-13[IR] Add a dedicated FNeg IR InstructionCameron McInally1-1/+51
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu1-19/+3
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant1-3/+19
2018-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson1-0/+1
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss1-2/+2
2018-09-25[ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson1-6/+7
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet1-0/+3
2018-09-19[ThinLTO] Write TYPE_IDs for types used in functions imported by aliasesVitaly Buka1-0/+3
2018-09-19[ThinLTO] Extract getReferencedTypeIds from [NFC]Vitaly Buka1-12/+33
2018-09-04[x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth1-0/+2
2018-08-23Allow creating llvm::Function in non-zero address spacesAlexander Richardson1-1/+3
2018-08-16DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie1-1/+1
2018-08-14[DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl1-0/+1
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-07-19[ThinLTO] Only emit referenced type id records in index filesTeresa Johnson1-5/+19
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson1-2/+2
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