platform/upstream/llvm.git
2023-07-06 Thurston DangReland '[msan] Intercept dladdr1, and refactor dladdr'
2023-07-06 Matt ArsenaultAMDGPU: Fix not applying the correct default memcpy...
2023-07-06 Yusra Syeda[SystemZ][z/OS] Address single comment in ADA patch...
2023-07-06 Jeremy Furtek[mlir] Add support for TF32 as a Builtin FloatType
2023-07-06 Alex Langford[lldb][NFCI] Minor cleanups to StructuredData::GetObjec...
2023-07-06 Alex Langford[lldb][NFCI] Remove use of ConstString from OptionValue
2023-07-06 zhijian[AIX][XCOFF] print out the traceback info
2023-07-06 Joseph Huber[Libomptarget] Fix tests after deleting the next-gen...
2023-07-06 Doru BerceaEnable dynamic-sized VLAs for data sharing in OpenMP...
2023-07-06 Craig Topper[RISCV] Use ClangBuiltin in IntrinsicsRISCV.td to map...
2023-07-06 Nikita Popov[CaptureTracking] Don't consider comparison of inbounds...
2023-07-06 David Spickett[libcxx] Only add -GR- option to MSVC or clang-cl builds
2023-07-06 Leandro Lupori[flang] Force the use of intrinsic builtins in type_info
2023-07-06 Simon Pilgrim[X86] isTargetShuffleEquivalent - ensure the reference...
2023-07-06 Craig Topper[RISCV] Use 'long' in sha512 builtin tests. NFC
2023-07-06 songruiwang[analyzer] Fix false negative when pass implicit cast...
2023-07-06 Sergei Barannikov[Mips] Replace OperandMatchResultTy with ParseStatus...
2023-07-06 David Tenty[clang][CodeGenCXX] Improve handling of itanium ABI...
2023-07-06 Konrad Kleine[lld] respect LLVM_EXTERNAL_LIT
2023-07-06 Jens MassbergAdd missing semantic highlighing for concepts.
2023-07-06 Matt ArsenaultAMDGPU: Make SIFixVGPRCopies preserve everything
2023-07-06 Matt ArsenaultAMDGPU: Fold out sign bit ops on frexp_exp
2023-07-06 Paul Walker[SVE] Add isel for 32-bit add/sub(cntp()) -> incp/decp.
2023-07-06 Matthias Springer[mlir][linalg][transform] Add verifier to MaskedVectorizeOp
2023-07-06 Florian Hahn[LV] Add test case for incorrect shift truncation.
2023-07-06 Matthias Springer[mlir][bufferization] Fix insertion point issue in...
2023-07-06 Haohai Wen[Driver][MSVC] Support DWARF fission when using LTO...
2023-07-06 LLVM GN Syncbot[gn build] Port 7aafea001282
2023-07-06 LLVM GN Syncbot[gn build] Port 4ade8b7ed997
2023-07-06 LLVM GN Syncbot[gn build] Port 2d8cd1951202
2023-07-06 LLVM GN Syncbot[gn build] Port 163aad6bcbff
2023-07-06 Nico Weber[gn] port 3003da71540b
2023-07-06 Markus Böck[mlir][LLVM] Make `SplitIntegerStores` capable of split...
2023-07-06 Markus Böck[mlir][LLVM] Use `undef` operand instead of removing...
2023-07-06 Florian Hahn[DemandedBits] Add tests for shl.
2023-07-06 Aleksandr Popov[IRCE][Tests] Add more tests with range checks in the...
2023-07-06 Eduard Zingerman[BPF] Undo transformation for LICM.cpp:hoistMinMax()
2023-07-06 Florian Hahn[DemandedBits] Print function name when printing analysis.
2023-07-06 Hans Wennborg[docs] Update 'please file a bug' link for clang-cl
2023-07-06 Simon Pilgrim[GlobalISel][X86] Regenerate add/sub legalization tests
2023-07-06 Nikita Popov[InstSimplify] Fold gep inbounds undef to undef instead...
2023-07-06 Renato Golin[MLIR][Linalg] Add more arith named ops to linalg ...
2023-07-06 Amy Kwan[AIX][TLS] Generate optimized local-exec access code...
2023-07-06 Timm Bäder[clang][Interp][NFC] Move some declarations into the...
2023-07-06 Timm Bäder[clang][Interp][NFC] Fix some doc comment confusion
2023-07-06 Timm Bäder[clang][Interp][NFC] Take a const Function pointer...
2023-07-06 Timm Bäder[clang][Interp][NFC] Make a local variable const
2023-07-06 Timm Bäder[clang][Interp][NFC] Return a const Descriptor from...
2023-07-06 Nikita Popov[LangRef] Always allow getelementptr inbounds with...
2023-07-06 Louis Dionne[libc++] Fix thread annotations on shared_mutex and...
2023-07-06 Alex Bradbury[RISCV][test] Add RV32I and RV64I RUN lines to llvm...
2023-07-06 Florian Hahn[LV] Consider if scalar epilogue is required in getMaxi...
2023-07-06 Felipe de Azevedo... [lldb][NFC] Remove code duplication in InitOSO
2023-07-06 John BrawnFix compile error in UnresolvedSetTest.cpp, hopefully...
2023-07-06 Eddie Phillipsupdate_mir_test_checks.py - separate different prefix...
2023-07-06 Ivan Kosarev[AMDGPU] Add GlobalISel test coverage for floating...
2023-07-06 Marco Elver[compiler-rt] Fix __sanitizer_cpuset size on newer...
2023-07-06 Amilendra Kodithuwakku[LLD][ELF] Cortex-M Security Extensions (CMSE) Support
2023-07-06 Haojian Wu[llvm][Support] Deprecate llvm::writeFileAtomically API
2023-07-06 Matthias Springer[mlir][linalg][transform] Fix Python build
2023-07-06 Lorenzo Chelini[MLIR][Linalg] Expose `packMatmulGreedily` in `Transfor...
2023-07-06 Simon Pilgrim[X86] Fold BITOP(PACKSS(X,Z),PACKSS(Y,W)) --> PACKSS...
2023-07-06 Simon Pilgrim[X86] Add base SSE2 i686 test coverage to vector bitlog...
2023-07-06 Simon Pilgrim[X86] Add base SSE2 i686 test coverage to vector bool...
2023-07-06 Matthias Springer[mlir][linalg][transform] Fix TileOp builder
2023-07-06 Haojian Wu[include-cleaner] Add an IgnoreHeaders flag to the...
2023-07-06 Gedare Bloom[clang-format] Fix align consecutive declarations over...
2023-07-06 Dmitri Gribenko[docs] Remove incorrect markup in a code block
2023-07-06 Gedare Bloom[clang-format] Fix RAS reference alignment when PAS...
2023-07-06 David Spickett[lldb] Fix crash when completing register names after...
2023-07-06 Craig Topper[RISCV] Use 'long' in aes64 Zknd/Zkne builtin tests...
2023-07-06 Craig Topper[RISCV] Add trunc instruction to the __builtin_riscv_ct...
2023-07-06 Job Noorman[JITLink][RISCV] Move relax to PostAllocationPasses
2023-07-06 Andrzej Warzynski[mlir][linalg] Vectorize 0-d tensor extract
2023-07-06 Craig Topper[RISCV] Use 'int' for return type for clz_64/clo_64...
2023-07-06 esmeyi[AIX] make integrated-as as default on AIX.
2023-07-06 Nikita Popov[ModRef] Use enum class for IRMemLocation (NFC)
2023-07-06 Serge Pavlov[AIX][clang][tests] XFail PCH/late-parsed-instantiation...
2023-07-06 XChy[InstCombine] Transform (A > 0) | (A < 0) -> zext ...
2023-07-06 XChy[InstCombine] Add tests for (A > 0) | (A < 0) -> zext...
2023-07-06 Martin Braenne[clang][dataflow] Bug fix: `BuiltinFnToFnPtr` cast...
2023-07-06 Valery Pykhtin[AMDGPU] Fix register class for a subreg in GCNRewriteP...
2023-07-06 Jim Lin[LibCallsShrinkWrap] Set IsFPConstrained is true for...
2023-07-06 Fangrui Song[XRay][test] Remove unneeded REQUIRES: x86_64-target...
2023-07-06 Fangrui Song[LTO] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2023-07-06 Fangrui Song[XRay][AArch64] Implement __xray_ArgLoggerEntry
2023-07-06 Jianjian GUAN[RISCV][NFC] Use common prefix to simlify test.
2023-07-06 Tom StellardGetClangResourceDir: Fix downstream projects that bundl...
2023-07-06 zhanglimin[profile] Enable loongarch64
2023-07-06 Fangrui Song[XRay][test] Replace some XFAIL with more appropriate...
2023-07-06 Tom StellardAMDGPU: Remove add_dependencies calls from CMakeLists.txt
2023-07-06 Jacques Pienaar[mlir][shape] Remove overzealous Dim verifier
2023-07-06 Craig Topper[RISCV] Add DAG combine for (fmv_w_x_rv64 (fmv_x_anyext...
2023-07-06 Ben Shi[RISCV][NFC] Simplify uses of PatFrag binop_oneuse
2023-07-06 maxAdd SymbolRefAttr to python bindings
2023-07-06 Matt ArsenaultDAG: Implement soften float for ffrexp
2023-07-06 Volodymyr Sapsai[ODRHash] Stop hashing `ObjCMethodDecl::isPropertyAcces...
2023-07-06 Volodymyr Sapsai[ODRHash] Stop hashing `ObjCMethodDecl::isOverriding...
2023-07-06 Craig Topper[RISCV][TableGen] Remove f32 from XLenFVT for RV32.
2023-07-06 Nemanja IvanovicRevert "[PowerPC] Remove extend between shift and and"
next