platform/upstream/llvm.git
2022-07-20 Lorenzo Albano[VP] Legalize the stride operand for EXPERIMENTAL_VP_ST...
2022-07-20 Anush Elangovan[mlir] Fix macOS tests
2022-07-20 Chenbing Zheng[InstCombine] add tests for icmp-shr. nfc
2022-07-20 Xi Ruoyao[sanitizer] Port sanitizer_common to LoongArch
2022-07-20 Luo, Yuanke[X86] Add test case for shuffle.
2022-07-20 Kazu Hirata[llvm] Use llvm::any_of and llvm::none_of (NFC)
2022-07-20 jacquesguan[mlir][Math] Add constant folder for Log1pOp.
2022-07-20 Fangrui Song[LegacyPM] Remove InstrOrderFileLegacyPass
2022-07-20 Carlos Alberto... Update the Windows packaging script.
2022-07-20 Mahesh Ravishankar[mlir][TilingInterface] Add support for interchange...
2022-07-20 Kazu Hirata[flang] Use value instead of getValue (NFC)
2022-07-20 Vitaly BukaRevert "[libasan] Remove 4Mb stack limit for swapcontex...
2022-07-20 Fangrui Song[X86][test] Use Min behavior for "cf-protection-{branch...
2022-07-20 Fangrui Song[X86] Use Min behavior for cf-protection-{return,branch...
2022-07-20 Douglas YungMark test experimental-library-flag.cpp as XFAIL on...
2022-07-20 Kazu HirataUse value instead of getValue (NFC)
2022-07-20 Haohai Wen[X86] Make sure load size is not larger than stack...
2022-07-20 Konstantin... [libc++][ranges][NFC] Consolidate range algorithm check...
2022-07-20 chenglin.bi[AArch64] Use SUBXrx64 for dynamic stack to refer to sp
2022-07-20 LLVM GN Syncbot[gn build] Port 5dd19ada571b
2022-07-20 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-20 varconst[libc++][ranges] Implement `ranges::partial_sort`.
2022-07-20 Jacques Pienaar[mlir] Address compiler warning
2022-07-20 Kazu Hirata[CodeGen] Use value_or instead of getValueOr (NFC)
2022-07-20 Chuanqi XuDon't treat readnone call in presplit coroutine as...
2022-07-20 Jez Ng[lld-macho] Simplify archive loading logic
2022-07-20 Alex Brachet[llvm-driver] Generate symlinks instead of executables...
2022-07-20 Sanjay Patel[x86] use zero-extending load of a byte outside of...
2022-07-20 Jez Ng[lld-macho] Read in new addrsig format
2022-07-20 Jez Ng[MC][MachO] Change addrsig format + ensure its size...
2022-07-20 Konstantin... [libc++][ranges] Fix broken CI.
2022-07-20 Hui Xie[libc++][ranges] fix `std::search_n` incorrect `static_...
2022-07-20 Lang Hames[ORC] Fix serialization / deserialization of default...
2022-07-20 Konstantin... [libc++][ranges][NFC] Test that range algorithms suppor...
2022-07-20 Joe Loser[libc++] Define ostream nullptr inserter for >= C+...
2022-07-20 QwinciArgument name support for function pointer signature...
2022-07-19 River Riddle[mlir][NFC] Split out various tests from IR/invalid...
2022-07-19 Volodymyr Sapsai[ODRHash diagnostics] Preparation to minimize subsequen...
2022-07-19 Johannes Doerfert[Attributor] Teach checkForAllUses to follow returns...
2022-07-19 Johannes Doerfert[Attributor][NFC] Improve debug messages
2022-07-19 Sriraman Tallam[bolt] std::atomic_uint64_t to std::atomic<uint64_t>
2022-07-19 Sriraman TallamBazel BUILD file for BOLT.
2022-07-19 Slava Zakharin[mlir] Fixed ordering of pass statistics.
2022-07-19 LLVM GN Syncbot[gn build] Port 1b1f1c778695
2022-07-19 Siva Chandra... [libc] Add a method `find_last_of` to StringView.
2022-07-19 Zequan Wu[LLDB][NativePDB] Add MSInheritanceAttr when creating...
2022-07-19 Anubhab GhoshRe-re-apply 5acd47169884, Add a shared-memory based...
2022-07-19 Nick DesaulniersRevert "[Local] Allow creating callbr with duplicate...
2022-07-19 Lang Hames[JITLink] Hook up prebuilt cache in DWARFRecordSectionS...
2022-07-19 Kaining Zhong[lld-macho] Fix loading same libraries from both LC_LIN...
2022-07-19 Jacques Pienaar[mlir] Flip LinAlg dialect to _Both
2022-07-19 Sanjay PatelRevert "[x86] use zero-extending load of a byte outside...
2022-07-19 Johannes Doerfert[Attributor] Replace AAValueSimplify with AAPotentialValues
2022-07-19 Philip Reames[LV] Autogen a partially autogened test for ease of...
2022-07-19 Louis Dionne[libc++][NFC] Add commit SHA for ABI change
2022-07-19 Louis Dionne[libc++] Drop the legacy debug mode symbols by default
2022-07-19 Slava Zakharin[flang] Support late math lowering for intrinsics from...
2022-07-19 Keith Smiley[lld-macho] Add support for -alias
2022-07-19 Nico Weber[gn build] (manually) port c91ce941448 (HTMLForestResou...
2022-07-19 Sanjay Patel[x86] use zero-extending load of a byte outside of...
2022-07-19 Sanjay Patel[x86] add tests for fixup-bw with size optimization...
2022-07-19 Sam McCall[pseudo] Add `clang-pseudo -html-forest=<output.html...
2022-07-19 Arthur Eubanks[test] Convert some tests to use opaque pointers
2022-07-19 Denys Petrov[analyzer][NFC] Use `SValVisitor` instead of explicit...
2022-07-19 Benoit JacobDon't combine if there would remain no true reduction...
2022-07-19 Rajas Vanjape[mlir][docs] Fix pass manager document
2022-07-19 Philip Reames[LV] Add test for generic predicated sdiv
2022-07-19 Louis Dionne[clang] Add a new flag -fexperimental-library to enable...
2022-07-19 David Green[ARM] Update atomic tests for D129695. NFC
2022-07-19 Philip Reames[LV] Add test coverage for a bug in srem handling
2022-07-19 Kamau Bridgeman[TSAN] Disable clone_setns test case on PPC64 RHEL...
2022-07-19 Nico Weber[gn build] fix typo
2022-07-19 Nico Weber[gn build] (manually) port e939bf67e340
2022-07-19 Jonathan Peyton[OpenMP][libomp] Fix affinity warnings and unify under...
2022-07-19 AndreyChurbanov[OpenMP][libomp] Allow reset affinity mask after parallel
2022-07-19 Jonathan Peyton[OpenMP][libomp] Fix fallthrough attribute detection...
2022-07-19 Philip Reames[LV] Add test coverage for scalable div/rem patterns
2022-07-19 AndreyChurbanov[OpenMP][libomp] Fix /dev/shm pollution after forked...
2022-07-19 Yusra Syeda[SystemZ][z/OS] Introduce CCAssignToRegAndStack to...
2022-07-19 Cole Kissane[llvm] add zstd to `llvm::compression` namespace
2022-07-19 Jez Ng[lld-macho] Support folding of functions with identical...
2022-07-19 Jeff NiuRevert "[mlir][ods] (NFC) Remove warning in `AttrOrType...
2022-07-19 Jon ChesterfieldRevert "[Libomptarget] Make libomptarget an LLVM library"
2022-07-19 Jon Chesterfield[amdgpu] Implement lds kernel id intrinsic
2022-07-19 Tarun PrabhuBitwise comparison intrinsics
2022-07-19 Joseph Huber[Libomptarget] Make libomptarget an LLVM library
2022-07-19 Arthur Eubanks[DSE] Revisit pointers that may no longer escape after...
2022-07-19 Sanjay Patel[SimplifyLibCalls] avoid converting pow() to powi(...
2022-07-19 Jon Chesterfield[nfc][amdgpu] LDS. Move selection logic up the stack.
2022-07-19 Akira Hatanaka[libclang][ObjC] Inherit availability attribute from...
2022-07-19 Jeff Niu[mlir][ods] (NFC) Remove warning in `AttrOrTypeDef`
2022-07-19 bhatuzdaname[mlir][tblgen] Add support for extraClassDefinition...
2022-07-19 David Truby[llvm][SVE] Remove redundant and when comparing against...
2022-07-19 Arthur Eubanks[NewPM] Print function/SCC size with -debug-pass-manager
2022-07-19 lipracer[mlir][NFC] Use proper c++ namespaces in .td files
2022-07-19 Nico Weber[gn build] (manually) port 4539b44148918 (llvm-dwarfutil)
2022-07-19 Nico Weber[gn build] (manually) port 8711fcae276a593
2022-07-19 Benjamin Kramer[bazel] Fix the build after 18b92c66fe59a44f50bc211a418...
2022-07-19 Benjamin Kramer[bazel] Remove libraries that don't build anymore after...
2022-07-19 Louis Dionne[libc++] Treat incomplete features just like other...
next