platform/upstream/llvm.git
2021-03-01 Nathan James[clang-tidy] Added command line option `fix-notes`
2021-03-01 Matt ArsenaultGlobalISel: Remove dead code
2021-03-01 Jessica Paquette[AArch64][GlobalISel] NFC: Remove dead G_BUILD_VECTOR...
2021-03-01 Artem Belevich[CUDA] Remove `noreturn` attribute from __assertfail().
2021-03-01 David Green[ARM] Rename pass to MVETPAndVPTOptimisationsPass
2021-03-01 Amara Emerson[AArch64] Fix emitting an AdrpAddLdr LOH when there...
2021-03-01 Nathan James[clang-tidy] Added option to uniqueptr delete release...
2021-03-01 Stella Stamenova[mlir][lldb] Fix several gcc warnings in mlir and lldb
2021-03-01 David Green[ARM] Update and add extra WLS testing. NFC
2021-03-01 Yaxun (Sam... Fix build failure due to dump()
2021-03-01 Fangrui Song[InstrProfiling] Place __llvm_prf_vnodes and __llvm_prf...
2021-03-01 Med Ismail... [lldb/Plugins] Fix SWIGPythonBridge build issue
2021-03-01 Anirudh Prasad[SystemZ] Introduce distinction between the jg/jl famil...
2021-03-01 Yaxun (Sam... [HIP] Emit kernel symbol
2021-03-01 Sanjay Patel[SDAG] add helper for select->logic folds; NFC
2021-03-01 Richard SmithRevert "[c++20] Mark class type NTTPs as done and start...
2021-03-01 Nico Weber[lld/mac] Implement the missing bits of -undefined
2021-03-01 Krystian Kuzniarek[clang-format][PR47290] Add ShortNamespaceLines format...
2021-03-01 Björn Schäpers[clang-format] Respect spaces in line comment section...
2021-03-01 Nico Weber[lld/mac] Add support for -flat_namespace
2021-03-01 Nico Weber[lld/mac] Use libSystem.dylib instead of libSystem...
2021-03-01 Nico Weber[lld/mac on non-mac] fix test/MachO/search-paths.test...
2021-03-01 peter klausler[flang] Runtime: SCAN and VERIFY
2021-03-01 Med Ismail... [lldb/Plugins] Add ScriptedProcess Process Plugin
2021-03-01 Med Ismail... [lldb/bindings] Add Python ScriptedProcess base class...
2021-03-01 Med Ismail... [lldb/Interpreter] Add ScriptInterpreter Wrapper for...
2021-03-01 Med Ismail... [lldb/Commands] Add command options for ScriptedProcess...
2021-03-01 Med Ismail... [lldb/Commands] Fix short option collision for `process...
2021-03-01 Nico Weber[lld/mac] Make -v print version and search paths in...
2021-03-01 Nico Weber[lld/mac] Prefix errors with "ld64.lld" instead of...
2021-03-01 Sanjay Patel[AArch64] add tests for select-of-bools; NFC
2021-03-01 Sanjay Patel[x86] add tests for select-of-bools; NFC
2021-03-01 Wouter van... [WebAssembly] Fix split-dwarf not emitting DW_OP_WASM_l...
2021-03-01 Jan KratochvilRevert "[lldb] Fix handling of `DW_AT_decl_file` accord...
2021-03-01 Jez Ng[lld-macho] Partial revert of D95204
2021-03-01 Shoaib Meenai[lldb] Remove XPCServices symlinking
2021-03-01 Rob Suderman[MLIR][TOSA] Lower tosa.transpose to linalg.generic
2021-03-01 Vedant Kumar[test/profile] Disable instrprof-write-buffer-internal...
2021-03-01 Vedant Kumar[test/profile] Pass -w to suppress suggestion to use...
2021-03-01 Ahmed Taei[mlir] Add polynomial approximation for math::ExpOp
2021-03-01 Martin Storsjö[libcxx] [test] Use the native path types in path.compare
2021-03-01 Fangrui SongMake -f[no-]split-dwarf-inlining CC1 default align...
2021-03-01 Emily Shi[darwin] switch blocking mutex from osspinlock to os_un...
2021-03-01 Nathan James[clang-tidy] Tweak misc-static-assert fix in c++17
2021-03-01 Vedant Kumar[test/profile] Add test coverage for __llvm_profile_wri...
2021-03-01 Nicolas GuillemotFix the value_type of defusechain_iterator to match...
2021-03-01 Nathan James[clang-tidy] Simplify diagnostics for UniqueptrResetRel...
2021-03-01 Jacques PienaarRevert "Remove use of tuple for multiresult type storage"
2021-03-01 Yonghong SongBPF: fix enum value 0 issue for __builtin_preserve_enum...
2021-03-01 Nico Weber[libclang] Remove LIBCLANG_INCLUDE_CLANG_TOOLS_EXTRA
2021-03-01 Sean Fertile[PowerPC][AIX] Enable passing vectors in variadic funct...
2021-03-01 Arthur EubanksMove EntryExitInstrumentation pass location
2021-03-01 Heejin Ahn[WebAssembly] Handle empty cleanuppads when adding...
2021-03-01 Nathan James[clang-tidy] Remove OptionError
2021-03-01 Craig Topper[LegalizeTypes] Improve ExpandIntRes_XMULO codegen.
2021-03-01 David Goldman[clangd] Improve document symbols support for Objective...
2021-03-01 Jay Foad[AMDGPU] Add IntrWillReturn to recently added intrinsics
2021-03-01 Jacques PienaarRemove use of tuple for multiresult type storage
2021-03-01 Jez Ng[lld-macho] Switch default to new Darwin backend
2021-03-01 Jez Ng[lld-macho][nfc] Remove TODO regarding addends
2021-03-01 David BlaikieFix virtual-dtor warning a different way, since a virtu...
2021-03-01 David BlaikieFix a warning about named return value not being moved...
2021-03-01 Juneyoung Lee[TTI] Consider select form of and/or i1 as having arith...
2021-03-01 Louis Dionne[libc++/abi] Allow running back-deployment testing...
2021-03-01 Stanislav Mekhanoshin[clang] SimpleMFlag helper in Options.td
2021-03-01 Nico Weber[clang-cl] make -f(no-)ident a CoreOption
2021-03-01 Florian Hahn[VPlan] Remove recipes from back to front.
2021-03-01 Andy Wingo[WebAssembly] call_indirect issues table number relocs
2021-03-01 Simon Pilgrim[TableGen] Avoid repeated TreePredicateFn::getCodeToRun...
2021-03-01 Masoud Ataei[PowerPC] Removing sqrtd2 and sqrtf4 from list of vecto...
2021-03-01 Michał Górny[lldb] [test] Skip AVX lldb-server test on non-x86...
2021-03-01 Michał Górny[lldb] [test] Workaround symlink-related test failures
2021-03-01 Michał Górny[lldb] Rename NativeRegisterContext{Watchpoint => DBReg...
2021-03-01 Andy Yankovsky[lldb] Fix handling of `DW_AT_decl_file` according...
2021-03-01 Simon Pilgrim[X86] Fold shuffle(not(x),undef) -> not(shuffle(x,undef))
2021-03-01 Jay Foad[AMDGPU] New intrinsic void llvm.amdgcn.s.sethalt(i32)
2021-03-01 Praveen[Flang][OpenMP] Add semantic checks for OpenMP clauses.
2021-03-01 Jay Foad[AMDGPU] Simplify SITargetLowering::isSDNodeSourceOfDiv...
2021-03-01 Matt ArsenaultGlobalISel: Verify G_CONCAT_VECTORS has at least 2...
2021-03-01 Matt ArsenaultGlobalISel: Move splitToValueTypes to generic code
2021-03-01 Matt ArsenaultAArch64/GlobalISel: Fix using wrong calling convention...
2021-03-01 Sander de Smalen[AArch64] NFC: Cleanup some SVE cost-model tests.
2021-03-01 Jacques Pienaar[mlir] Add convenience grouping for tensor type inference
2021-03-01 serge-sans... Revert "Use the default seed value for djb hash for...
2021-03-01 David Green[AArch64] Add combine for add(udot(0, x, y), z) ->...
2021-03-01 David Green[AArch64] Adjust dot produce tests. NFC
2021-03-01 serge-sans... Use the default seed value for djb hash for StringMap
2021-03-01 Fraser Cormack[RISCV] Support INSERT_SUBVECTOR on vector masks
2021-03-01 Fraser Cormack[RISCV] Fix INSERT/EXTRACT_SUBVECTOR on fractional...
2021-03-01 Fraser Cormack[RISCV] Unify scalable- and fixed-vector INSERT_SUBVECT...
2021-03-01 Fraser Cormack[RISCV] Support EXTRACT_SUBVECTOR on vector masks
2021-03-01 Olivier Goffart[SEH] capture 'this'
2021-03-01 Florian Hahn[LV] Generate RT checks up-front and remove them if...
2021-03-01 Simon Pilgrim[DAG] visitVECTOR_SHUFFLE - attempt to match commuted...
2021-03-01 Andrzej WarzynskiRevert "[flang] Detect circularly defined interfaces...
2021-03-01 Fraser Cormack[CodeGen] Fix issues with subvector intrinsic index...
2021-03-01 Serguei Katkov[Statepoint Lowering] Consider dead deopt gc values...
2021-03-01 Benjamin Kramer[lldb/Interpreter] Pacify -Wnon-virtual-dtor
2021-03-01 Benjamin Kramer[Driver] Don't litter the source directory in test
2021-03-01 Marek Kurdej[libc++] [docs] [C++2b] Update status page with issues...
next