llvm
LLVM and SPIRV-LLVM-Translator pulldown (WW37)
#11185
Merged

Commits
  • [compiler-rt] Add missing include in unittest
    zeroomega committed 2 years ago
  • [Clang] Fix crash in Parser::ParseDirectDeclarator by adding check that token is not an annotation token
    shafik committed 2 years ago
  • [include-mapping] Python fixes
    porglezomp committed 2 years ago
  • Statically analyze likely and unlikely blocks based on metadata
    hiraditya committed 2 years ago
  • Splits cleanup block lowered by AsyncToAsyncRuntime. (#66123)
    yliu120 committed 2 years ago
  • Revert "Update GoogleTest to v1.14.0 (#65823)"
    zeroomega committed 2 years ago
  • [libc] Add missing deps for header libraries. (#66125)
    sivachandra committed 2 years ago
  • [libc++][hardening] Add back the safe mode.
    var-const committed 2 years ago
  • [AMDGPU] Fix an unused variable warning
    kazutakahirata committed 2 years ago
  • [Windows] Avoid using FileIndex for unique IDs
    mstorsjo committed 2 years ago
  • Add host-supports-nvptx requirement to lit tests (#66129)
    GitHub committed 2 years ago
  • [runtimes] Add llvm-size to RUNTIMES_TEST_DEPENDS
    smeenai committed 2 years ago
  • [libc] Fix a typo in a CMakeLists.txt - replace DEPS with DEPENDS. (#66130)
    sivachandra committed 2 years ago
  • [Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483)
    ajarmusch committed 2 years ago
  • [libc][NFC] Factor GPU exiting into a common function (#66093)
    jhuber6 committed 2 years ago
  • workflows/pr-subscriber: Handle libc++ and libc++abi labels (#66029)
    tstellar committed 2 years ago
  • [mlir][gpu][sparse] gracefully accept zero size allocation (#66127)
    aartbik committed 2 years ago
  • [clang][CodeGen] Emit annotations for function declarations.
    dschuff committed 2 years ago
  • [sanitizer] Remove SYMBOLIZER_DEPS from symbolizer
    vitalybuka committed 2 years ago
  • github-automation: Use a single comment for team mentions on pull requests (#66037)
    tstellar committed 2 years ago
  • AMDGPU: Correctly lower llvm.sqrt.f32
    arsenm committed 2 years ago
  • clang/OpenCL: Add inline implementations of sqrt in builtin header
    arsenm committed 2 years ago
  • HIP: Directly use f32 sqrt intrinsic
    arsenm committed 2 years ago
  • AMDGPU: Teach valueIsKnownNeverF32Denorm about frexp
    arsenm committed 2 years ago
  • [llvm-exegesis] Add retry count to subprocess tests
    boomanaiden154 committed 2 years ago
  • [test][dxil-dis] Update metadata to match target triple
    bogner committed 2 years ago
  • [AMDGPU] Port AMDGPURewriteUndefForPHI to new pass manager (#66008)
    jwanggit86 committed 2 years ago
  • Work around two more instances of __noinline__ conflicts. (#66138)
    Artem-B committed 2 years ago
  • JumpThreading: Propagate branch weights in tryToUnfoldSelectInCurrBB (#66116)
    MatzeB committed 2 years ago
  • [NFC] Sort `debuginfo` paths prior to updating the list (#66140)
    pogo59 committed 2 years ago
  • [flang] Cray pointer in module (#66119)
    kkwli committed 2 years ago
  • fixup! [Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483)
    ajarmusch committed 2 years ago
  • [NFC] [Support] Fix warning when build with clang-cl on Windows. (#65387)
    python3kgae committed 2 years ago
  • [BOLT] Fix AutoFDO output format after D154120
    aaupov committed 2 years ago
  • Fix NATVIS visualization of ActionResult
    AaronBallman committed 2 years ago
  • [AMDGPU] Fix a warning
    kazutakahirata committed 2 years ago
  • [mlir][spirv] Fix remaining coop matrix verification corner cases (#66137)
    kuhar committed 2 years ago
  • [OpenMP] Remove optimization skipping reduction struct initialization (#65697)
    rodrigo-ceccato committed 2 years ago
  • [libc++][NFC] Remove stray #if 1 that was probably a debugging leftover
    ldionne committed 2 years ago
  • [libc] Improve the implementation of the rand() function (#66131)
    jhuber6 committed 2 years ago
  • [llvm] Adopt WithMarkup in the ARM backend (#65561)
    JDevlieghere committed 2 years ago
  • [libc++] Fix the rotate direction used in countl_zero()
    ldionne committed 2 years ago
  • [github] GitHub Actions workflows changes (#65856)
    VoltrexKeyva committed 2 years ago
  • [lldb][NFCI] BreakpointResolverName ctor shouldn't unnecessarily copy data (#66001)
    bulbazord committed 2 years ago
  • [GlobalISel] GISelKnownBits: forward unused depth parameter
    tobias-stadler committed 2 years ago
  • Revert "[Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483)"
    ajarmusch committed 2 years ago
  • [libc++] Simplify the implementation of locale::id (#65781)
    ldionne committed 2 years ago
  • [GlobPattern] Fix build error on gcc7.5
    ellishg committed 2 years ago
  • Revert "[AMDGPU]: Allow combining into v_dot4" (#66158)
    jrbyrnes committed 2 years ago
  • [gn] port b85e1862c119
    nico committed 2 years ago
  • [sparse] allow unpack op to return any integer type. (#66161)
    PeimingLiu committed 2 years ago
  • [gn build] Port 588023ddafb4
    llvmgnsyncbot committed 2 years ago
  • [compiler-rt] Fix interception_win.cpp arm64 instruction lengths
    plotfi committed 2 years ago
  • [flang] Fix the incorrect insertion point for alloca (#65999)
    erjin committed 2 years ago
  • [AMDGPU] Fix scan of atomicFSub in AtomicOptimizer. (#66082)
    GitHub committed 2 years ago
  • [clang-repl][Orc] Export executable symbols in ClangReplInterpreterExceptionTests
    Kai Luo committed 2 years ago
  • InstSimplify: Simplifications for ldexp
    arsenm committed 2 years ago
  • Reapply "AMDGPU: Drop and auto-upgrade llvm.amdgcn.ldexp to llvm.ldexp"
    arsenm committed 2 years ago
  • [libc++][hardening] Make the safe mode pipeline run with modules enabled
    var-const committed 2 years ago
  • AMDGPU: Avoid creating vector extracts if we aren't going to do anything
    arsenm committed 2 years ago
  • [PowerPC] Implement SchedModel for Power7
    ecnelises committed 2 years ago
  • [GVN] Skip debug instructions in findDominatingValue function (#65977)
    skachkov-sc committed 2 years ago
  • [clang][Sema] Rename ActOnIVar parameter (#66181)
    tbaederr committed 2 years ago
  • [lldb][AArch64] Add tests for SME's SVE register state to TestArm64DynamicRegsets
    DavidSpickett committed 2 years ago
  • [clang][ARM] Enable --print-supported-extensions for ARM (#66083)
    DavidSpickett committed 2 years ago
  • [lldb] Treat user aliases the same as built-ins when tab completing (#65974)
    DavidSpickett committed 2 years ago
  • [libcxx] <experimental/simd> Fix CI errors on 32-bits x86
    joy2myself committed 2 years ago
  • Revert "[NFC]Add assert to avoid possibly deref nullptr (#65564)" (#66187)
    XinWang10 committed 2 years ago
  • [mlir][bufferization] Remove allow-return-allocs and create-deallocs pass options, remove bufferization.escape attribute
    maerhart committed 2 years ago
  • [mlir][bufferization] Update linalg integration tests to lower ops created by bufferization-to-memref pass
    maerhart committed 2 years ago
  • [mlir][bufferization] Improve buffer deallocation pass
    maerhart committed 2 years ago
  • [mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface
    maerhart committed 2 years ago
  • [mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic
    maerhart committed 2 years ago
  • [mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel
    maerhart committed 2 years ago
  • [mlir][bufferization] Define a pipeline for buffer deallocation
    maerhart committed 2 years ago
  • [mlir][bufferization] Remove unused function
    maerhart committed 2 years ago
  • [lldb] Link to LLVM code style in LLDB's contributing page
    DavidSpickett committed 2 years ago
  • [DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case
    RKSimon committed 2 years ago
  • [AArch64][SME] Various tests should work with +sme, just as they do for +sve (#65260)
    sdesmalen-arm committed 2 years ago
  • [mlir][bufferization] Generalize tensor slice rules to subset ops (#65619)
    matthias-springer committed 2 years ago
  • Revert rG6c56cf71ee82ec3a28e0dfc2b751bd10c16929da "[DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case"
    RKSimon committed 2 years ago
  • [VectorCombine][test] Supplement tests of the load-extractelement sequence (#65442)
    benshi001 committed 2 years ago
  • [ci] builkite don't escape windows targets (#66192)
    metaflow committed 2 years ago
  • [AMDGPU] Remove constexpr from getNumUserSGPRForField/getMaxNumPreloadedSGPRs to appease older gcc builds
    RKSimon committed 2 years ago
  • Revert "[clang][CodeGen] Emit annotations for function declarations."
    d0k committed 2 years ago
  • [DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case (REAPPLIED)
    RKSimon committed 2 years ago
  • [mlir][IR] SingleBlockImplicitTerminator derives from TraitBase (#66189)
    matthias-springer committed 2 years ago
  • [mlir] Add pass to add comdat to all linkonce functions (#65270)
    DavidTruby committed 2 years ago
  • [X86] LowerTRUNCATE - ensure we handle cases where we truncate to a sub-128bit type (PR66194)
    RKSimon committed 2 years ago
  • [clang][Sema][NFC] Add missing docs to some FieldDecl methods.
    tbaederr committed 2 years ago
  • [VP] Add method for looking up functional intrinsic ID for VP. NFC (#66190)
    lukel97 committed 2 years ago
  • [IR][IntrinsicInst] Add VPBinOpIntrinsic (#66132)
    michaelmaitland committed 2 years ago
  • Update paths for `debuginfo` labeling (#66143)
    pogo59 committed 2 years ago
  • [NVPTX][NFC] Use unsigned for all custom printmethods
    ldrumm committed 2 years ago
  • [clang][NFC] Replace deprected *cast_or_null casts
    tbaederr committed 2 years ago
  • [MLIR][NVVM] Fix the register number of predicate (#65970)
    grypp committed 2 years ago
  • [clang][dataflow] Rename test target function to `target()`. (#66195)
    martinboehme committed 2 years ago
  • [MLIR] SM_90 integration test of TMA with 128b Swizzling (#65953)
    grypp committed 2 years ago
  • [Clang] Define AMDGPU ABI when referenced in CodeGen for ABI "none" (#66162)
    jhuber6 committed 2 years ago
  • [MLIR] Fix the tma_load test (#66208)
    grypp committed 2 years ago
  • + more commits ...
Loading