platform/upstream/llvm.git
2021-04-26 David Green[ARM] Additional soft float BE test. NFC
2021-04-26 David Sherwood[NFC] Add scalable vectorisation tests for int/FP ...
2021-04-26 David Sherwood[AArch64] Add AArch64TTIImpl::getMaskedMemoryOpCost...
2021-04-26 Florian Hahn[VPlan] Make blocksOnly work properly with ranges over...
2021-04-26 Andrzej Warzynski[flang][driver] Fine-tune `-fdebug-dump-symbols`
2021-04-26 Jeremy Morse[Clang][Coroutine][DebugInfo] Relax test ordering requi...
2021-04-26 Krasimir Georgiev[clang-format] fix indent in alignChainedConditionals
2021-04-26 David Green[ARM] Ensure loop invariant active.lane.mask operands
2021-04-26 Hsiangkai Wang[RISCV] Add REQUIRES: riscv-registered-target for RISC...
2021-04-26 Djordje Todorovic[llvm-dwarfdump] Fix split-dwarf bug in stats for inlin...
2021-04-26 Jan Svoboda[clang][deps] NFC: Fix typo
2021-04-26 Jan Svoboda[clang][deps] Only generate absolute paths when asked to
2021-04-26 Sven van Haastregt[OpenCL] Add inc/dec/cmpxchg C++ legacy atomics with...
2021-04-26 Hsiangkai Wang[RISCV] Implement the vwcvt{u}.x.x.v/vncvt.x.x.w builtin.
2021-04-26 Hsiangkai Wang[RISCV] Implement the pseudo compare builtin.
2021-04-26 Hsiangkai Wang[RISCV] Implement the vfabs.v/vfneg.v builtin.
2021-04-26 Hsiangkai Wang[RISCV] Implement the vmmv.m/vmnot.m builtin.
2021-04-26 Craig Topper[RISCV] Cleanup setOperationAction calls for INTRINSIC_...
2021-04-26 Ben Shi[RISCV] Optimize addition with immediate
2021-04-26 Craig Topper[RISCV] Teach DAG combine what bits Zbp instructions...
2021-04-26 Levy Hsu[RISCV] [1/2] Add IR intrinsic for Zbe extension
2021-04-26 Jinsong Ji[DebugInfo][AIX] Set target debugger-tune default to dbx
2021-04-25 Lang Hames[ORC] Avoid invalidating iterators in EHFrameRegistrati...
2021-04-25 Nathan Ridge[clangd] Rename HeuristicResolver::resolveCallExpr...
2021-04-25 Nathan Ridge[clangd] Omit parameter hint for setter functions
2021-04-25 Nathan Ridge[clangd] Omit parameter hint if parameter name comment...
2021-04-25 Vitaly Buka[scudo][NFC] Fix cast warning
2021-04-25 Vitaly Buka[scudo] Mark ARM64 as supported platform
2021-04-25 Vitaly Buka[sanitizer] Use COMPILER_RT_EMULATOR with gtests
2021-04-25 Roman Lebedev[NFC][X86][AVX2] Add baseline CodeGen/CostModel tests...
2021-04-25 Nathan Ridge[clangd] Use HeuristicResolver to produce a better...
2021-04-25 Nathan Ridge[clangd] Produce semantic token for name referring...
2021-04-25 Martin Storsjö[googlemock] Fix warnings about superfluous semicolons...
2021-04-25 Nemanja IvanovicDisable deprecated-copy warnings on various LLVM code...
2021-04-25 Vitaly Buka[NFC] Fixed some D79714 warnings
2021-04-25 Min-Yih Hsu[ARM][disassembler] Fix incorrect number of MCOperands...
2021-04-25 Michał Górny[lldb] [Process/NetBSD] Report fork/vfork events to...
2021-04-25 Michał Górny[lldb] [Process/FreeBSD] Report fork/vfork events to...
2021-04-25 Florian Hahn[VPlan] Add VPBlockUtils::blocksOnly helper.
2021-04-25 LLVM GN Syncbot[gn build] Port 1cea7ab4ba13
2021-04-25 Tomasz Miąsko[demangler] Use standard semantics for StringView:...
2021-04-25 Simon PilgrimRevert rG2149aa73f640c96 "[X86] Add support for reusing...
2021-04-25 LLVM GN Syncbot[gn build] Port a354fd56c504
2021-04-25 Mark de Wever[libc++] Adds __utility/to_underlying.h.
2021-04-25 Stephen KellyAdd srcloc output to clang-query
2021-04-25 Stephen Kelly[AST] Add DeclarationNameInfo to node introspection
2021-04-25 Simon Pilgrim[X86] Add support for reusing ZF etc. from locked XADD...
2021-04-25 Simon Pilgrim[X86] Add PR20841 test cases showing failure to reuse...
2021-04-25 Simon Pilgrim[X86] Regenerate atomic-flags.ll test file
2021-04-25 Florian Hahn[NewGVN] Properly transfer PredDep in move constructor.
2021-04-25 Florian Hahn[NewGVN] Use ExprResult to add extra predicate users.
2021-04-25 Hsiangkai Wang[RISCV] Apply clang_builtin_alias to overloaded builtins.
2021-04-25 Simon Pilgrim[PhaseOrdering] Add PR32544 test coverage
2021-04-25 Xiang1 Zhang[X86] Refine AMX fast register allocation
2021-04-25 Xiang1 Zhang[X86] Support AMX fast register allocation
2021-04-25 Hsiangkai Wang[Clang] Fixup for D100611
2021-04-25 Lang Hames[ORC][C-bindings] Fix missing ')' in comments.
2021-04-25 Hsiangkai Wang[Clang] Add clang attribute `clang_builtin_alias`.
2021-04-24 Lang Hames[ORC-RT] Re-apply "Initial ORC Runtime directories...
2021-04-24 Jason MolendaSimplify the breakpoint setting in DynamicLoaderMacOS...
2021-04-24 Nikita Popov[SCEV] Fix applyLoopGuards() chaining for ne predicates
2021-04-24 Nikita Popov[SCEV] Add additional NE applyLoopGuards() test (NFC)
2021-04-24 Nikita Popov[PatternMatch] Improve m_Deferred() documentation ...
2021-04-24 RamNalamothu[NFC] Refactor how CFI section types are represented...
2021-04-24 Dávid Bolvanský[Analysis] Attribute alignment should not prevent tail...
2021-04-24 peter klausler[flang] Fix crash from -DMACRO= with empty replacement
2021-04-24 Florian Hahn[NewGVN] Use performSymbolicEvaluation instead of creat...
2021-04-24 Dávid Bolvanský[InstCombine] Fixed UB in foldCtpop
2021-04-24 David Green[AArch64] Enable UseAA globally in the AArch64 backend
2021-04-24 Dávid Bolvanský[Tests] Rename variable to fix broken buildbots
2021-04-24 David TolnayFix null ptr crash dumping TemplateTemplateParmDecl
2021-04-24 Dávid Bolvanský[InstCombine] ctpop(rot(X)) -> ctpop(X)
2021-04-24 Dávid Bolvanský[InstCombine] ctpop(X) + ctpop(Y) => ctpop(X | Y) if...
2021-04-24 Christopher... [libcxx][iterator] adds `std::input_or_output_iterator...
2021-04-24 Mark de Wever[libc++][doc] Adds a Format library status page.
2021-04-24 Nikita Popov[InstCombine] Add tests for comparison of integer parts...
2021-04-24 Nico Weber[lld/mac] Don't assert when using -exported_symbol...
2021-04-24 Shu Tian[libc++] Remove if-else to make branch predictor happy
2021-04-24 David Green[ARM] Format ARMISD node definitions. NFC
2021-04-24 Dávid Bolvanský[Clang] Added heading to doc for malloc attribute
2021-04-24 Dávid Bolvanský[Clang] Added doc for malloc attribute
2021-04-24 Nico Weber[lld/mac] simplify export-options.s test a bit
2021-04-24 Nico Weber[lld/mac] add test coverage for -sectcreate and -order_...
2021-04-24 dfukalov[GVN] Clobber partially aliased loads.
2021-04-24 Dávid Bolvanský[InstCombine] Added testcases from PR48999, NFC
2021-04-24 Michael Kruse[Polly][ManualOpt] Match interpretation of unroll metad...
2021-04-24 Michał Górny[lldb] [Process/Linux] Report fork/vfork stop reason
2021-04-24 Michał Górny[lldb] [llgs] Support owning and detaching extra processes
2021-04-24 Michał Górny[lldb] [gdb-remote server] Introduce new stop reasons...
2021-04-24 Michał Górny[lldb] [Process] Introduce protocol extension support API
2021-04-24 Fangrui Song[Polly] Fix stage 2 clang -Wdeprecated-copy after D79714
2021-04-24 Butygin[mlir] Canonicalize AllocOp's with only store and deall...
2021-04-24 natashaknk[mlir][tosa] Add tosa.gather lowering to linalg.indexed...
2021-04-24 Christopher... [libcxx][iterator] adds `std::weakly_incrementable...
2021-04-24 Fangrui Song[ELF] Simplify a condition in addGotEntry. NFC
2021-04-24 Lang HamesRevert "[ORC-RT] Initial ORC Runtime directories and...
2021-04-24 Lang Hames[ORC-RT] Initial ORC Runtime directories and build...
2021-04-24 Jon Chesterfield[libomptarget] Enable AMDGPU devicertl
2021-04-24 Christopher... [libcxx] disables ranges for clang-cl
2021-04-24 RamNalamothu[NFC] Delete the redundant member 'shouldEmitMoves...
next