Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks
2022-07-06[LTO][ELF] Add selective --save-temps= optionJin Xin Ng
2022-06-23[ThinLTO][ELF] Add --thinlto-emit-index-files optionJin Xin Ng
2022-06-21[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[NFC][Alignment] Remove max functions between Align and MaybeAlignGuillaume Chatelet
2022-06-07[config] Remove vestigial LLVM_VERSION_INFOReid Kleckner
2022-04-13[iwyu] Handle regressions in libLLVM header includeserge-sans-paille
2022-04-13[LTO] Remove legacy PM supportNikita Popov
2022-04-11[ThinLTOCodeGenerator] Remove support for legacy PMNikita Popov
2022-03-28Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBased...Kazu Hirata
2022-03-22[LTO] Add configuartion option to use default optimization pipelineJoseph Huber
2022-03-15[IRLinker] make IRLinker::AddLazyFor optional (llvm::unique_function). NFCNick Desaulniers
2022-02-07[llvm] Use = default (NFC)Kazu Hirata
2022-02-04Tweak some uses of std::iota to skip initializing the underlying storage. NFCI.Benjamin Kramer
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille
2022-02-01[BitcodeWriter] Fix cases of some functionsFangrui Song
2022-01-14[LTO] runNewPMPasses - remove check for TM != nullptr as we already dereferen...Simon Pilgrim
2022-01-06[LTO][codegen] Add TargetLibraryInfoWrapperPass initiallyCraig Topper
2021-12-22Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-22Revert [CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21[CodeView] Emit S_OBJNAME recordAlexandre Ganea
2021-12-21[LTO] Fix incomplete optimization remarks for dead functions when PreOptModul...Xu Mingjie
2021-12-09[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-12-09[llvm] Add null-termination capability to SmallVectorMemoryBufferJan Svoboda
2021-12-09[llvm][lldb] Remove unused SmallVectorMemoryBuffer.h includesJan Svoboda
2021-11-05[NewPM] Use the default AA pipeline by defaultArthur Eubanks
2021-11-04[Support] Improve Caching conformance with Support library behaviorNoah Shutty
2021-10-19[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty
2021-10-18Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"Petr Hosek
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty
2021-10-09Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-07[IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-09-29Revert "[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip ...Wael Yehia
2021-09-29[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip trace.Wael Yehia
2021-09-28[LTO] Avoid repeated Triple construction. NFCFangrui Song
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo
2021-09-22[LTO] Emit DebugLoc for dead function in optimization remarksXu Mingjie
2021-08-19[SampleFDO] Flow Sensitive Sample FDO (FSAFDO) profile loaderRong Xu
2021-08-11[LTO][lld] Add lto-pgo-warn-mismatch optionYolanda Chen
2021-08-11Revert "[lld] Add lto-pgo-warn-mismatch option"Wang, Pengfei
2021-08-11[lld] Add lto-pgo-warn-mismatch optionYolanda Chen
2021-08-03[ThinLTO] Add TimeTrace for Thinlink stepmodimo
2021-07-30Take OptimizationLevel class out of Pass BuilderTarindu Jayatilaka
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song
2021-07-28[LTO][Legacy] Add new API to check presence of ctor/dtor functions.Wael Yehia
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie
2021-06-09[LTO] Support new PM in ThinLTOCodeGenerator.Florian Hahn
2021-06-09LTO: Export functions referenced by non-canonical CFI jump tablesSami Tolvanen