platform/upstream/llvm.git
2021-03-27 Alex Reinking[CMake] Use write_basic_package_version_file for LLVM
2021-03-27 Fangrui Song[sanitizer] Define MAP_NORESERVE to 0 and hide mremap...
2021-03-27 KareemErgawy... [MLIR][STD] Fold trunci (zexti).
2021-03-27 Nico Weber[gn build] rewrap a comment to 80 cols
2021-03-27 Jan Svoboda[clang][cli] Round-trip cc1 arguments in assert builds
2021-03-27 Simon Pilgrim[X86][SSE] foldShuffleOfHorizOp - remove broadcast...
2021-03-27 Joel E. Denny[FileCheck] Try to fix buildbot failures caused by...
2021-03-27 Joel E. Denny[FileCheck] Fix -dump-input per-pattern diagnostic...
2021-03-27 Nikita Popov[BasicAA] Correct handle implicit sext in decomposition
2021-03-27 Nikita Popov[BasicAA] Clarify entry values of GetLinearExpression...
2021-03-27 Nikita Popov[BasicAA] Bail out earlier for invalid shift amount
2021-03-27 Nikita Popov[BasicAA] Retain shl nowrap flags in GetLinearExpression()
2021-03-27 Simon Pilgrim[X86][SSE] combineX86ShuffleChain - attempt to recognis...
2021-03-27 Juneyoung LeeMake FoldBranchToCommonDest poison-safe by default
2021-03-27 Sanjay Patel[x86] prevent crashing while matching pmaddwd
2021-03-27 Alex Zinenko[mlir] Register Linalg passes in C API and Python Bindings
2021-03-27 Juneyoung Lee[IRCE] Use m_LogicalAnd
2021-03-27 Fangrui Song[sanitizer] Temporarily switch ppc64 to the _dl_get_tls...
2021-03-27 Jonas Devlieghere[lldb] Fix TestAppleSimulatorOSType for older watchOS...
2021-03-27 George Burgess IVdocs: Adding Google representative to the security...
2021-03-27 Jonas Devlieghere[lldb] Stop using i386 for the watchOS simulator
2021-03-26 Craig Topper[RISCV] Merge FMulAdd and FMulSub scheduler classes...
2021-03-26 Hongtao Yu[CSSPGO][NFC] Fix a debug dump issue.
2021-03-26 Joseph Huber[OpenMP] Reset async stream properly upon failure
2021-03-26 Jacques Pienaar[mlir] Remove unneeded ShapeFunctionLibraryTerminatorOp
2021-03-26 Jonas Devlieghere[lldb] Remove UpdateISAToDescriptorMapFromMemory
2021-03-26 Chris LattnerAdd a missing file header comment, NFC.
2021-03-26 Jonas Devlieghere[lldb] Add consistency between reading the dynamic...
2021-03-26 Jez Ng[lld-macho] Add time tracing for LTO
2021-03-26 Jez Ng[lld-macho] Fix parsing of --time-trace-{granularity...
2021-03-26 Jez Ng[lld-macho] Support -no_function_starts
2021-03-26 Craig Topper[RISCV] Add scheduler classes for the Zba and Zbb exten...
2021-03-26 Josh Berdine[NFC][OCaml] Resolve a couple more compilation warnings
2021-03-26 Sean Perry[SystemZ][z/OS] Save strings for CC_PRINT env vars
2021-03-26 Nikita PopovRevert "[ArgPromotion] Copy additional metadata for...
2021-03-26 Jonas Devlieghere[lldb] Support lazily named classes in the Objective...
2021-03-26 Petr Hosek[libcxxabi] Use cxx-headers target to consume libcxx...
2021-03-26 Sameer RahmaniRename the 'concept' variable in SymbolInterfaces.td
2021-03-26 Florian Hahn[ConstraintElimination] Only strip casts preserving...
2021-03-26 Anastasia Stulova[OpenCL][Docs] Minor update about C++ for OpenCL in...
2021-03-26 Nikita Popov[ValueTracking] Handle shl pair in isKnownNonEqual()
2021-03-26 Nikita Popov[ValueTracking] Handle shl in isKnownNonEqual()
2021-03-26 Nikita Popov[ValueTracking] Add tests for non equal shifts (NFC)
2021-03-26 Giorgis Georgakoudis[Utils] Add prefix parameter in update test checks...
2021-03-26 Alex Zinenko[mlir] fix -Wsign-compare in memref unit tests
2021-03-26 Fangrui Song[lsan][test] Enable many_tls_keys_pthread.cpp and disab...
2021-03-26 Florian Hahn[ConstraintElimination] Add additional pointercast...
2021-03-26 Sanjay Patel[SLP] use dyn_cast instead of isa + cast; NFC
2021-03-26 Stefan Gränitz[Orc][examples] Factor out make_error from parseExample...
2021-03-26 Stefan Gränitz[Orc][examples] Fix copy/paste issues in comments and...
2021-03-26 Nikita Popov[ValueTracking] Handle non-zero shl recurrence
2021-03-26 Nikita Popov[ValueTracking] Add tests for non-zero shl recurrences...
2021-03-26 Nikita Popov[ValueTracking] Handle non-zero add/mul recurrences...
2021-03-26 Nikita Popov[ValueTracking] Add more non-zero add/mul recurrence...
2021-03-26 Vaivaswatha... [OCaml][DebugInfo][Test] Disable debuginfo tests as...
2021-03-26 Simon Pilgrim[X86][AVX] combineHorizOpWithShuffle - improve SHUFFLE...
2021-03-26 Vaivaswatha... [OCaml][Test] Do not use Option, expand using match
2021-03-26 Florian Hahn[BasicAA] Add a few more interesting modulo tests.
2021-03-26 Vaivaswatha... [OCaml][DebugInfo] Add tests for debug info API
2021-03-26 Aleksandr Platonov[CMake][gRPC] Fix a typo in protobuf version variable...
2021-03-26 Pavel Labath[lldb] Skip TestVSCode_launch.test_progress_events...
2021-03-26 Pavel Labath[lldb] XFAIL TestGdbRemote_vContThreads on macos
2021-03-26 Pavel Labath[lldb] Really fix dwarf5-debug_line-file-index.s
2021-03-26 Jay Foad[AMDGPU] Use reductions instead of scans in the atomic...
2021-03-26 Nicolas Vasilache[mlir][python] NFC - Fix stale path in doc
2021-03-26 Zbigniew Sarbinowski[SystemZ][z/OS] exclude nasty_macros.h from check-cxx
2021-03-26 Florian Hahn[BasicAA] Add a few cases with overflows in index compu...
2021-03-26 Sanjay Patel[SLP] move test for min/max crashing; NFC
2021-03-26 Anastasia Stulova[OpenCL] Fix AST check in address-space-templates test
2021-03-26 Zakk Chen[RISCV] Add constraint for RVV indexed loads.
2021-03-26 Fanbo Meng[SystemZ][z/OS] Ignore leading zero width bitfield...
2021-03-26 Sanjay PatelRevert "[SLP] allow matching integer min/max intrinsics...
2021-03-26 Anastasia Stulova[OpenCL][Docs] Update status of OpenCL 3.0 development
2021-03-26 Nashe Mncube[InstCombine]Generalise regression tests for sve
2021-03-26 Josh Berdine[OCaml] Fix a possible crash in llvm_struct_name
2021-03-26 Josh Berdine[NFC][OCaml] Resolve const and unsigned compilation...
2021-03-26 Josh Berdine[NFC][OCaml] Simplify llvm_global_initializer using...
2021-03-26 David SherwoodRevert "[LoopVectorize] Simplify scalar cost calculatio...
2021-03-26 David Sherwood[LoopVectorize] Simplify scalar cost calculation in...
2021-03-26 Vladislav Vinogradov[mlir][ODS] Fix `VariadicRegion` code generation for...
2021-03-26 Abhina Sreeskantharajan[Windows] Turn off text mode in TableGen and Rewriter...
2021-03-26 Max Kazantsev[Test] Add failing test for pr49730
2021-03-26 Muhammad Omair... [LLDB] Skip TestVSCode_disconnect.test_launch arm/linux
2021-03-26 Jay Foad[AMDGPU] Inline FSHRPattern into its only use. NFC.
2021-03-26 Fangrui Song[memprof][test] Make test_terse.cpp robust (sched_getcp...
2021-03-26 Craig Topper[RISCV] Optimize (and (shl GPR:, uimm5:), 0xffffffff...
2021-03-26 Craig Topper[RISCV] Don't call CheckAndMask from selectZExti32.
2021-03-26 Fangrui Song[sanitizer] Simplify GetTls with dl_iterate_phdr
2021-03-26 Kazu HirataReapply [InlineCost] Enable the cost benefit analysis...
2021-03-26 Kazu Hirata[InlineCost] Reject a zero entry count
2021-03-26 Suraj Sudhir[mlir][tosa] TOSA MLIR dialect update to v0.22, part 1
2021-03-26 Wenlei He[CSSPGO] Minor tweak for inline candidate priority...
2021-03-26 Tony[NFC][AMDGPU] Corrections to AMD GPU initial kernel...
2021-03-26 Lang Hames[JITLink][MachO] Use full <segment>,<section> names...
2021-03-26 Stella Laurenzo[mlir][python] Add docs for op class extension mechanism.
2021-03-26 Richard SmithStop this test from dropping a .s file in the current...
2021-03-26 Richard SmithExplicitly enable the new pass manager in this test.
2021-03-26 Craig Topper[RISCV] Add Zbb+Zbt command lines to the signed saturin...
2021-03-26 Amara Emerson[GlobalISel] Add G_ROTR and G_ROTL opcodes for rotates.
2021-03-26 Jessica Paquette[AArch64][GlobalISel] Emit bzero on Darwin
next