platform/upstream/llvm.git
2023-05-08 Shafik Yaghmour[Clang] Update warning on some designator initializer...
2023-05-08 Hanhan Wang[mlir][vector] Remove unused variable `srcShape`.
2023-05-08 Vassil Vassilev[clang-repl] Consider the scope spec in template lookup...
2023-05-08 Hanhan Wang[mlir][vector] Generalize vector.transpose lowering...
2023-05-08 Craig Topper[RISCV] Use parseToken to simplify code. Add missing...
2023-05-08 Jake Egan[AIX] Adjust support of format function tests
2023-05-08 Kan Wu[MemProf] Add hot allocation type
2023-05-08 David Stone[clang][AST][NFC] Factor out check for structural equiv...
2023-05-08 Zhongyunde[MergeICmps] Adapt to non-eq comparisons, bugfix
2023-05-08 Valentin Clement[mlir][openacc] Cleanup acc.update from old data clause...
2023-05-08 Hans WennborgUse LLVM-style include guard in regex_impl.h
2023-05-08 Craig Topper[RISCV] Implement shouldTransformSignedTruncationCheck.
2023-05-08 Craig Topper[RISCV] Simplify matchRegisterNameHelper interface...
2023-05-08 Dave Lee[lldb] Prevent mutation of CommandAlias::GetOptionArguments
2023-05-08 Corentin Jabot[Clang] Improve compile times when forming a DeclRef...
2023-05-08 Jon Chesterfield[libc][rpc][nfc] Encapsulate access to outbox pointer
2023-05-08 Valentin Clement[mlir][openacc] Add verifier for dataOperands on comput...
2023-05-08 Valentin Clement[mlir][opeancc] Update acc.update verifier for dataOperands
2023-05-08 Florian Hahn[VPlan] Record IR flags on VPWidenRecipe directly ...
2023-05-08 Valentin Clement[mlir][openacc] Update acc.enter_data verifier for...
2023-05-08 Valentin Clement[mlir][openacc] Update acc.data verifier for dataOperands
2023-05-08 Adrian PrantlSkip test when compiling with older versions of clang
2023-05-08 Joseph Huber[libc] Make the opcode parameter a compile time constant
2023-05-08 Alvin Wong[X86][MC] Reject `call`/`jmp [offset fn_ref]` in Intel...
2023-05-08 Alvin Wong[X86][CodeGen] Do not add `offset` for memory reference...
2023-05-08 Alvin Wong[X86][MC] Fix parsing Intel syntax indirect branch...
2023-05-08 max[MLIR][python bindings] Add `PyValue.print_as_operand...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Jonas Paulsson[MachineLateInstrsCleanup] Bugfix for handling of kill...
2023-05-08 Teresa Johnson[MemProf] Control availability of hot/cold operator...
2023-05-08 Jake Egan[libc++][AIX] Remove LIBCXX-AIX-FIXME feature from...
2023-05-08 Yonghong Song[Clang][BPF] Type print btf_type_tag properly
2023-05-08 Simon Pilgrim[X86] vector-reduce-or-bool.ll - add common AVX prefix
2023-05-08 Corentin Jabot[Clang] Correctly handle allocation in template arguments
2023-05-08 Dhruv Chawla[TargetLowering] Fix unnecessary call to `computeKnownB...
2023-05-08 Hristo Hristov[libc++][spaceship] Implement `operator<=>` for `array`
2023-05-08 Samira Bazuzi[clang][dataflow] Remove deprecated pass-through APIs...
2023-05-08 Quentin Colombet[Transform] Support more case for the transform pad...
2023-05-08 Tobias GysiRevert "[mlir][mem2reg] Expose algorithm internals."
2023-05-08 Akshay KhadseReapply [Coverity] Fix explicit null dereferences
2023-05-08 Simon Pilgrim[X86] avx512-insert-extract.ll - add nounwind to silenc...
2023-05-08 Whitney Tsang[mlir][CallOpInterface] Add `setCalleeFromCallable...
2023-05-08 Louis Dionne[libc++] Fix mistake in documentation of libcxx-lit...
2023-05-08 Théo Degioanni[mlir][mem2reg] Expose algorithm internals.
2023-05-08 Jacques Pienaar[mlir][bytecode] Fix typo in DenseElementsAttr.
2023-05-08 Oleksandr ... [mlir] warn about passthrough in LLVM dialect doc
2023-05-08 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-08 Sam McCallReland "Give NullabilityKind a printing operator<<"
2023-05-08 Wang, Xin10Fix possible self assign issue for DIEValue
2023-05-08 Qiu Chaofan[PowerPC] Add target feature requirement to builtins
2023-05-08 Vassil Vassilev[clang-repl] Do not assert if we have weak references...
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
next