platform/upstream/llvm.git
2023-01-18 Mehdi AminiHarden -slice-analysis-test MLIR testing pass to check...
2023-01-18 Matthias Springer[mlir] GreedyPatternRewriteDriver: Fix termination...
2023-01-18 Elena Lepilkina[llvm-objdump] Fix reporting error for processing targe...
2023-01-18 Aaron BallmanDiagnose extensions in 'offsetof'
2023-01-18 Peixin Qiao[flang] Add TODO for allocate array with scalar source
2023-01-18 Samuel Parker[NFC][WebAssembly] Add tests
2023-01-18 Sanjay Patel[InstCombine] add tests for diff-of-squares; NFC
2023-01-18 Sanjay Patel[InstCombine] simplify code for matching shift-logic...
2023-01-18 Viktoriia Bakalova[include-mapping] Fix gen_std.py test
2023-01-18 LLVM GN Syncbot[gn build] Port f10d452db841
2023-01-18 wangleiReland "[JITLink] Add an initial implementation of...
2023-01-18 Benjamin Kramer[bazel] Fix build after c33b9395b1
2023-01-18 Sebastian Neubauer[BitcodeReader] Allow reading pointer types from old IR
2023-01-18 Florian Hahn[VPlan] Replace VPBranchOnMaskSC::classof with VP_CLASS...
2023-01-18 Dmitry Bushev[RISCV][ISelLowering] Fix select lowering issue
2023-01-18 Haojian WuRemove an unused variable, NFC
2023-01-18 Simon Pilgrim[DAG] combineInsertEltToShuffle - split off mergeInsert...
2023-01-18 David Green[DAG][ARM][AArch64] Transform max(a,b) - min(a,b) ...
2023-01-18 Haojian WuReland "nullptr returned from ActOnTag() is not a valid...
2023-01-18 Tim NorthoverAArch64: allocate small fixed args properly in varargs...
2023-01-18 chenglin.biReapply [AArch64] fold subs ugt/ult to ands when the...
2023-01-18 Haojian Wu[libc++][ranges] Remove a leftover include version...
2023-01-18 Luke Lau[RISCV] Generalize performFP_TO_INTCombine to vectors
2023-01-18 Luke Lau[RISCV][NFC] Add test cases for rounding vfcvt
2023-01-18 Nikita Popov[LLVMContext] Remove hasSetOpaquePointersValue() API...
2023-01-18 David Green[DAG][AArch64][ARM] Combine abd(sub(x, y)) to abd if...
2023-01-18 Nikita Popov[LTO] Always use opaque pointers mode from config
2023-01-18 Diana Picus[GlobalISel] Detect splats built with G_CONCAT_VECTORS
2023-01-18 Diana PicusFix typo. NFC
2023-01-18 Markus Böck[mlir][tblgen] Emit deprecation warning if `kEmitRawAtt...
2023-01-18 LLVM GN Syncbot[gn build] Port 48c2172e51b2
2023-01-18 wangpc[CSKY] Fix errors caused by change of compressInst
2023-01-18 Nikita Popov[Release] Produce mlir tarball
2023-01-18 Nikita Popov[AsmParser] Remove typed pointer auto-detection
2023-01-18 wangleiRevert "[JITLink] Add an initial implementation of...
2023-01-18 Nikita PopovRevert "[BitcodeReader] Allow reading pointer types...
2023-01-18 Sergey Kachkov[GVN][NFC] Add pre-commit tests for non-local load...
2023-01-18 Pierre van... [CodeGen] Prevent overlapping subregs in getCoveringSub...
2023-01-18 Pierre van... [AMDGPU] Precommit test for D141576
2023-01-18 Nikita Popov[LowerIFunc] Remove typed pointer test (NFC)
2023-01-18 Kirill Stoimenov[HWASAN] Add leak sanitizer flag support
2023-01-18 Vitaly Buka[HWASA] Restore LsanMetadata from D141642 Diff5
2023-01-18 Konstantin... [libc++][ranges] Mark completed Ranges papers and issue...
2023-01-18 LLVM GN Syncbot[gn build] Port 28b6f38d0a84
2023-01-18 Arthur EubanksRevert "Diagnose extensions in 'offsetof'"
2023-01-18 Arthur EubanksRevert "nullptr returned from ActOnTag() is not a valid...
2023-01-18 wangpc[RISCV][NFC] Use uncompressInst to relax instructions
2023-01-18 wangpc[RISCV][NFC] Move compressInst/uncompressInst to RISCVB...
2023-01-18 wangpc[TableGen][NFC] Add postfix for validators of CompressPat
2023-01-18 wanglei[JITLink] Add an initial implementation of JITLink...
2023-01-18 Chuanqi Xu[Serialization] Serialize the new added FunctionDeclBit...
2023-01-18 Jake Egan[NFC] Disable test on AIX due to different default...
2023-01-18 Arthur Eubanks[gn build] Manually port e022ca8
2023-01-18 Amir Ayupov[perf-training] Check extension in findFilesWithExtension
2023-01-18 Slava Zakharin[mlir] Fixed memory leak after D141726.
2023-01-18 Matt Arsenaultllvm-reduce: Reduce ifuncs
2023-01-18 Matt ArsenaultUtils: Add utility pass to lower ifuncs
2023-01-18 Matt Arsenaultllvm-reduce: Simplify async usage by avoiding lambda
2023-01-18 Matt Arsenaultllvm-reduce: Use StringRef/ArrayRef
2023-01-18 Matt Arsenaultllvm-reduce: Add missing consts
2023-01-18 Vitaly Buka[hwasan] Fix LsanMetadata::LsanMetadata
2023-01-18 Nadeem, Usman[Flang] Fix parsing error on loop count compiler directive
2023-01-18 chendewen[AArch64][SVE] Add more intrinsics in 'isZeroingInactiv...
2023-01-18 Manish GuptaAdd NVGPUUtil bazel lib
2023-01-18 Chuanqi Xu[C++20] [Modules] Deprecate `-fmodules-ts` flag
2023-01-18 Craig Topper[RISCV] Eliminate the need to pass both RISCVSubtarget...
2023-01-18 Chuanqi Xu[C++] [Coroutines] Deprecates the '-fcoroutines-ts...
2023-01-18 Jan Korous[-Wunsafe-buffer-usage][NFC] Refactor checkUnsafeBuffer...
2023-01-18 Kirill Stoimenov[HWASAN] Implemented LSAN SetLsanTag and IgnoreObjectLocked
2023-01-18 Jordan Rupprecht[NFC][bazel] Add export_files for utils/textmate/mlir...
2023-01-18 Nikolas Klauser[libc++][NFC] Split up ranges.transform.pass.cpp
2023-01-18 Florian Mayer[NFC] [scudo] syntax-check DCHECK arguments if DCHECK...
2023-01-18 Rashmi Mudduluru[-Wunsafe-buffer-usage] Emit warnings about unsafe...
2023-01-18 Florian Mayer[HWASan] link to doc in reports on Android
2023-01-18 Giorgis Georgakoudis[OpenMP] Support kernel record and replay
2023-01-18 Mircea Trofin[nfc][mlgo] Remove abstraction layers for training...
2023-01-18 Anshil Gandhi[MachineBasicBlock] Explicit FT branching param
2023-01-17 Arthur EubanksRevert ""Reland "[pgo] Avoid introducing relocations...
2023-01-17 Mircea TrofinFix OSX build break introduced by D141720
2023-01-17 Rahman Lavaee[Propeller] Use Fixed MBB ID instead of volatile Machin...
2023-01-17 Craig Topper[RISCV] Use zeroext instead of signext in mask reductio...
2023-01-17 Nikolas Klauser[libc++] Add ALLOW_RETRIES to a few flaky tests
2023-01-17 Zibi Sarbinowski[SystemZ][z/OS] Fix cityhash lit for EBCDIC
2023-01-17 usama hameed[CompilerRT] Remove sanitizer support for i386 iossim
2023-01-17 usama hameed[CompilerRT] Remove ubsan static runtime on Apple
2023-01-17 Lang Hames[ORC-RT] Reapply ab59185fbfb (Add IntervalMap/Set)...
2023-01-17 Kazu HirataRevert "[ORC-RT] Add IntervalMap and IntervalSet collec...
2023-01-17 Kazu Hirata[Analysis] Fix a warning
2023-01-17 Craig Topper[RISCV][TableGen] Correct formatting in RISCVGenCompres...
2023-01-17 Volodymyr Sapsai[clang][sema][Matrix] Move code from try-cast to `TypeL...
2023-01-17 Lang Hames[ORC-RT] Add IntervalMap and IntervalSet collections.
2023-01-17 Kazu Hirata[mlir] Fix a deprecation warning
2023-01-17 Mircea Trofin[mlgo] Remove the protobuf dependency
2023-01-17 Florian Hahn[VPlan] Replace VPExpandSCEVRecipe::classof with VP_CLA...
2023-01-17 Nikolas Klauser[libc++] Mark std::pmr virtual functions as _LIBCPP_HID...
2023-01-17 Aaron Ballmannullptr returned from ActOnTag() is not a valid result
2023-01-17 Kazu Hirata[mlir] Fix a warning
2023-01-17 Craig Topper[RISCV] Add missing check prefixes to vreductions-mask...
2023-01-17 Peiming Liu[mlir][sparse] avoid using mutable descriptor when...
2023-01-17 Florian Hahn[VPlan] Replace VPScalarIVStepsRecipe::classof with...
next