platform/upstream/llvm.git
2022-06-22 Guillaume Chatelet[NFC] Remove dead code
2022-06-22 Martin Storsjö[lldb] Remove an outdated comment. NFC.
2022-06-22 Aaron BallmanDon't treat invalid parameters as being unused
2022-06-22 Igor Kudrin[NVPTX] Keep metadata attached to module-scope variables
2022-06-22 Simon Pilgrim[DAG] SelectionDAG::GetDemandedBits - don't recurse...
2022-06-22 Nikita Popov[X86] Migrate tests to use opaque pointers (NFC)
2022-06-22 Guillaume ChateletRe-land [libc] Apply no-builtin everywhere, remove...
2022-06-22 Nikita Popov[Tests] Remove unnecessary bitcasts from opaque pointer...
2022-06-22 Nikita Popov[AlignmentFromAssumptions] Migrate tests to opaque...
2022-06-22 Guillaume Chatelet[libc][mem*] Introduce Sized/Backends for new mem framework
2022-06-22 Nikita Popov[AddDiscriminators] Migrate tests to opaque pointers...
2022-06-22 Nikita Popov[AggressiveInstCombine] Update tests to use opaque...
2022-06-22 Nikita Popov[ADCE] Update tests to use opaque pointers (NFC)
2022-06-22 esmeyi[XCOFF] write the real source file name in C_FILE symbol.
2022-06-22 David Green[ARM] Fix MVE gather/scatter merged gep offsets
2022-06-22 Nikita Popov[X86] Don't run O2 pipeline in codegen test (NFC)
2022-06-22 David Sherwood[AArch64][SME] Add some SME PSTATE setting/query intrinsics
2022-06-22 Hui Xie[libc++] fix views::all hard error on lvalue move only...
2022-06-22 Nikita Popov[SCCP] Don't mark edges feasible when resolving undefs
2022-06-22 Nicolas Vasilache[mlir][Transform] NFC - Pass TransformState as an argum...
2022-06-22 Serge PavlovFix interaction of pragma FENV_ACCESS with other pragmas
2022-06-22 Nikolas Klauser[libc++] Complete the implementation of N4190
2022-06-22 Nikolas Klauser[libc++] Remove std::function in C++03
2022-06-22 Valentin Clement[flang] Cleanup code and add test from fir-dev
2022-06-22 Florian Hahn[ConstraintElimination] Update addFact to take Predicat...
2022-06-22 Martin Storsjö[CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested...
2022-06-22 Pavel Samolysov[DeadArgElim] Reformat the pass in accordance with...
2022-06-22 LLVM GN Syncbot[gn build] Port 77ad77c0710f
2022-06-22 Siva Chandra... [libc] Fix bug in UInt comparison operators.
2022-06-22 Mark de Wever[libc++][format] Improve string formatters
2022-06-22 Tom StellardHowToReleaseLLVM: Add description of the bug triage...
2022-06-22 Ruiling SongAMDGPU: Skip unexpected CFG in SIOptimizeVGPRLiveRange
2022-06-22 chenglin.bi[NewGVN] add context instruction for SimplifyQuery
2022-06-22 Serguei Katkov[LoopVectorize] Uninitialized phi node leads to a crash...
2022-06-22 Michał Górny[lldb] [test] Mark TestNonStop as LLGS-specific
2022-06-22 Joseph Huber[Libomptarget] Remove duplicate data environment exit
2022-06-22 Johannes Doerfert[Attributor][FIX] Avoid empty bin in AAPointerInfo
2022-06-22 Johannes Doerfert[Attributor] Ensure to use the proper liveness AA
2022-06-22 Fangrui Song[lld-macho] Work around odr-use of const non-inline...
2022-06-22 Jonas Devlieghere[lldb] Add a setting to specify the preferred dynamic...
2022-06-22 Jonas Devlieghere[lldb] Instantiate lazily named classes on macOS Ventura.
2022-06-22 Vasileios PorpodasRecommit "[SLP][X86] Improve reordering to consider...
2022-06-22 lewuathe[mlir][math] Support vector type by erf and round libm...
2022-06-22 Nico Weber[lld/mac] Parallelize code signature computation
2022-06-22 Vasileios PorpodasRevert "[SLP][X86] Improve reordering to consider alter...
2022-06-21 Vasileios Porpodas[SLP][X86] Improve reordering to consider alternate...
2022-06-21 Paul Walker[SVE] Add isel patterns that match "FpImm - A" to the...
2022-06-21 Paul Walker[NFC][SVE] Simplify SUBR_ZI isel patterns.
2022-06-21 Paul Walker[SVE] Lower "unpredicated" sabd/uabd intrinsics to...
2022-06-21 Daniel BertalanReland "[lld-macho] Show source information for undefin...
2022-06-21 Aart Bik[mlir][sparse] refine bufferization allocation lowering
2022-06-21 LLVM GN Syncbot[gn build] Port 79fbee3cc562
2022-06-21 Anubhab GhoshRe-apply "[JITLink][Orc] Add MemoryMapper interface...
2022-06-21 Philip Reames[RISCV] Add cost model test coverage for loads and...
2022-06-21 Vasileios Porpodas[SLP][NFC] Precommit test for a followup patch that...
2022-06-21 Florian Hahn[ConstraintElimination] Add tests for transferring...
2022-06-21 Martin Boehme[Clang] Fix compile time regression caused by D126061.
2022-06-21 Simon Pilgrim[DAG] visitTRUNCATE - move TRUNCATE(ADDE/ADDCARRY)...
2022-06-21 Craig Topper[RISCV] Move the passthru operand for RISCVISD::VRGATHE...
2022-06-21 Philip ReamesLoopVect, tests] Add some basic coverage for scalable...
2022-06-21 Philip Reames[LoopVect, tests] Add some basic coverage for scalable...
2022-06-21 Arthur Eubanks[polly] #include <algorithm>
2022-06-21 Simon Pilgrim[DAG] Remove SelectionDAG::GetDemandedBits DemandedElts...
2022-06-21 Xing Xue[libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported...
2022-06-21 Fangrui SongRevert "Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_R...
2022-06-21 Jason MolendaRoll back Michał's changes to debugserver, not meant...
2022-06-21 Florian Hahn[LV] Add new block to place recurrence splice, if needed.
2022-06-21 Daniel Bertalan[ADT] [lld-macho] Check for end iterator deref in filte...
2022-06-21 Nico Weber[lld/mac] Replace while loop with for loop
2022-06-21 Matt ArsenaultAMDGPU: Regenerate test checks
2022-06-21 Matt ArsenaultAMDGPU: Don't use branches to entry block in test
2022-06-21 Joe Nash[AMDGPU] gfx11 Remove SDWA from shuffle_vector ISel
2022-06-21 Craig Topper[RISCV] Remove true_mask patterns for VRGATHERE16..
2022-06-21 Craig Topper[RISCV] Remove true_mask patterns for VRGATHER.
2022-06-21 Nico Weber[lld/mac] On Apple systems, call CC_SHA256 from libSystem
2022-06-21 Heejin Ahn[DSE] Don't remove nounwind invokes
2022-06-21 Haojian WuFix an unused-variable warning in release build, NFC.
2022-06-21 Valentin Clement[flang] Add more diagnostics to fir.coordinate_of
2022-06-21 Nikolas Klauser[libc++] Pass -fno-modules to clang-tidy instead of...
2022-06-21 Nikolas Klauser[libc++][clang-tidy] Enable bugprone-use-after-move...
2022-06-21 Michał Górny[lldb] [llgs] Attempt to fix LLGS tests on Windows
2022-06-21 Nico Weber[lld/mac] Extract a sha256() function
2022-06-21 Martin Sebor[InstCombine] handle subobjects of constant aggregates
2022-06-21 Michał Górny[lldb] [llgs] Add a test for detach-all packet
2022-06-21 Michał Górny[lldb] [llgs] Refactor fork/vfork tests, verify state
2022-06-21 Michał Górny[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone...
2022-06-21 Michał Górny[lldb] [MainLoop] Support "pending callbacks", to be...
2022-06-21 Chris Bieneman[HLSL] Support HLSL vector initializers
2022-06-21 Mahesh Ravishankar[mlir][TilingInterface] Enable tile and fuse using...
2022-06-21 Alexey Bataev[SLP][NFC]Fix a warning in a comparison, NFC.
2022-06-21 Michał Górny[lldb] [llgs] Implement non-stop style stop notificatio...
2022-06-21 Mark de Wever[libc++][CI] Updates GCC to version 12.
2022-06-21 Mahesh RavishankarRevert "[mlir][TilingInterface] Enable tile and fuse...
2022-06-21 Argyrios Kyrtzidis[Support/BLAKE3] CMake: Check for `IS_X64` or `CMAKE_OS...
2022-06-21 John Regehrin the absense of the -max-pass-iterations command...
2022-06-21 Mahesh Ravishankar[mlir][TilingInterface] Enable tile and fuse using...
2022-06-21 serge-sans... [Scalarizer] No need to gather a scattered extracted...
2022-06-21 Matheus Izvekov[NFC] clang: Implement tests for PR56099
2022-06-21 Arthur EubanksReland [GlobalOpt] Preserve CFG analyses
2022-06-21 Krzysztof Drewniak[gdb-scripts] Add to_string methods to printer implemen...
next