platform/upstream/llvm.git
2022-08-10 Med Ismail... [lldb/crashlog] Surface error using SBCommandReturnObje...
2022-08-10 Med Ismail... [lldb/crashlog] Add '-t|--target' option to interactive...
2022-08-10 John Demme[MLIR] [Python] Fix the Windows build broken by d747a17
2022-08-10 John Demme[MLIR] [Python] Fix `Value.owner` to handle BlockArgs
2022-08-10 Phoebe WangReland "[compiler-rt][BF16] Provide __truncsfbf2 only...
2022-08-10 Phoebe WangRevert "[compiler-rt][BF16] Provide __truncsfbf2 only...
2022-08-10 Vitaly Buka[sanitizer] Let internal symbolizer to use posix_memalign
2022-08-10 Phoebe Wang[compiler-rt][BF16] Provide __truncsfbf2 only when...
2022-08-10 Freddy Ye[X86][BF16] Enable __bf16 for x86 targets.
2022-08-10 Phoebe Wang[X86][BF16] Make backend type bf16 to follow the psABI
2022-08-10 Fangrui Song[COFF] Change a llvm::StringSet<> to llvm::DenseSet...
2022-08-10 YingChi Long[clang] add APValue type check in `TryPrintAsStringLiteral`
2022-08-10 malavikasamak[analyzer] Fix false positive in use-after-move checker
2022-08-10 Aart Bik[mlir][sparse] fix doc
2022-08-09 Adrian PrantlFix modeline
2022-08-09 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `type_index`
2022-08-09 Med Ismail... [lldb/crashlog] Fix interactive crashlog test
2022-08-09 Adrian Vogelsgesang[libc++][NFC] Remove TEST_HAS_NO_SPACESHIP_OPERATOR
2022-08-09 Kazu Hirata[llvm-profdata] Support JSON as as an output-only format
2022-08-09 Adrian Vogelsgesang[libunwind] Use `_dl_find_object` if available
2022-08-09 alex-t[AMDGPU] SIFixSGPRCopies refactoring
2022-08-09 Evgenii Stepanov[sanitizer] Use C++17 to build the symbolizer.
2022-08-09 Siva Chandra... [libc][NFC] Fix a few compiler warnings.
2022-08-09 Philip Reames[RISCV] Split check lines for fpclamptosat_vec test
2022-08-09 Pengxuan Zheng[ARM] Do not use LOAD_STACK_GUARD with ROPI/RWPI
2022-08-09 Jim Ingham@skipIfAsan for the other long test in TestMemoryRegion.py
2022-08-09 Siva Chandra... [libc] Add __cxa_atexit support to the atexit function.
2022-08-09 Siva Chandra... [libc] Add a utility data structure named FixedVector.
2022-08-09 Dinar Temirbulatov[AArch64][LoopVectorize] Introduce trip count minimal...
2022-08-09 Jeff Niu[flang] Revert changes (NFC)
2022-08-09 Jeff Niu[mlir] Fix build of toyc-ch6 (NFC)
2022-08-09 Jim InghamThe memory region tests have been consistently timing...
2022-08-09 Haojian Wu[pseudo] Fix a suspicious usage of `sizeof(this)`.
2022-08-09 Jeff Niu[mlir] Cleanup DenseArrayAttrBase definition and expose...
2022-08-09 yundiqianfix mlgo regalloc test model generation for tflite
2022-08-09 Jeff Niu[mlir][LLVMIR] (NFC) Add convenience builders for Const...
2022-08-09 Pengxuan Zheng[LLD][COFF] Identify /GL object files which are inside...
2022-08-09 Dylan Fleming[Flang][OpenMP] Add support for integer multiplication...
2022-08-09 Peter Klausler[flang] Extend characterization & checking for procedur...
2022-08-09 Aart Bik[mlir][sparse] fix switch statement bug on two binary ops
2022-08-09 Aart Bik[mlir][sparse] update bibliography of sparse tensor...
2022-08-09 Lei Zhang[mlir][spirv] Use functors for default memory space...
2022-08-09 Lei Zhang[mlir][spirv] Detach memory space mapping from type...
2022-08-09 Philip Reames[RISCV] Refresh two autogened tests to avoid future...
2022-08-09 Lei Zhang[mlir][spirv] Make MemRef memory space mapping pass...
2022-08-09 Jerry Wu[MLIR] Extend vector.gather to accept tensor as base
2022-08-09 Jerry Wu[MLIR] Support lowering n-D arith.index_cast to LLVM
2022-08-09 Lei Zhang[mlir][spirv] Migrate to use specalized enum attributes
2022-08-09 Aart Bik[mlir][sparse] improve semi-ring doc
2022-08-09 Filipp Zhinkin[X86][ARM] Update tests for bitwise logic trees of...
2022-08-09 Jorge Gorbe... Move FormattersMatchCandidate flags to a struct.
2022-08-09 Archibald Elliott[docs][AArch64] Label Features with Arm ARM Names
2022-08-09 Adrian PrantlLiveDebugValues: Fix another crash related to unreachab...
2022-08-09 Sanjay Patel[InstCombine] fold usub.with.overflow to icmp when...
2022-08-09 Philip Reames[RISCV] Pin a test to scalar lowering to preserve test...
2022-08-09 Simon Pilgrim[X86] Remove unnecessary _mm_undefined_pd() test from...
2022-08-09 Peter Klausler[flang] Fix build warning from newer compilers
2022-08-09 Sanjay Patel[InstCombine] add helper function for extract of with...
2022-08-09 Sanjay Patel[PhaseOrdering][AArch64] add test for mul-with-overflow...
2022-08-09 Markus Böck[llvm][ADT] Allow using structured bindings with `llvm...
2022-08-09 V Donaldson[flang] Intrinsic RANDOM_SEED calls with dynamically...
2022-08-09 Jun Zhang[LLVM] Use range based for loop, NFC
2022-08-09 zhongyunde[IndVars] Eliminate redundant type cast with different...
2022-08-09 David Green[AArch64] Regenerate arm64-fmax.ll test. NFC
2022-08-09 Peter Klausler[flang] Change names of specific procedures of generic...
2022-08-09 Peter Klausler[flang][runtime] Support internal I/O to CHARACTER...
2022-08-09 Peter Klausler[flang] Don't check procedure pointer interface functio...
2022-08-09 Peter Waller[DAGCombine][NFC] Precommit extract-subvec-combine...
2022-08-09 Shawn ZhongFix -Wbitfield-constant-conversion on 1-bit signed...
2022-08-09 Thorsten Schütt[clang] fix deprecation
2022-08-09 Simon Pilgrim[DAG] Avoid hasOneUse() calls if the cheaper !AssumeSin...
2022-08-09 Keith Smiley[lld-macho][test] Rename dtrace test (NFC)
2022-08-09 Aaron BallmanChange prototype merging error into a warning for builtins
2022-08-09 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - and/mul(x,y) - if...
2022-08-09 Mark de Wever[libc++][ranges] Sets ranges feature-test macro.
2022-08-09 Peter Klausler[flang] Don't inherit ELEMENTAL attribute from intrinsi...
2022-08-09 Ariel BurtonExtend ptr32 support to be applied on typedef
2022-08-09 Peter Klausler[flang] Don't lose homonymous specific when copying...
2022-08-09 Peter Klausler[flang] Ignore inaccessible components when extending...
2022-08-09 Jakub Kuderski[mlir][spirv] Clean up SPIRVOps.cpp. NFC.
2022-08-09 Yaxun (Sam... [AMDGPU] Unify unreachable intrinsics
2022-08-09 Valentin Clement[flang] Pass the pipeline config to the pass
2022-08-09 Nikita Popov[RISCV] Add target feature to force-enable atomics
2022-08-09 Jake Egan[AIX][tests] XFAIL atan.ll test on AIX
2022-08-09 Simon Pilgrim[X86] Regenerate statepoint-vreg.ll
2022-08-09 Peter Klausler[flang] Clarify CheckReductionDIM()
2022-08-09 Matheus IzvekovClang: fix AST representation of expanded template...
2022-08-09 gonglingqin[LoongArch] Add codegen support for ISD::ROTL and ISD...
2022-08-09 Benjamin Kramer[mlir] Use C++17 structured bindings instead of std...
2022-08-09 WANG Xuerui[LoongArch] Support register-register-addressed GPR...
2022-08-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Rename tests
2022-08-09 Ron Lieberman[openmp] Fix enumeration build issue for openmp library
2022-08-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Split large tests
2022-08-09 Ilya Biryukov[Sema] Merge variable template specializations
2022-08-09 Alex Richardson[ARM] Use getSymbolPreferLocal() in GetARMGVSymbol
2022-08-09 Alex Richardson[Thumb] Baseline test for incorrect relocation with...
2022-08-09 Alex Richardson[ARM] Emit local aliases (.Lfoo$local) for functions
2022-08-09 Alex Richardson[ARM] Add a baseline test for D131392
2022-08-09 Alex Richardson[ARM] Add a baseline elf-preemption test
2022-08-09 Simon Pilgrim[Support] TaskQueue.h - replace std::result_of_t with...
next