summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2019-02-01[opaque pointer types] Pass function types to InvokeInst creation.James Y Knight
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner
2019-01-22Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault
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
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-12-07[ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson
2018-11-19[DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-14Remove unused getMDNodeFwdRefOrNull interfaces (NFC)Teresa Johnson
2018-11-14[ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson
2018-11-13DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie
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-23Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"Teresa Johnson
2018-10-23[ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-21Ensure that variant part discriminator is read by MetadataLoaderJonas Devlieghere
2018-09-20[Bitcode] Address backwards compat bug in r342631Vedant Kumar
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet
2018-09-04[x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth
2018-08-26[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler 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-08-06[NFC] Fix typoXin Tong
2018-07-09[BitcodeReader] Infer the correct runtime preemption for GlobalValueSteven Wu
2018-06-26[ThinLTO] Add string saver onto index for value namesTeresa Johnson
2018-06-26[ThinLTO] Add per-module indexes to combined index consistentlyTeresa Johnson
2018-06-06[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-17[IR] Upgrade comment token in objc retain release marker for asm callGerolf Hoflehner
2018-04-05[Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-05[IR] Upgrade comment token in objc retain release markerGerolf Hoflehner
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich
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