platform/upstream/llvm.git
2022-03-01 Björn Schäpers[clang-format] Fix BreakBeforeBinaryOperators with...
2022-03-01 Björn Schäpers[clang-format] Fix requires related crash
2022-03-01 Björn Schäpers[clang-format] Allow to set token types final
2022-03-01 David Tenty[libc++][AIX] Use C++ overloads from libc++'s math.h
2022-03-01 Cameron McInally[SVE] Update patterns to commute FMLS multiplication...
2022-03-01 Valentin Clement[flang] Lower basic IO statement
2022-03-01 Peter Klausler[flang] Check constraint C711 correctly
2022-03-01 River Riddle[mlir] Trim a huge number of unnecessary dependencies...
2022-03-01 River Riddle[mlir] Rename the Standard dialect to the Func dialect
2022-03-01 Brian Cain[libcxx] Make test case fmt specifiers more portable
2022-03-01 Craig Topper[RISCV] Add more test case for absolute value. NFC
2022-03-01 serge-sans... Cleanup includes: TransformsUtils
2022-03-01 serge-sans... Add missing include under EXPENSIVE_CHECK
2022-03-01 rdzhabarov[mlir] Fix unused var warning in the IR/MemRefOps.cpp
2022-03-01 Craig Topper[RISCV] Fix the indentation of 'ret' in rv*zb*-intrinsi...
2022-03-01 Arthur O'Dwyer[libc++] Add `explicit` to a bunch of internal detail...
2022-03-01 Fangrui SongFix -DLLVM_ENABLE_EXPENSIVE_CHECKS=on build after D120659
2022-03-01 Martin Storsjö[libcxx] [test] Fix the put_double, put_long_double...
2022-03-01 Martin Storsjö[libcxx] [test] Add a 'win32-' prefix to the 'broken...
2022-03-01 Mircea TrofinFix build breaks on ml-* bots introduced by include...
2022-03-01 Mark de Wever[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.
2022-03-01 Aart Bik[mlir][sparse] fix compile-time warning
2022-03-01 Arthur O'Dwyer[libc++] Remove extraneous space in module.modulemap...
2022-03-01 Arthur O'Dwyer[libc++] [test] Improve the tests for std::{begin,end...
2022-03-01 Nicolas Miller[NVPTX] Add ex2.approx.f16/f16x2 support
2022-03-01 Jakub Chlanda[NVPTX] Add more FMA intriniscs/builtins
2022-03-01 Jakub Chlanda[NVPTX] Expose float tys min, max, abs, neg as builtins
2022-03-01 Zequan Wu[llvm-pdbutil] Fix crashes when TypeIndex is simple...
2022-03-01 Bixia Zheng[mlir][sparse] Extend convertToMLIRSparseTensor to...
2022-03-01 Michał Górny[libcxx] Add an explicit option to build against system...
2022-03-01 Jorge Gorbe... [bazel] add missing dependency
2022-03-01 William S.... [SCF][MemRef] Enable SCF.Parallel Lowering to use Scope Op
2022-03-01 Craig Topper[RISCV] Lower VECTOR_SPLICE to RVV instructions.
2022-03-01 Craig Topper[Analysis] Simplify the interface to llvm::getICmpCode...
2022-03-01 Tong Zhang[SanitizerBounds] Add support for NoSanitizeBounds...
2022-03-01 Malhar Jajoo[Openmp]: Missing import statement in openmp interface...
2022-03-01 Louis Dionne[libc++] Re generate header tests
2022-03-01 Siva Chandra... [libc] Remove the remaining uses of stdatomic.h.
2022-03-01 Lei Zhang[mlir][spirv] Convert gpu.barrier to spv.ControlBarrier
2022-03-01 serge-sans... Cleanup includes: LLVMAnalysis
2022-03-01 Jay Foad[AMDGPU] Handle legacy multiply-accumulate opcodes...
2022-03-01 Jay Foad[AMDGPU] Disentangle MFMA handling in convertToThreeAdd...
2022-03-01 Martin Storsjö[LLD] [COFF] Use StringTableBuilder to optimize the...
2022-03-01 Jay Foad[AMDGPU] Fix test_fmaak_otherimm_src0_f64 test
2022-03-01 Erich Keane[NFC]Promote addInstantiatedParametersToScope to a...
2022-03-01 Kristóf Umann[NFC][analyzer] Allow CallDescriptions to be matched...
2022-03-01 Joe Nash[UpdateTestChecks][AMDGPU] Run test update script
2022-03-01 Tue Ly[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_L...
2022-03-01 Jun Zhang[Clang-tidy] Check the existence of ElaboratedType...
2022-03-01 Simon Pilgrim[X86] Add vector shift by scalar test with bitcasted...
2022-03-01 Craig Topper[DAGCombiner] Don't expand (neg (abs x)) if the abs...
2022-03-01 Craig Topper[RISCV] Add test cases miscompile of (rotl (grevi X...
2022-03-01 Nikita Popov[InstCombine] Support phi to cond fold with more than...
2022-03-01 Stefan Pintilie[PowerPC] Remove redundant MMA patterns.
2022-03-01 Nikita Popov[InstCombine] Add additional test for phi to condition...
2022-03-01 Adam Czachorowski[clang] Improve laziness of resolving module map headers.
2022-03-01 Jay Foad[AMDGPU] Preserve src2_modifiers in convertToThreeAddress
2022-03-01 Nikita Popov[InstCombine] Add more tests for phi to cond fold ...
2022-03-01 Sebastian Neubauer[UpdateTestChecks] Add requires asserts to tests
2022-03-01 Florian Hahn[LV] Add test with multiple use of a FOR chained together.
2022-03-01 Nikita Popov[InstCombine] Slightly relax one-use check in abs canon...
2022-03-01 Florian Hahn[AArch64] Pass Reg instead of MI to tryToFindRenameRegi...
2022-03-01 Nikita Popov[LoopVectorize] Regenerate test checks (NFC)
2022-03-01 Sanjay Patel[InstCombine] drop FMF in select->copysign transform
2022-03-01 Sanjay Patel[InstCombine] add test for copysign with FMF propagatio...
2022-03-01 Nikita Popov[InstCombine] Remove SPF min/max check from select...
2022-03-01 Louis Dionne[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and...
2022-03-01 Louis Dionne[libc++] Revert "Protect users from relying on detail...
2022-03-01 Alex Zinenko[mlir] disallow side-effecting ops in llvm.mlir.global
2022-03-01 gbtozers[Dexter] Optimize breakpoint deletion in Visual Studio
2022-03-01 Sockke[clang-tidy] Fix `readability-const-return-type` for...
2022-03-01 Jeremy Morse[DebugInfo][InstrRef][NFC] Use unique_ptr instead of...
2022-03-01 Nathan Sidwell[demangler] Add co_await demangling
2022-03-01 Florian Hahn[AArch64] Remove unused argument from tryToFindRegister...
2022-03-01 Nathan Sidwell[demangler][NFC] Tabularize operator name parsing
2022-03-01 Martin StorsjöRevert "[lit] Read command stdout/stderr as text on...
2022-03-01 Nathan Sidwell[demangler] Improve buffer hysteresis
2022-03-01 Nathan Sidwell[demangler] Simplify SwapAndRestore
2022-03-01 Egor Zhdan[Clang] Add `-funstable` flag to enable unstable and...
2022-03-01 Martin Storsjö[lit] Read command stdout/stderr as text on Windows
2022-03-01 Alexandros... [FuncSpec] Remove definitions of fully specialized...
2022-03-01 Alexandros... [FuncSpec][NFC] Improve debug messages.
2022-03-01 Alexey Lapshin[objcopy] Refactor CommonConfig to add posibility to...
2022-03-01 Alexandros... [FuncSpec][NFC] Variable renaming.
2022-03-01 Sander de Smalen[AArch64] NFC: Change description of Streaming SVE...
2022-03-01 Jay Foad[AMDGPU] Precommit tests for D120709
2022-03-01 Whisperity[NFC][clang-tidy][docs] Remove mention of backported...
2022-03-01 Nikita Popov[SCEV] Only verify BECounts for reachable loops (PR50523)
2022-03-01 Florian Hahn[AArch64] Add tests with unnecessary dependency with...
2022-03-01 Florian Hahn[AArch64] Use common CHECK prefix for test, reducing...
2022-03-01 Kristina Bessonova[NVPTX] Fix nvvm.match.sync*.i64 intrinsics return...
2022-03-01 Yatao Wang[UpdateLLCTestChecks] Add support for isel debug output...
2022-03-01 Martin Storsjö[LLD] [COFF] Use the new encodeSectionName() helper...
2022-03-01 David Spickett[llvm][AArch64] Restore lit cfg for TypePromotion tests
2022-03-01 Sam ParkerRevert "[TypePromotion] Avoid some unnecessary truncs"
2022-03-01 Hans Wennborg[NFC][hwasan] Check __GLIBCXX__ before checking _GLIBCX...
2022-03-01 Iain Sandoe[C++20][Modules][8/8] Amend module visibility rules...
2022-03-01 gysit[mlir][OpDSL] Rename function to make signedness explic...
2022-03-01 Lian Wang[RISCV] Add FMV_W_X and FMV_H_X instrutions to hasAllNB...
2022-03-01 Lorenzo Chelini[MLIR][Standalone] Don't look for Python if bindings...
next