summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-2/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+2
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-0/+2
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-2/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-56/+5
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-5/+56
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-0/+11
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-3/+8
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-6/+4
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-3/+19
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-1/+51
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-19/+3
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-3/+19
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-061-0/+1
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-2/+2
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* [ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson2018-09-251-6/+7
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-0/+3
* [ThinLTO] Write TYPE_IDs for types used in functions imported by aliasesVitaly Buka2018-09-191-0/+3
* [ThinLTO] Extract getReferencedTypeIds from [NFC]Vitaly Buka2018-09-191-12/+33
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+2
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-1/+3
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-1/+1
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-0/+1
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ThinLTO] Only emit referenced type id records in index filesTeresa Johnson2018-07-191-5/+19
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-2/+2
* [ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson2018-06-261-2/+2
* [Debugify] Don't apply DI before the bitcode writer passVedant Kumar2018-06-041-0/+4
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-1/+1
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+16
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-302-0/+2
* [Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-052-3/+3
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+2
* [ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson2018-03-311-1/+5
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+2
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-0/+3
* bitcode support change for fast flags compatibilitySteven Wu2018-02-191-8/+8
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-4/+7
* [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka2018-02-141-0/+53
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-143-21/+20
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-2/+9
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-1/+1
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-1/+1
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-1/+1
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-071-0/+5
OpenPOWER on IntegriCloud