platform/upstream/llvm.git
2023-02-06 Noah GoldsteinAdd transform for `(mul X, OddC) eq/ne N * C` --> ...
2023-02-06 Noah GoldsteinAdd tests for folding (icmp UnsignedPred X * Z, Y ...
2023-02-06 Noah GoldsteinRecommit "Improve and enable folding of conditional...
2023-02-06 Noah GoldsteinOnly match BMI (BLSR, BLSI, BLSMSK) if the add/sub...
2023-02-06 Noah GoldsteinSearch through associative operators for BMI patterns...
2023-02-06 Noah GoldsteinMatch (xor TSize - 1, ctlz) to `bsr` instead of `lzcnt...
2023-02-06 Valentin Clement[flang] Fix creation of the bound array for pointer...
2023-02-06 Ariel Burton[Clang] Fix __ptr32 arguments passed to builtins
2023-02-06 Haowei Wu[Clang] Add llvm-mt and llvm-rc to Clang bootstrap...
2023-02-06 Ron LiebermanRevert "[OpenMP][libomp] Remove false positive for...
2023-02-06 Haowei Wu[Fuchsia] Simplified the stage2 build setup
2023-02-06 Joseph Huber[LinkerWrapper] Output a temp file with the wrapper...
2023-02-06 Bjorn PetterssonRevert "[Lint] Use new PM instead of legacy PM in lintF...
2023-02-06 Bjorn Pettersson[Lint] Use new PM instead of legacy PM in lintFunction...
2023-02-06 Bjorn Pettersson[TailDuplicator] Fix old bugs in TailDuplicator::duplic...
2023-02-06 Bjorn Pettersson[TailDuplicator] Pre-commit test case for a subreg...
2023-02-06 Gulfem Savrun... [Coverage] Map regions from system headers
2023-02-06 Florian HahnRecommit "[ConstraintElim] Enable pass by default."
2023-02-06 Benjamin Maxwell[DebugInfo] Add missing 'break' in switch (NFC)
2023-02-06 Vassil VassilevDon't re-export top-level modules
2023-02-06 David Green[DAG] Remove non-canonical AVG case.
2023-02-06 David Green[DAG][AArch64][ARM] Recognize avg (hadd) from wrapping...
2023-02-06 Benjamin Maxwell[DebugInfo] Handle fixed-width DW_FORM_addrx variants...
2023-02-06 Joseph Huber[libc] Add `LIBC_GPU_TEST_ARCHITECTURE` option to set...
2023-02-06 Florian Hahn[ConstraintElim] Update existing constraint system...
2023-02-06 Shivam Gupta[LLDB][NFC] Fix a incorrect use of shared_ptr in Render...
2023-02-06 Ivan Kosarev[AMDGPU][NFC] Clean up the VOP profile definition for...
2023-02-06 Chuanqi Xu[Coroutines] Pass size parameter for deallocation funct...
2023-02-06 Dmitry Chernenkov[bazel][libc] Fix dependencies for float functions
2023-02-06 Florian Hahn[ConstraintElim] Move some array accesses to variables...
2023-02-06 Jay Foad[AMDGPU] Fix some LABEL check lines
2023-02-06 Jay Foad[AMDGPU] Fix DOS line endings in some tests
2023-02-06 serge-sans... Reapply 6fa2abf90886f18472c87bc9bffbcdf4f73c465e
2023-02-06 zhijian[NFC] add new function is64Bit for SymbolicFile class
2023-02-06 Simon Pilgrim[X86] combineConcatVectorOps - add X86ISD::VPERMV handling
2023-02-06 Simon Pilgrim[X86] combineConcatVectorOps - merge 256-bit logic...
2023-02-06 John Brawn[extract_symbols.py] Better handling of templates
2023-02-06 Craig Topper[X86] Change precision control to FP80 during u64-...
2023-02-06 Jonathan Peyton[OpenMP][libomp] Remove false positive for memory sanitizer
2023-02-06 Mark de Wever[libc++][CI] Uses LLVM 17 in Docker.
2023-02-06 Craig Topper[RISCV] Remove DecoderMethod from C_NOP_HINT. NFC
2023-02-06 Craig Topper[RISCV] Make 'c.addi x0, imm' an alias for 'c.nop imm'.
2023-02-06 Matthias Springer[mlir][bufferization] Fix bufferization of repetitive...
2023-02-06 Yaxun (Sam... [HIP] Support ASAN with malloc/free
2023-02-06 Matthias Springer[mlir][bufferization] Reads from tensors with undefined...
2023-02-06 serge-sans... [clang] Reorder output of rocm-detect.hip test
2023-02-06 Jonas HahnfeldRevert "Lazyly initialize uncommon toolchain detector"
2023-02-06 Jean Perier[flang][hlfir] deref pointers before lowering assignmen...
2023-02-06 Pratik SharmaFix broken link to CxxCodeBrowser in External Clang...
2023-02-06 David Green[AArch64] Don't create ST2 for 64bit store that require...
2023-02-06 Haojian Wu[clangd] Remove the direct use of StdSymbolMapping...
2023-02-06 Aaron BallmanUpdate status of WG21 DR1042
2023-02-06 Alex Zinenko[mlir] more side effect verification in transform dialect
2023-02-06 Vladislav Vinogradov[mlir][NFC] Use fully qualified C++ namespaces in ...
2023-02-06 Bjorn PetterssonRemove no longer needed includes of LegacyPassManager.h
2023-02-06 Bjorn Pettersson[CodeGen] Remove some not needed includes in BackendUti...
2023-02-06 Petar AvramovicAMDGPU/MC: Fix indentation and remove unused macro...
2023-02-06 Backl1ght[clang-format] PackConstructorInitializers support...
2023-02-06 Timm Bäder[clang][NFC] Fix a documentation typo
2023-02-06 gonglingqin[LoongArch] Add baseline tests for optimizations that...
2023-02-06 Florian Hahn[LV] Also check interleaving only in select-min-index.ll
2023-02-06 Christian Ulmann[mlir][llvm] Add missing license header (NFC)
2023-02-06 Markus Böck[mlir][MemRef] Add required address space cast when...
2023-02-06 serge-sans... Lazyly initialize uncommon toolchain detector
2023-02-06 David Green[ARM][AArch64] Regenerate hadd tests. NFC
2023-02-06 Tom Eccles[flang][NFC] Move IntrinsicCall to Optimizer/Builder...
2023-02-06 Tom Eccles[flang][NFC] Move intrinsic name mangling to IntrinsicC...
2023-02-06 Tom Eccles[flang][NFC] remove duplicate fir::toInt definition 4/6
2023-02-06 Tom Eccles[flang][NFC] Move runtime helpers used by intrinsics...
2023-02-06 Tom Eccles[flang][NFC] remove spurious dependency from IntrinsicC...
2023-02-06 Tom Eccles[flang][NFC] remove stmtCtx genIntrinsicCall 1/6
2023-02-06 Simon Pilgrim[TLI] SimplifyMultipleUseDemandedBits - remove insert_s...
2023-02-06 David Spickett[libc] Fix pthread argument for scudo integration tests...
2023-02-06 Matthias Springer[mlir][tensor][bufferize] tensor.empty does not define...
2023-02-06 chenglin.bi[Instcombine] precommit tests for icmp with intrinsic...
2023-02-06 Tobias Gysi[mlir][llvm] Drop opaque ptr test in LLVM IR import.
2023-02-06 Chuanqi Xu[Modules] Recreate file manager for ftime-trace when...
2023-02-06 chenglin.bi[InstCombine] precommit tests for icmp with bool range...
2023-02-06 Kevin Sala[NFC][OpenMP][libomptarget] Fix format in PluginInterfa...
2023-02-06 Philipp Tomsich[RISCV][NFC] Update debug message for XTHeadVdot
2023-02-06 Tobias Gysi[mlir][llvm] Fix bug in constant import from LLVM IR.
2023-02-06 Kevin Sala[OpenMP][libomptarget] Notify the plugins regarding...
2023-02-06 Guillaume Chatelet[NFC] Inline variable
2023-02-06 Nathan Ridge[clangd] Semantic highlighting for constrained-parameter
2023-02-06 Rainer Orth[Release] Increase test-release.sh verbosity
2023-02-06 Jean Perier[flang][hlfir] Lower asInquired intrinsic arguments
2023-02-06 Jean Perier[flang][hlfir] Turn fir.char<1> results into hlfir...
2023-02-06 Craig Topper[RISCV] Use uint32_t intead of uint64_t for instruction...
2023-02-06 Craig Topper[RISCV] Simplify some code in RISCVDisassembler. NFC
2023-02-06 Ruiling SongAMDGPU: Mark control flow intrinsics non-duplicable
2023-02-06 Adrian Kuegel[mlir] Use mlir::TypedValue to avoid compiler bug in...
2023-02-06 Kazu HirataRevert "[lldb] Fix warning about unhandled enum value...
2023-02-06 Vitaly BukaRevert "[clang][WebAssembly] Initial support for refere...
2023-02-06 Ganesh Gopalasubramanian[X86] Add RMPQUERY to SNP instructions
2023-02-06 Siva Chandra... [bootstrap build] Add libc-hdrgen as a build dep for...
2023-02-06 Craig Topper[RISCV] Use decodeSImmNonZeroOperand for simm6nonzero...
2023-02-06 Roland McGrath[RISCV] Default to -fsanitize=shadow-call-stack for...
2023-02-06 Petr HosekRevert "[CMake] Support runtimes targets without specif...
2023-02-06 Roland McGrath[RISCV] Default to -ffixed-x18 for Fuchsia
2023-02-06 Roland McGrath[RISCV] Use OS-specific stack-guard ABI for Fuchsia
next