platform/upstream/llvm.git
2021-05-27 Roman Lebedev[NFC][X86][Codegen] Re-autogenerate a few tests to...
2021-05-27 Aart Bik[mlir][capi] fix build issue with "all passes" registration
2021-05-27 Ryan Prichard[sanitizer] Android ELF TLS is supported from Q (API 29)
2021-05-27 River Riddle[mlir-lsp-server] Add support for processing split...
2021-05-27 Andrea Di Biagio[MCA] Refactor the InOrderIssueStage stage. NFCI
2021-05-27 Quinn Pham[PowerPC] Added multiple PowerPC builtins
2021-05-27 Reid Kleckner[PDB] Enable parallel ghash type merging by default
2021-05-27 Craig Topper[RISCV] Fix typo, use addImm instead of addReg.
2021-05-27 River Riddle[mlir] Add support for querying the ModRef behavior...
2021-05-27 Martin Storsjö[libcxx] [test] Convert an XFAIL LIBCXX-WINDOWS-FIXME...
2021-05-27 Martin Storsjö[clang] [MinGW] Don't mark emutls variables as DSO...
2021-05-27 Louis Dionne[libc++] NFC: Make it easier for vendors to extend...
2021-05-27 Erich KeaneReplace 'magic static' with a member variable for SCYL...
2021-05-27 Sanjay Patel[x86] add tests for extend of vector compare; NFC
2021-05-27 Roman Lebedev[NFC][X86][Codegen] vector-interleaved-store-i16-stride...
2021-05-27 Adrian PrantlSupport stripping indirectly referenced DILocations...
2021-05-27 Georgeta Igna[analyzer] RetainCountChecker: Disable reference counti...
2021-05-27 Eugene Zhulenev[mlir:Async] Convert assertions to async errors only...
2021-05-27 Walter Erquinigo[lldb][intel-pt] Remove old plugin
2021-05-27 Craig Topper[RISCV] Add a test showing missed opportunity to avoid...
2021-05-27 Louis Dionne[libc++] NFC: Refactor raw_storage_iterator test to...
2021-05-27 Vitaly Buka[NFC][scudo] Check zeros on smaller allocations
2021-05-27 Jacques Pienaar[mlir] Update cmake variable post D102976
2021-05-27 Eugene Zhulenev[mlir] AsyncRefCounting: check that LivenessBlockInfo...
2021-05-27 Saleem AbdulrasoolMC: mark `dump` with `LLVM_DUMP_METHOD`
2021-05-27 Vitaly Buka[NFC][scudo] Rename internal function
2021-05-27 Louis DionneRevert "[libc++] NFC: Parenthesize expression to satisf...
2021-05-27 Roman Lebedev[NFC][X86][Codegen] Re-autogenerate check lines in...
2021-05-27 Simon Pilgrim[CostModel][X86] Improve accuracy of sext/zext to 256...
2021-05-27 Craig Topper[RISCV] Teach vsetvli insertion to use vsetvl x0, x0...
2021-05-27 thomasraoux[mlir][NFC] Don't outline kernel in MMA integration...
2021-05-27 Eugene Zhulenev[mlir] Async: Add error propagation support to async...
2021-05-27 Craig Topper[X86] Fold (shift undef, X)->0 for vector shifts by...
2021-05-27 Craig Topper[X86] Pre-commit tests for D103192. NFC
2021-05-27 Eugene Zhulenev[mlir] Add error state and error propagation to async...
2021-05-27 Marco Elver[Clang] Enable __has_feature(coverage_sanitizer)
2021-05-27 Eugene Zhulenev[mlir] Async reference counting for block successors...
2021-05-27 maekawatoshiki[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopN...
2021-05-27 Qiu Chaofan[SPE] Disable strict-fp for SPE by default
2021-05-27 thomasraoux[mlir][gpu] Relax restriction on MMA store op to allow...
2021-05-27 Yaxun (Sam... [HIP] Check compatibility of -fgpu-sanitize with offloa...
2021-05-27 Fraser Cormack[RISCV] Add a test case showing incorrect call-conv...
2021-05-27 Matt ArsenaultGlobalISel: Do not change register types in lowerLoad
2021-05-27 jasonliu[AIX] Add -lc++abi and -lunwind for linking
2021-05-27 Aaron PuchertThread safety analysis: Allow exlusive/shared joins...
2021-05-27 Aaron PuchertThread safety analysis: Factor out function for merging...
2021-05-27 Nico WeberRevert "Emit correct location lists with basic block...
2021-05-27 Louis Dionne[libc++] NFC: Parenthesize expression to satisfy GCC 11
2021-05-27 Louis Dionne[libc++] Deprecate std::iterator and remove it as a...
2021-05-27 Matt ArsenaultAMDGPU/GlobalISel: Use IncomingValueAssigner for implic...
2021-05-27 Matt ArsenaultAMDGPU/GlobalISel: Fix broken test run line
2021-05-27 Simon Pilgrim[CostModel][X86] AVX512 truncation ops are slower than...
2021-05-27 Simon Pilgrim[X86][SSE] Regenerate some tests to expose the rip...
2021-05-27 Sven van Haastregt[OpenCL][NFC] Fix typos in test
2021-05-27 Isaac Perry[Flang][Openmp] Fortran specific semantic checks for...
2021-05-27 Matt ArsenaultVirtRegMap: Preserve LiveDebugVariables
2021-05-27 Aaron BallmanDisable misc-no-recursion checking in Clang
2021-05-27 Fraser Cormack[VP][SelectionDAG] Add a target-configurable EVL operan...
2021-05-27 Mats Petersson[OpenMP]Add support for workshare loop modifier in...
2021-05-27 Aaron BallmanHopefully fix the Clang sphinx doc build.
2021-05-27 Erich KeaneCorrect the 'KEYALL' mask.
2021-05-27 Jamie SchmeiserReuse temporary files for print-changed=diff
2021-05-27 Erich KeaneReimplement __builtin_unique_stable_name-
2021-05-27 Aaron BallmanSpeculatively fix this harder and with improved spellin...
2021-05-27 Aaron BallmanSpeculatively fix a -Woverloaded-virtual diagnostic...
2021-05-27 Matt ArsenaultAMDGPU/GlobalISel: Lower constant-32-bit zextload/sextl...
2021-05-27 Matt ArsenaultAMDGPU/GlobalISel: Remove redundant parameter from...
2021-05-27 Aaron BallmanFix -Wswitch warning; NFC
2021-05-27 Fraser Cormack[DAGCombine][RISCV] Don't try to trunc-store combined...
2021-05-27 Fraser Cormack[RISCV] Allow passing fixed-length vectors via the...
2021-05-27 Florian Hahn[VPlan] Do not sink uniform recipes in sinkScalarOperands.
2021-05-27 Aaron BallmanAdd support for #elifdef and #elifndef
2021-05-27 Nicolas Vasilache[mlir][Linalg] Add comprehensive bufferization support...
2021-05-27 Simon GieseckeAdd --quiet option to llvm-gsymutil to suppress output...
2021-05-27 Mats PeterssonRevert "[OpenMP]Add support for workshare loop modifier...
2021-05-27 Pushpinder... [AMDGPU][Libomptarget][NFC] Remove atmi_mem_place_t
2021-05-27 Mats Petersson[OpenMP]Add support for workshare loop modifier in...
2021-05-27 David Green[ARM] Extra test for reverted WLS memset. NFC
2021-05-27 Max Sagebaum[clang-format] [NFC] realign documentation in Format...
2021-05-27 Benjamin KramerAdd triples to a bunch of x86-specific tests that curre...
2021-05-27 James Henderson[lit][test] Improve testing of use_llvm_tool
2021-05-27 Florian Hahn[Matrix] Include matrix pipeline for new PM in new...
2021-05-27 Fraser Cormack[SelectionDAG][RISCV] Don't unroll 0/1-type bool VSELECTs
2021-05-27 Sebastian Neubauer[AMDGPU][GlobalISel] Allow amdgpu_gfx calling conv
2021-05-27 Matthias Springer[mlir] Support dialect-wide canonicalization pattern...
2021-05-27 Max Kazantsev[NFCI][LoopDeletion] Do not call complex analysis for...
2021-05-27 Max Kazantsev[NFC] Reuse existing variables instead of re-requesting...
2021-05-27 Amara Emerson[GlobalISel] Implement splitting of G_SHUFFLE_VECTOR.
2021-05-27 Alexander Belyaev[mlir] Add TestLinalgDistribution.cpp to cmake build.
2021-05-27 Fangrui Song[docs] llvm-objdump: Mention -M no-aliases is supported...
2021-05-27 Alexander Belyaev[mlir] Add a pass to distribute linalg::TiledLoopOp.
2021-05-27 Max Kazantsev[NFCI] Lazily evaluate SCEVs of PHIs
2021-05-27 Max Kazantsev[NFC] Formatting fix
2021-05-27 Max Kazantsev[NFCI][LoopDeletion] Only query SCEV about loop success...
2021-05-27 Esme-Yi[llvm-objdump] Print the DEBUG type under `--section...
2021-05-27 LLVM GN Syncbot[gn build] Port 857fa7b7b187
2021-05-27 LLVM GN Syncbot[gn build] Port 0dc7fd1bc167
2021-05-27 Christopher... [libcxx][iterator] adds `std::ranges::prev`
2021-05-27 Christopher... [libcxx][iterator] adds `std::ranges::next`
2021-05-27 Hasyimi BahrudinFix non-global-value-max-name-size not considered by...
next