platform/upstream/llvm.git
2022-05-31 lorenzo chelini[MLIR][Math] Improve docs (NFC)
2022-05-31 Joseph Huber[Clang][Docs] Document the clang-offload-packager better
2022-05-31 David Goldman[clangd] Minor fixes to ExtractVariableTests missed...
2022-05-31 PeixinQiao[flang] Support BIND(C) variable scope check
2022-05-31 Nikita Popov[Scalarizer] Regenerate test checks (NFC)
2022-05-31 Paul Robinson[PS5] Tweak dllexport test
2022-05-31 Joe Nash[AMDGPU] gfx11 Image instructions
2022-05-31 David Goldman[clangd] ExtractVariable support for C and Objective-C
2022-05-31 Simon Pilgrim[X86] combineEXTRACT_SUBVECTOR - pull out repeated...
2022-05-31 Augie FacklerLangRef: fix bad indentation in allockind bullets
2022-05-31 Daniel McIntosh[Driver][Modules] Remove dependence on linking support...
2022-05-31 Sander de Smalen[AArch64] Remove references to Streaming SVE from targe...
2022-05-31 Joseph HuberRevert "[Libomptarget] Add `leaf` attribute to `vprintf...
2022-05-31 Augie FacklerBuildLibCalls: infer allockind attributes on relevant...
2022-05-31 Augie Facklerattributes: introduce allockind attr for describing...
2022-05-31 Simon Pilgrim[X86] narrowExtractedVectorSelect - don't peek through...
2022-05-31 Nikita Popov[InstCombine] Fix inbounds preservation when swapping...
2022-05-31 Nikita Popov[Clang] Always set opaque pointers mode
2022-05-31 Simon Pilgrim[X86] LowerTRUNCATE - avoid creating extract_subvector...
2022-05-31 Xing Xue[libc++abi][AIX] add personality and helper functions...
2022-05-31 Mel Chen[NFC] Change LoopVectorizationCostModel::useOrderedRedu...
2022-05-31 Danila Malyutin[InstCombine] Fix const folding of switches with defaul...
2022-05-31 Adrian Kuegel[mlir][Bazel] Adjust BUILD.bazel file
2022-05-31 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-05-31 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-05-31 Benjamin Kramer[bazel] Port 42c17073fcba
2022-05-31 Dmitry Preobrazhensky[AMDGPU][DOC][NFC] Add GFX90C and GFX940 assembler...
2022-05-31 jacquesguan[mlir] Support import llvm intrinsics.
2022-05-31 Nikita Popov[InstCombine] Fix inbounds preservation when merging...
2022-05-31 kiranchandramohan[Flang][OpenMP] Fix for unstructured regions in OpenMP...
2022-05-31 Fraser Cormack[RISCV][NFC] Adjust some comments in RISCVInsertVSETVLI
2022-05-31 Bjorn PetterssonRevert "Round up zero-sized symbols to 1 byte in `...
2022-05-31 Ivan Kosarev[AMDGPU][NFC] Refine defining the offset field for...
2022-05-31 David Green[AArch64] Look through copy in MachineCombiner FMUL...
2022-05-31 Yi Kong[BOLT][NFC] Don't over-specify the size of SmallVector
2022-05-31 Mikhail GoncharovFix bazel build
2022-05-31 Simon Pilgrim[X86] Adjust vector test costs to match SoG (Issue...
2022-05-31 Diana Picus[flang] Upstream the lowering of the while loop
2022-05-31 Vassil VassilevRevert "[clang-repl] Recover the lookup tables of the...
2022-05-31 Zi Xuan Wu... [Clang][CSKY] Add support about CSKYABIInfo
2022-05-31 Xiang1 Zhang[X86][NFC] Refine X86 Domain Reassignment for compiling...
2022-05-31 River Riddle[mlir:PDLL] Rework the C++ generation of native Constra...
2022-05-31 River Riddle[mlir:PDLL] Fix signature help for operation operands
2022-05-31 River Riddle[mlir:PDLL-LSP] Add a custom LSP command for viewing...
2022-05-31 River Riddle[mlir:PDLL] Add proper support for operation result...
2022-05-31 eopXD[RISCV] Pass OptLevel to `RISCVDAGToDAGISel` correctly
2022-05-30 Joe Loser[libc++][test] Enable some ADL robust algorithm tests
2022-05-30 eopXD[RISCV] Precommit test case to show bug in RISCVISelDag...
2022-05-30 Matheus Izvekov[clang] NFC: introduce test for D126620
2022-05-30 Keno Fischercompiler-rt/cpu_model: Ensure constructor priority...
2022-05-30 Joel E. Denny[FileCheck] Use %ProtectFileCheckOutput in recently...
2022-05-30 Louis Dionne[libc++][NFC] Improve comment about vector and string...
2022-05-30 Krzysztof Parzyszek[Hexagon] Widen vector types with non-power-of-2 elemen...
2022-05-30 Matheus Izvekovcmake: fix clang standalone build
2022-05-30 Sanjay Patel[InstCombine] fold shift-right-by-constant with shift...
2022-05-30 Sanjay Patel[InstCombine] remove unnecessary one-use check from...
2022-05-30 Sanjay Patel[InstCombine] add/move tests for shift-of-constant...
2022-05-30 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-05-30 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-05-30 Nuno Lopesfix tests after my commit 80b3dcc045f8ea6e5e532d8891bbf...
2022-05-30 Nuno Lopes[Support] Make report_fatal_error respect its GenCrashD...
2022-05-30 Nico WeberRevert "[HLSL] Enable vector types for hlsl."
2022-05-30 Florian Hahn[VPlan] Add test for printing VPlan for outer loop...
2022-05-30 Volodymyr Sapsai[ODRHash][NFC] Add missing 'select' case for `ODRMismat...
2022-05-30 Mehdi AminiFix warning for unused variable in the non-assert build...
2022-05-30 LLVM GN Syncbot[gn build] Port e576280380d3
2022-05-30 Denis Antrushin[TwoAddressInstructionPass] Special processing of STATE...
2022-05-30 Xiang Li[HLSL] Enable vector types for hlsl.
2022-05-30 Louis Dionne[libc++] Reduce the verbosity when running the libc...
2022-05-30 Pierre Gousseau[sanitizers] Fixes strndup API behaviour when intercept...
2022-05-30 Alex Zinenko[mlir] provide Python bindings for the Transform dialect
2022-05-30 Alex Zinenko[mlir] add VectorizeOp to structured transform ops
2022-05-30 Hans WennborgChange build_llvm_package.bat to build_llvm_release.bat
2022-05-30 Nikita Popov[InstCombine] When swapping GEPs, only keep inbounds...
2022-05-30 Joel E. Denny[OpenMP][Clang] Fix atomic compare for signed vs. unsigned
2022-05-30 Arnamoy Bhattacharyya[flang][OpenMP] Check for occurrence of multiple list...
2022-05-30 Nikita Popov[InstCombine] Always create new GEPs when swapping...
2022-05-30 Nikita Popov[InstCombine] Add tests for inbounds handling in loop...
2022-05-30 Nikita Popov[Local] Don't remove invoke of non-willreturn function
2022-05-30 Nikita Popov[SimplifyCFG] Add test for invoke of nounwind non-willr...
2022-05-30 Jake EganRevert "[clang][test] mark tests added in ee8524087c78...
2022-05-30 zhongyunde[InstCombine] Fold a mul with bool value into and
2022-05-30 Simon MollRe-land "[VP] vp intrinsics are not speculatable" with...
2022-05-30 Mehdi AminiRevert "[VP] vp intrinsics are not speculatable"
2022-05-30 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-05-30 Mehdi AminiApply clang-tidy fixes for modernize-use-override in...
2022-05-30 Hans WennborgRevert "build_llvm_package.bat: Produce zip files in...
2022-05-30 Mats Petersson[OpenMP] Pass chunk-size to MLIR while lowering from...
2022-05-30 Max Kazantsev[MemDep][NFC] Remove duplicating check in `if` and...
2022-05-30 Simon Moll[VP] vp intrinsics are not speculatable
2022-05-30 Max Kazantsev[MemDep][NFCI] Remove redundant dyn_cast, replace with...
2022-05-30 Hans WennborgUpdate the Windows packaging script
2022-05-30 Edd BarrettTest stackmap support for floating point types.
2022-05-30 Sven van Haastregt[OpenCL] Expose wg collective functions for CL3 SPIR...
2022-05-30 David Green[AArch64] Tests for showing MachineCombiner COPY patter...
2022-05-30 Alex Zinenko[mlir] add interchange, pad and scalarize to structured...
2022-05-30 Ivan Kosarev[AMDGPU][GFX9][NFC] Rename the base class for SMEM...
2022-05-30 Ivan Kosarev[AMDGPU][GFX9] Support base+soffset+offset SMEM stores.
2022-05-30 Simon Pilgrim[X86] Adjust vector fp test costs to match int test...
2022-05-30 Alexander BelyaevRevert "[mlir] Lower complex.sqrt and complex.atan2...
next