platform/upstream/llvm.git
2022-06-28 Nikita Popov[IRBuilder] Migrate vector operations to fold infrastru...
2022-06-28 Mehdi AminiRevert "Introduce a new Dense Array attribute"
2022-06-28 Yi Kong[lldb] Fix build on older Linux kernel versions
2022-06-28 Pavel Samolysov[ArgPromotion] Unify byval promotion with non-byval
2022-06-28 Mehdi AminiIntroduce a new Dense Array attribute
2022-06-28 Ting Wang[PowerPC] Improve getNormalLoadInput to reach more...
2022-06-28 Alex Bradbury[RISCV] Implement support for the Zicbop extension
2022-06-28 Alex Bradbury[RISCV] Implement support for the Zicbom and Zicboz...
2022-06-28 Nikita Popov[ValueList] Include Error.h (NFC)
2022-06-28 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-06-28 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-06-28 Tim NorthoverSelectionDAG: allow FP extensions when folding extract...
2022-06-28 Ting Wang[PowerPC] Add base test case for load splat opportunity
2022-06-28 Matthias Springer[mlir][SCF][bufferize][NFC] Implement resolveConflicts...
2022-06-28 Guillaume Chatelet[libc] Disable use of inlined builtins for tests
2022-06-28 LLVM GN Syncbot[gn build] Port 03975b7f0e5a
2022-06-28 Guillaume Chatelet[libc] Fix missing static_cast
2022-06-28 Mikhail GoncharovFixed unused variable warning.
2022-06-28 lewuathe[mlir][complex] Canonicalization for consecutive comple...
2022-06-28 Guillaume Chatelet[libc] Use ASSERT_ instead of EXPECT_ in memcmp tests
2022-06-28 Florian Hahn[VPlan] Move recipe implementations to separate file...
2022-06-28 Sander de Smalen[AArch64][SME] Sink tile offset operands into the loop...
2022-06-28 David Sherwood[AArch64][SME] Add SVE2 psel, uclamp, sclamp and revd...
2022-06-28 Guillaume Chatelet[libc][mem*] Introduce Algorithms for new mem framework
2022-06-28 Nikita Popov[Bitcode] Support expanding constant expressions into...
2022-06-28 Sander de Smalen[AArch64] Update SME load/store intrinsics to work...
2022-06-28 David Sherwood[AArch64][SME] Add SME outer product intrinsics
2022-06-28 Nikita Popov[IR] Remove support for extractvalue constant expression
2022-06-28 Sander de Smalen[AArch64][SME] NFC: Extend tile_slice ComplexPattern...
2022-06-28 Lian Wang[RISCV] Support VECTOR_REVERSE mask operation.
2022-06-28 Guillaume Chatelet[Alignment] Replace commonAlignment with std::min
2022-06-28 Tobias Hieta[clang-cl] Add -emit-ast to clang-cl driver
2022-06-28 Martin Boehme[Clang] Fix: Restore warning inadvertently removed...
2022-06-28 Phoebe WangReland "[X86] Support `_Float16` on SSE2 and up"
2022-06-28 wlei[CSSPGO][llvm-profgen] Reimplement SampleContextTracker...
2022-06-28 wlei[CSSPGO][llvm-profgen] Reimplement computeSummaryAndThr...
2022-06-28 wlei[CSSPGO][llvm-profgen] Reimplement CS profile generator...
2022-06-28 Petr HosekRevert "[CoverageMapping] Remove dots from paths inside...
2022-06-28 Petr Hosek[CoverageMapping] Remove dots from paths inside the...
2022-06-28 Mahesh Ravishankar[mlir][Vector] Fix reordering of floating point adds...
2022-06-28 Congzhe Cao[LoopInterchange] New cost model for loop interchange
2022-06-28 Michał Górny[lldb] [test] Mark test_vCont_supports_t llgs-only
2022-06-28 LiaoChunyu[RISCV] Optimize 2x SELECT for floating-point types
2022-06-28 Shao-Ce SUN[RISCV] Fix the problem of parsing long version numbers
2022-06-28 Craig Topper[RISCV] Zero extend immediate for vget/vset builtins...
2022-06-28 Fangrui Song[LiveInterval] Simplify with partition_point. NFC
2022-06-28 Louis Dionne[libc++] Re-add transitive includes that had been remov...
2022-06-28 Craig Topper[RISCV] Fix misleading formatting and remove a dead...
2022-06-28 David BlaikieAdd missing (void) for function declarations in C
2022-06-27 Matt Arsenaultllvm-reduce: Handle reducing FP values to nan
2022-06-27 Brad Smith[docs] Remove outdated status update for FreeBSD
2022-06-27 Fangrui Song[test] Add -fsanitize=array-bounds test for pseudo...
2022-06-27 Jonas Devlieghere[lldb] Use assertState in TestIgnoredExceptions
2022-06-27 Wolfgang PiebReland [Metadata] Add a resize capability to MDNodes...
2022-06-27 Yuanfang Chen[lit][test] relaxed GTEST_TOTAL_SHARDS checking for...
2022-06-27 Mitch PhillipsMark ASan global-location-nodebug test as unspported...
2022-06-27 Mogball[mlir][ods] Add convertFromStorage field to parameters
2022-06-27 Mitch PhillipsFix-forward ASan on Windows.
2022-06-27 Sam Clegg[lld][WebAssembly] Don't apply data relocations at...
2022-06-27 Joel E. Denny[Clang][OpenMP] Don't overload "extension" in status doc
2022-06-27 Michael Jones[libc] add printf oct conversion
2022-06-27 Sam McCall[pseudo] Check follow-sets instead of tying reduce...
2022-06-27 Jim InghamHave CommandObjectParsed check for "commands that take...
2022-06-27 Vitaly Buka[asan] Add missing dependency on Demangle
2022-06-27 Mitch PhillipsDelete 'llvm.asan.globals' for global metadata.
2022-06-27 Vitaly Buka[docs] Restore missing blank line
2022-06-27 Julian Lettner[Sanitizer][Darwin] Mark test UNSUPPORTED instead of...
2022-06-27 Vitaly BukaRevert "[clang] Introduce -fstrict-flex-arrays=<n>...
2022-06-27 Julian Lettner[Sanitizer][Darwin] atos does not show line numbers...
2022-06-27 Craig Topper[RISCV] Remove repeated calls to getSExtValue. NFC
2022-06-27 Craig Topper[RISCV] Add tests for (load (add X, [2048,4094])). NFC
2022-06-27 Philip Reames[LV] Allow scalable vectorization with vscale = 1
2022-06-27 Roy SundahlAdd wait for child processe(s) to exit. (amended+clang...
2022-06-27 Xing Xue[libc++][lit][AIX] Port tests for getting time to AIX
2022-06-27 Xing Xue[libc++][lit][AIX] Port tests for money format to AIX
2022-06-27 Philip Reames[RISCV] Remove a use of getMinVLen in favor of getRealM...
2022-06-27 Philip Reames[RISCV] Cost model for scalable reductions
2022-06-27 Vitaly BukaRevert "[X86] Support `_Float16` on SSE2 and up"
2022-06-27 Matthias Springer[mlir][bufferize] Improve to_tensor/to_memref folding
2022-06-27 Vitaly Buka[test] Add workaround for flaky error we see on Windows...
2022-06-27 Alex Langford[NFC][lldb] Correct Module::FindFunctions documentation
2022-06-27 Yuanfang ChenFix sphinx docs build
2022-06-27 Yuanfang Chen[Coroutine] Remove the '!func_sanitize' metadata for...
2022-06-27 Yuanfang Chen[ubsan] Using metadata instead of prologue data for...
2022-06-27 Wei Yi Tee[clang][dataflow] Add `buildAndSubstituteFlowCondition...
2022-06-27 Wei Yi Tee[clang][dataflow] Do not allow substitution of true...
2022-06-27 Aart Bik[mlir][sparse] remove redundant whitespace
2022-06-27 Groverkss[MLIR][Parser] Fix AffineParser colliding bare identifi...
2022-06-27 Peiming Liu[mlir][sparse]more integration test cases for sparse_te...
2022-06-27 Daniel Thornburgh[Symbolize] Fix MarkupFilter tests for Windows.
2022-06-27 Daniel Thornburgh[Symbolize] Fix llvm-symbolizer --filter-markup test...
2022-06-27 Amir Ayupov[BOLT] Restrict icp-inline to callsites
2022-06-27 Peiming Liu[mlir][sparse]Add more integration tests for sparse_ten...
2022-06-27 LLVM GN Syncbot[gn build] Port eb5af0acf054
2022-06-27 Daniel Thornburgh[Symbolize] Add log markup --filter to llvm-symbolizer.
2022-06-27 Chris Bieneman[Docs] Update clang & llvm release notes for HLSL
2022-06-27 Joseph Huber[OpenMP] Only strip runtime attributes if needed
2022-06-27 Kirill Okhotnikov[libc][docs] Added fmod performance results.
2022-06-27 Amir Ayupov[BOLT][NFC] Add aliases for ICP flags
2022-06-27 Amir Ayupov[BOLT][NFC] Use llvm::less_first
next