platform/upstream/llvm.git
2022-07-06 Louis Dionne[libc++] Use ABI tags instead of internal linkage to...
2022-07-06 Nico Weber[gn build] (manually) port 484b1aa611ca
2022-07-06 Nico Weber[gn build] (manually) port e0b520865026
2022-07-06 Corentin Jabot[Clang] Add a warning on invalid UTF-8 in comments.
2022-07-06 Louis Dionne[clang] Correct the macOS version that supports aligned...
2022-07-06 Noah Shutty[llvm] [Debuginfod] Add HTTP Server to Debuginfod library.
2022-07-06 Mark de Wever[libc++] Improves pragma system_header test.
2022-07-06 Masoud Ataei[PowerPC] Fix the check for scalar MASS conversion
2022-07-06 Noah Shutty[llvm] [Debuginfod] Add cpp-httplib optional dependency.
2022-07-06 Aaron BallmanUpdate the status & add tests for some more C99 DRs
2022-07-06 Chris Bieneman[NFC] [DirectX] Prefix for intrinsics should be dx
2022-07-06 Maksim Panchenko[BOLT] Add runtime functions required by freestanding...
2022-07-06 LLVM GN Syncbot[gn build] Port f8cbe3cdf024
2022-07-06 Corentin JabotRevert "[Clang] Add a warning on invalid UTF-8 in comme...
2022-07-06 Peter Klausler[flang] Establish a single source of target information...
2022-07-06 Wolfgang Pieb[Metadata] Utilize the resizing capability of MDNodes...
2022-07-06 Petr Hosek[CMake][Fuchsia] Install static libuwind
2022-07-06 Jin Xin Ng[LTO][ELF] Add selective --save-temps= option
2022-07-06 Shilei Tian[Clang][OpenMP] Enable floating-point operation for...
2022-07-06 Simon Pilgrim[X86] LowerShift - lower some shuffles directly to...
2022-07-06 Nikolas Klauser[libc++] Implement ranges::remove{, _if}
2022-07-06 Philip Reames[RISCV] Autogen a vectorizer test for ease of update
2022-07-06 Sam McCall[clangd] Fix missing key function in PreambleThrottler
2022-07-06 Sander de Smalen[AArch64][SVE] Zero other lanes when doing OR reduction...
2022-07-06 Jonas Hahnfeld[JITLink][RISCV] Ignore R_RISCV_RELAX and check R_RISCV...
2022-07-06 Florian Hahn[LV] Remove unnecessary memory checks from recurrence...
2022-07-06 Philip Reames[RISCV] Add test coverage for vectorizer tailfolding
2022-07-06 Edd Barrett[stackmaps] Start legalizing live variable operands
2022-07-06 Corentin Jabot[Clang] Add a warning on invalid UTF-8 in comments.
2022-07-06 Sander de Smalen[AArch64] Add support for various operations on nxv1i1...
2022-07-06 Sander de Smalen[AArch64] NFC: Fix name mangling in sve-insert-vector.ll
2022-07-06 Nikita Popov[IndVars] Regenerate test checks (NFC)
2022-07-06 Groverkss[MLIR][Presburger] Support lexicographic max/min union...
2022-07-06 Nikola Tesic[Debugify] Port verify-debuginfo-preserve to NewPM
2022-07-06 Shilei Tian[LLVM] Add the support for fmax and fmin in atomicrmw...
2022-07-06 LLVM GN Syncbot[gn build] Port 08e4fe6c6196
2022-07-06 Nikita Popov[LICM] Check opt output in test (NFC)
2022-07-06 Paul Robinson[X86] Add RDPRU instruction
2022-07-06 Corentin Jabot[Clang][NFC] fix typo
2022-07-06 Dmitry Preobrazhensky[AMDGPU][GFX1030][DOC][NFC] Update assembler syntax...
2022-07-06 Alex Bradbury[WebAssembly][NFC] Consolidate TargetRegisterClass...
2022-07-06 Nikita Popov[SimplifyCFG] Don't split predecessors of callbr terminator
2022-07-06 Sam McCall[clangd] Fix tests after ed0e20d5e8c5d6c679d2c
2022-07-06 Alexey Bader[NFC] Add a TODO comment to apply nounwind attribute...
2022-07-06 Sam McCall[pseudo] Define recovery strategy as grammar extension.
2022-07-06 Sam McCall[clangd] Support external throttler for preamble builds
2022-07-06 Alex Bradbury[WebAssembly][NFC] Reuse the regClassToValType helper...
2022-07-06 Bruno De Fraine[tbaa] Handle base classes in struct tbaa
2022-07-06 Dominik Adamski[mlir][OpenMP] Add if clause to OpenMP simd construct
2022-07-06 David Spickett[lldb][AArch64] Use "+all" feature for the disassembler
2022-07-06 Nikolas Klauser[libc++] default-construct moved-from test-iterators
2022-07-06 Nikolas Klauser[libc++] Prefer __has_builtin for detecting compiler...
2022-07-06 Sunho Kim[ORC][ORC_RT][AArch64] Implement TLS descriptor in...
2022-07-06 Dimitrije Milosevic[MIPS] Resolve issues in building ASAN for N32 ABI
2022-07-06 Dimitrije Milosevic[MIPS] Fix the ASAN shadow offset hook for the N32 ABI
2022-07-06 Markus Böck[mlir] Define proper DenseMapInfo for Interfaces
2022-07-06 Jay Foad[AMDGPU] Move all -global-isel RUN lines into main...
2022-07-06 Weining Lu[LoongArch] Add codegen support for division operations
2022-07-06 Jay Foad[AMDGPU] Add a MIR test for D127781
2022-07-06 wanglei[LoongArch] Add LoongArch support to update_llc_test_checks
2022-07-06 Martin Storsjö[lldb] Stop passing both i386 and i686 in parallel...
2022-07-06 Nikita Popov[ValueTracking] Accept Instruction in isSafeToSpeculati...
2022-07-06 Lucas Prates[Docs] Add release note for ARM's new -mframe-chain...
2022-07-06 Chenbing Zheng[InstCombine] remove useless insertelement
2022-07-06 Thomas Symalla[NFC][AMDGPU] Cleanup the SIOptimizeExecMasking pass.
2022-07-06 Nikita Popov[SelectionDAGISel] Drop unused variable (NFC)
2022-07-06 Nikita Popov[LoopVectorizationLegality] Drop unused variable (NFC)
2022-07-06 David Spickett[llvm][AArch64] Fix "+all" feature for sysreg aliases
2022-07-06 Nikita Popov[IR] Remove Constant::canTrap() (NFC)
2022-07-06 Nikita Popov[ConstExpr] Remove div/rem constant expressions
2022-07-06 Nikita Popov[ConstFold] Salvage some div/rem folding test (NFC)
2022-07-06 wanglei[LoongArch] Implement prologue/epilogue insertion
2022-07-06 Nikita Popov[PowerPC] Simplify test for PR33636 (NFC)
2022-07-06 wanglei[LoongArch] Support lowering FrameIndex
2022-07-06 Adrian Kuegel[mlir][Bazel] Fix Bazel build after a2158374ba1a6f81f4c...
2022-07-06 Fangrui Song[ELF] Optimize getInputSections. NFC
2022-07-06 Carl Ritson[AMDGPU] Additional liveness tests for si-optimize...
2022-07-06 Elvina Yakubova[BOLT] Change mutex implementation
2022-07-06 Alex Bradbury[WebAssembly][NFC] Refactor table handling in WebAssemb...
2022-07-06 Alex BradburyRevert "[WebAssembly][NFC] Refactor table handling...
2022-07-06 Alex Bradbury[WebAssembly][NFC] Refactor table handling in WebAssemb...
2022-07-06 jacquesguan[mlir][Vector] Fold InsertOp(SplatOp(X), SplatOp(X...
2022-07-06 Alexandre Ganea[Clang][unittests] Silence trucation warning with MSVC...
2022-07-06 Alexandre Ganea[Clang] Silence warning when building with MSVC 2022
2022-07-06 Alexandre Ganea[mlir] Silence warnings when building with Clang ToT
2022-07-06 Félix CloutierAllow non-variadic functions to be attributed with...
2022-07-05 Julian Lettner[Sanitizer][Darwin] Fix log-path_test.cpp
2022-07-05 Med Ismail... [lldb/Core] Fix finite progress event reporting
2022-07-05 Craig Topper[RISCV] Add more SHXADD patterns where the input is...
2022-07-05 River Riddle[mlir:Parser] Don't use strings for the "ugly" form...
2022-07-05 Vadim Paretsky[OpenMP] add 4 custom APIs supporting MSVC OMP codegen
2022-07-05 Amara Emerson[AArch64][GlobalISel] Add support for sret demotion.
2022-07-05 Lang HamesFix running orc-rt tests with LLVM_BUILD_EXTERNAL_COMPI...
2022-07-05 Anton Afanasyev[RISCV][Driver] Add libm linking to `RISCVToolchain...
2022-07-05 Muhammad Omair... [LLDB] Remove TestLoadUnload.py Arm/Linux Xfail decorator
2022-07-05 Chris Bieneman[NFC][HLSL] Add tests for vector alias. Remove dead...
2022-07-05 Muhammad Omair... [LLDB] Remove TestLoadUnload.py Arm/Linux Xfail decorator
2022-07-05 Dmitri Gribenko[clang-tools-extra] Fix a link in ReleaseNotes.rst
2022-07-05 LLVM GN Syncbot[gn build] Port 05130a6ba7d9
2022-07-05 Dmitri Gribenkonew clang-tidy checker for assignments within condition...
next