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-03-15[ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard
2022-03-15[Clang] noinline stmt attribute - emit warnings rather than errorsDávid Bolvanský
2022-03-15Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-03-15[AMDGPU] flat scratch SVS addressing mode for gfx940Stanislav Mekhanoshin
2022-03-15Revert "[lld-macho] Avoid using bump-alloc in TrieBuider"Sterling Augustine
2022-03-15[flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONSPeter Klausler
2022-03-15[AMDGPU] gfx940 memory modelStanislav Mekhanoshin
2022-03-15[IROutliner] Ensure merged PHINodes respect order and incoming blocks, not ju...Andrew Litteken
2022-03-15[InstCombine] Fold select based logic of fcmps with same operands when FMF is...Craig Topper
2022-03-15[IRLinker] make IRLinker::AddLazyFor optional (llvm::unique_function). NFCNick Desaulniers
2022-03-15[lld-macho] Avoid using bump-alloc in TrieBuiderVy Nguyen
2022-03-15[X86] Fix avx512.mask.vpshld/vpshrd tests to correctly test maskz casesSimon Pilgrim
2022-03-15[AttrDocs] try to fix buildDávid Bolvanský
2022-03-15[ELF] Move section assignment from initializeSymbols to postParseFangrui Song
2022-03-15NFC: Remove unterminated string from Python pyi file.Stella Laurenzo
2022-03-15[AMDGPU] Restrict machine copy propagation from creating unaligned classesStanislav Mekhanoshin
2022-03-15[flang] Lower any intrinsicValentin Clement
2022-03-14[GlobalISel] Fix store merging incorrectly merging volatile stores.Amara Emerson
2022-03-14Revert "[DFSan] Remove trampolines to unblock opaque pointers."Andrew Browne
2022-03-14[Clang] always_inline statement attributeDávid Bolvanský
2022-03-14[DFSan] Remove trampolines to unblock opaque pointers.Andrew Browne
2022-03-14[MTE] Add test that stack tagging does not mess up stack coloring.Florian Mayer
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-14[IROutliner] Separate split PHI nodes from multiple exits by different outlin...Andrew Litteken
2022-03-14gn build: Add support for building with libcurl.Peter Collingbourne
2022-03-14[LV] Check for users of truncated IVs, add more detailed comment.Florian Hahn
2022-03-14[X86] Fix cosmetic issues in instruction mnemonicsAmir Ayupov
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-03-14[ELF] Set the priority of STB_GNU_UNIQUE the same as STB_WEAKFangrui Song
2022-03-14[Support] Add const to `FileError::getFileName`fir-devBen Barham
2022-03-14[VFS] Rename `RedirectingFileSystem::dump` to `print`Ben Barham
2022-03-14[CodeGen] Remove an unused variable introduced in D121128Kazu Hirata
2022-03-14[Support] Change zlib::compress to return voidFangrui Song
2022-03-14[lldb] Fix the Windows build after D121536Jonas Devlieghere
2022-03-14[flang] LBOUND() edge case: empty dimensionPeter Klausler
2022-03-14Write a pass to annotate constant operands on FIR ops. This worksEric Schweitz
2022-03-14Revert "[flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONS"Andrzej Warzynski
2022-03-14[RISCV] Add MIR tests exposing missed InstAliasesFraser Cormack
2022-03-14[libc++][NFC] Remove several redundant #if _LIBCPP_STD_VER > 17 in <span>Louis Dionne
2022-03-14[regalloc] Remove -consider-local-interval-costMircea Trofin
2022-03-14[flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONSPeter Klausler
2022-03-14[lldb] Use the debugger's asynchronous output stream for progress events.Jonas Devlieghere
2022-03-14[AArch64] Perform last active true vector combinezhongyunde
2022-03-14[clang][dataflow] Add support for nested composite bool expressionsStanislav Gatev
2022-03-14[WebAssembly] Remove unused method from WebAssemblyTargetStreamer. NFCSam Clegg
2022-03-14[WPD] Extend checking mode to support fallback to indirect callTeresa Johnson
2022-03-14[flang] Lower format statementValentin Clement
2022-03-14[llvm] Fix warning: missing submodule 'LLVM_Analysis.ScalarFuncs'Jonas Devlieghere
2022-03-14[lldb] Use the IOHandler's stream instead of the debugger's in PrintAsyncJonas Devlieghere
2022-03-14[OpaquePtr][AArch64] Use elementtype on ldxr/stxrArthur Eubanks