summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
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-16[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-14[ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson
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-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-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-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[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-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-07[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson
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-22[ThinLTO] Re-commit of dot dumper after test fixEugene Leviant
2018-01-21Temporarily revert r323062 to investigate buildbot failuresEugene Leviant
2018-01-21[ThinLTO] Implement summary visualizerEugene Leviant
2018-01-12Allow dso_local on ifunc.Rafael Espindola
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool
2017-09-13[ThinLTO] AliasSummary should not have any referencesTeresa Johnson
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov