We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from: llvm/llvm-project@8ac9247 to: llvm/llvm-project@f73050e commit: 7230458
from 8ac924744e93258d0c490e2fa2d4518e24cb458d to f73050e722dd2e484358d03674eb186f3a2f4799
f73050e722dd2e484358d03674eb186f3a2f4799 [libc++] Fix several double-moves in the code base (#104616) 31e55d461693df035049e09cbeeb8886ca2cb6d3 [lldb] Disable the API test TestCppBitfields on Windows (#105037) b941ba1e126d44f94ff317c9a996143c3165774b llvm.lround: Update verifier to validate support of vector types. (#98950) c44202574ff9a8c0632aba30c2765b134557435f [mlir][sparse] support sparsification to coiterate operations. (#102546) 30318401ad64b11dcad891d8ba86b81715caa408 Fix post-104491 (#105191) 655d62c4b326f2606b1e89a4dff0212c1d9226ab [mlir][tablegen] Fix tablegen bug with Complex class (#104974) e56ad22b4a41e65984d6997b2c2496a20f906d1d [DirectX] Encapsulate DXILOpLowering's state into a class. NFC c8a678b1e4863df2845b1305849534047f10caf1 [ctx_prof] Add analysis utility to fetch ID of a callsite (#104491) 356533246aa33db44c75afb2d3eb6e0e08f0d7a6 [lldb] Fix windows debug build after 9d07f43 (#104896) 8056d92bc201906edbb27f4efa1cc80a18359880 [lldb][ClangExpressionParser] Implement ExternalSemaSource::ReadUndefinedButUsed (#104817) ddaa8284f5b4a240108eac8db92fa3eaae3299f5 Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162) 770cd24140038646539602406fff54497793dae8 [lldb][ClangExpressionParser] Don't leak memory when multiplexing ExternalASTSources (#104799) 7aa22f013e24d20291aad745368ff907baa9dfa4 [mlir][gpu] Add 'cluster_size' attribute to gpu.subgroup_reduce (#104851) 93eda08babe95188ee41400035abaade79cda7d1 [mlir][spirv] Support gpu in convert-to-spirv pass (#105010) e0441d587b3c5c5d11b08cbcfbbbb66ea8185510 [libc++][chono] Use hidden friends for leap_second comparison. (#104713) e0326b668efda1d4ed7969c1a6cca44a487d24b6 [OpenMP] Map omp_default_mem_alloc to global memory (#104790) e6751bfbf77bd9888b7882a46e2453e4ed149c7b [NFC][TableGen] Elminate use of isalpha/isdigit from TGLexer (#104837) 6a38e19c92ed09eeecb70d5f61c3b822acb4964d [HLSL] Implement support for HLSL intrinsic - saturate (#104619) 514481736cf943464125ef34570a7df0a19290de [RISCV] Add isel optimization for (and (sra y, c2), c1) to recover regression from #101751. (#104114) abd3a2ded32a4dfad63ed6397f291c64453d744f [bazel] Add missing deps in {Arith,DLTI}DialectTdFiles (#105091)
Complex
gpu
convert-to-spirv
omp_default_mem_alloc
The text was updated successfully, but these errors were encountered:
#113
Sorry, something went wrong.
No branches or pull requests
from: llvm/llvm-project@8ac9247
to: llvm/llvm-project@f73050e
commit: 7230458
Change Logs
from 8ac924744e93258d0c490e2fa2d4518e24cb458d to f73050e722dd2e484358d03674eb186f3a2f4799
f73050e722dd2e484358d03674eb186f3a2f4799 [libc++] Fix several double-moves in the code base (#104616)
31e55d461693df035049e09cbeeb8886ca2cb6d3 [lldb] Disable the API test TestCppBitfields on Windows (#105037)
b941ba1e126d44f94ff317c9a996143c3165774b llvm.lround: Update verifier to validate support of vector types. (#98950)
c44202574ff9a8c0632aba30c2765b134557435f [mlir][sparse] support sparsification to coiterate operations. (#102546)
30318401ad64b11dcad891d8ba86b81715caa408 Fix post-104491 (#105191)
655d62c4b326f2606b1e89a4dff0212c1d9226ab [mlir][tablegen] Fix tablegen bug with
Complex
class (#104974)e56ad22b4a41e65984d6997b2c2496a20f906d1d [DirectX] Encapsulate DXILOpLowering's state into a class. NFC
c8a678b1e4863df2845b1305849534047f10caf1 [ctx_prof] Add analysis utility to fetch ID of a callsite (#104491)
356533246aa33db44c75afb2d3eb6e0e08f0d7a6 [lldb] Fix windows debug build after 9d07f43 (#104896)
8056d92bc201906edbb27f4efa1cc80a18359880 [lldb][ClangExpressionParser] Implement ExternalSemaSource::ReadUndefinedButUsed (#104817)
ddaa8284f5b4a240108eac8db92fa3eaae3299f5 Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162)
770cd24140038646539602406fff54497793dae8 [lldb][ClangExpressionParser] Don't leak memory when multiplexing ExternalASTSources (#104799)
7aa22f013e24d20291aad745368ff907baa9dfa4 [mlir][gpu] Add 'cluster_size' attribute to gpu.subgroup_reduce (#104851)
93eda08babe95188ee41400035abaade79cda7d1 [mlir][spirv] Support
gpu
inconvert-to-spirv
pass (#105010)e0441d587b3c5c5d11b08cbcfbbbb66ea8185510 [libc++][chono] Use hidden friends for leap_second comparison. (#104713)
e0326b668efda1d4ed7969c1a6cca44a487d24b6 [OpenMP] Map
omp_default_mem_alloc
to global memory (#104790)e6751bfbf77bd9888b7882a46e2453e4ed149c7b [NFC][TableGen] Elminate use of isalpha/isdigit from TGLexer (#104837)
6a38e19c92ed09eeecb70d5f61c3b822acb4964d [HLSL] Implement support for HLSL intrinsic - saturate (#104619)
514481736cf943464125ef34570a7df0a19290de [RISCV] Add isel optimization for (and (sra y, c2), c1) to recover regression from #101751. (#104114)
abd3a2ded32a4dfad63ed6397f291c64453d744f [bazel] Add missing deps in {Arith,DLTI}DialectTdFiles (#105091)
The text was updated successfully, but these errors were encountered: