platform/upstream/llvm.git
2023-05-08 Job Noorman[JITLink][RISCV] Only generate PLT entries for external...
2023-05-08 eopXD[Clang][RISCV] Update vreinterpret.c test case with...
2023-05-08 Lorenzo Chelini[MLIR][Linalg] Rename `packElementWiseOp` to `packGener...
2023-05-08 Vitaly Buka[NFC][ASAN] Sort includes
2023-05-08 Vitaly Buka[NFC][ASAN] Add const to getter
2023-05-08 sgokhale[CodeGen][ShrinkWrap] Split restore point
2023-05-08 Vitaly Buka[test][lsan] Don't recompile the test
2023-05-08 Vitaly Buka[test][sanitizer] Improve test expectation
2023-05-08 Vitaly Buka[test][sanitizer] Check pthread_create return value
2023-05-08 Vitaly Buka[NFC][ASAN] Use alignof instead of constant
2023-05-08 Vitaly Buka[NFC][ASAN] Extract ThreadRegistry initialization
2023-05-08 Martin Braenne[clang][dataflow][NFC] Remove `SkipPast` parameter...
2023-05-08 Jonas Paulsson[MachineLateInstrsCleanup] Improve compile time for...
2023-05-08 sgokhale[CodeGen] Autogen tests as prerequisite for D42600
2023-05-08 WuXinlong[RISCV] Add MC support of RISCV zcmp Extension
2023-05-08 Vitaly Buka[NFC][ASAN] Reformat the file
2023-05-08 Noah GoldsteinRevert "[InstCombine] Improve bswap + logic_op optimiza...
2023-05-08 LLVM GN Syncbot[gn build] Port 8d657c461a5a
2023-05-08 Shengchen Kan[X86][AsmParser] Refactor code in AsmParser
2023-05-08 Joshua Cao[SCEV][reland] More precise trip multiples
2023-05-08 esmeyi[DWARF][MC] improve the error message when DwarfLineStr...
2023-05-08 Fangrui Song[MC][ARM] Fix redundant errors for .quad/.8byte relocat...
2023-05-08 Fangrui Song[MC] x86-32: properly report error for .quad relocation
2023-05-08 wanglei[LoongArch] Add some comments to getBPReg. NFC
2023-05-08 Fangrui Song[DWARFLinker] Remove an unused raw_svector_ostream
2023-05-08 Fangrui SongMCDwarfFrameEmitter::EncodeAdvanceLoc: use SmallVectorI...
2023-05-08 LLVM GN Syncbot[gn build] Port 746cf7e38cc4
2023-05-08 Nikolas Klauser[libc++] Use the __is_trivially_equality_comparable...
2023-05-08 Ian Anderson[libc++][Modules] Add missing includes and exports
2023-05-08 Ian Anderson[libc++] test/libcxx/transitive_includes.sh.cpp dumps...
2023-05-08 Zhao QiReland D147524 "[LoongArch] Provide basic TargetTransfo...
2023-05-08 Weining LuRevert "[LoongArch] Provide basic TargetTransformInfo...
2023-05-08 Roland McGrath[libc] Use Linux errno and signal strings for Fuchsia
2023-05-08 Noah Goldstein[KnownBits] Improve `KnownBits::rem(X, Y)` in cases...
2023-05-08 Noah Goldstein[KnownBits] Add tests for getting lowbits of `rem X...
2023-05-08 Noah Goldstein[X86] Lower used `(atomicrmw xor p, SignBit)` as `...
2023-05-08 Noah Goldstein[X86] Add tests for `(atomicrmw xor p, Imm)`; NFC
2023-05-07 Arthur EubanksRevert "[clang] Make predefined expressions string...
2023-05-07 Manoj GuptaRevert "[AArch64] Emit FNMADD instead of FNEG(FMADD)"
2023-05-07 Fangrui Song[MC] MCDwarfLineAddr::Encode: use SmallVectorImpl inste...
2023-05-07 Vitaly Buka[NFC][HWASAN] Add more pthread interceptors
2023-05-07 Vitaly Buka[NFC][LSAN] Add more pthread interceptors
2023-05-07 Vitaly Buka[NFC][ASAN] Add more pthread interceptors
2023-05-07 Vitaly Buka[NFC][HWASAN] Fix mutex in thread safety annotation
2023-05-07 Vitaly Buka[NFC][HWASAN] Reformat InitializeInterceptors
2023-05-07 Vitaly Buka[test][sanitizer] Extend the test
2023-05-07 Amara Emerson[NFC][AArch64][GlobalISel] Add a gisel run line for...
2023-05-07 Craig Topper[RISCV] Use inheritance instead of nesting multiclass...
2023-05-07 Craig Topper[RISCV] Ues PatGpr to reduce some tablegen code. NFC
2023-05-07 David Green[DAG] Calculate the number of sign bits for constant...
2023-05-07 Simon Pilgrim[X86] lowerShuffleAsElementInsertion - fold to or(vzext...
2023-05-07 Saleem AbdulrasoolObjectFile: introduce a COFF object file plugin
2023-05-07 Arthur Eubanks[clang] Make predefined expressions string literals...
2023-05-07 Piotr Zegar[clang-tidy][NFC] Split bugprone-exception-escape tests
2023-05-07 Simon Pilgrim[X86] Add getConstVector helper variant without undef...
2023-05-07 Florian Hahn[VPlan] Use RecipeBuilder to look up member when fixing...
2023-05-07 Carlos Galvez[clang-tidy] Support SystemHeaders in .clang-tidy
2023-05-07 Dávid Bolvanský[Tests] Preserve original test scenario
2023-05-07 Jean Perier[flang][hlfir] Add TODO for polymorphic vector subscrip...
2023-05-07 Simon Pilgrim[MC][X86] Fix encoding for VMOVPQIto64Zmr for correct...
2023-05-07 Simon Pilgrim[MC][X86] Add test coverage for Issue #62412
2023-05-07 Aaron Siddhartha... [bazel] Make labels to third-party dependencies explicit
2023-05-07 Dávid Bolvanský[SLC] Use unsigned char to fix test failures on some...
2023-05-07 Simon Pilgrim[MC][X86] Split off avx512vpopcntdq tests and add att...
2023-05-07 Austin Chang[InstCombine] Improve bswap + logic_op optimization
2023-05-07 Austin Chang[InstCombine] Add bswap(logic_op(bswap(x), y)) regressi...
2023-05-07 Dávid Bolvanský[SimplifyLibCalls] Transform memchr(STR, C, N) to chain...
2023-05-07 Yeting Kuo[ASAN] Support memory checks on vp.load/store.
2023-05-07 Mark de WeverRevert "[libc++] Soft-fail the two sanitizer jobs that...
2023-05-07 Mark de Wever[libc++] Modernizes the forwarded ios headers.
2023-05-07 Craig Topper[RISCV] Make zve32f imply F and zve64d imply D.
2023-05-07 sstwcw[clang-format] Don't indent Verilog `begin` keyword...
2023-05-07 sstwcw[clang-format] Recognize Verilog edge identifiers
2023-05-07 Nikita Ronja... [lldb] [NetBSD] getValue => operator* for Optional...
2023-05-07 Aaron Siddhartha... [bazel] Fix missing deps for layering check
2023-05-07 Shilei Tian[OpenMP] Make `libomptarget` link against `libomp`
2023-05-07 Shilei Tian[NFC][OpenMP] Remove trailing whitespaces in `openmp...
2023-05-07 Nico Weber[gn] port 3b6bc87 more
2023-05-07 LLVM GN Syncbot[gn build] Port 6ab43f9b87ce
2023-05-07 LLVM GN Syncbot[gn build] Port 5902bb9584d6
2023-05-07 LLVM GN Syncbot[gn build] Port 3b6bc8752027
2023-05-07 LLVM GN Syncbot[gn build] Port 040a41a85293
2023-05-07 Nico Weber[gn] port e7e3711885133
2023-05-07 Nico Weber[gn] port 95bb95ebe448
2023-05-07 Shengchen Kan[X86][AsmParser] Move include forward to reduce unneces...
2023-05-07 Kazu Hirata[InstCombine] Remove Descale
2023-05-07 Kazu Hirata[ARM] Remove unused declaration RematerializeIterCount
2023-05-07 Kazu Hirata[ARM] Remove unused declaration LowerGLOBAL_OFFSET_TABLE
2023-05-07 Kazu Hirata[ARM] Remove unused declaration EmitPatchedInstruction
2023-05-06 Simon Pilgrim[X86] or-with-overflow.ll - adjust or_i64_ri constant...
2023-05-06 Simon Pilgrim[DAG] computeOverflowForUnsignedAdd - use ConstantRange...
2023-05-06 Caroline Tice[lldb] Fix language label in ObjC Language unittest
2023-05-06 Yan Xin[mlir][doc] Fix typos in mlir/docs/LangRef.md
2023-05-06 Simon Pilgrim[DAG] computeOverflowForUnsignedAdd - use getMaxValue...
2023-05-06 Kazu Hirata[libc] Fix typos in documentation
2023-05-06 Kazu Hirata[PowerPC] Remove dead declaration mightUseCTR
2023-05-06 Kazu Hirata[WebAssembly] Remove dead declaration MatchTableForLowering
2023-05-06 Feng Wang[libunwind] Unwind through Linux riscv sigreturn trampoline
2023-05-06 Mark de Wever[libc++][ranges] Addresses LWG3759
2023-05-06 Jon Roelofs[clangd] Fix missing dependency on clang/Driver/Options...
next