platform/upstream/llvm.git
2022-07-25 Matthias Springer[mlir][linalg] Expand test case for tile-and-fuse with...
2022-07-25 Sunho Kim[JITLink][COFF] Handle out-of-order COMDAT second symbol.
2022-07-25 Sunho Kim[JITLink][COFF] Don't dead strip COMDAT associative...
2022-07-25 Erich KeaneReapply "[NFC] Add some additional features to MultiLev...
2022-07-25 Simon Tatham[llvm-objdump,ARM] Fix .byte directives dumping the...
2022-07-25 Alex Zinenko[mlir] move _mlir_alloc and friends to CRunnerUtils
2022-07-25 Michele Scuttari[MLIR] Generic 'malloc', 'aligned_alloc' and 'free...
2022-07-25 Saiyedul IslamRevert "Revert "[Libomptarget] Add checks for AMDGPU...
2022-07-25 Iain Sandoe[C++20][Modules] Update ADL to handle basic.lookup...
2022-07-25 Ilya Biryukov[Sema] Merge C++20 concept definitions from different...
2022-07-25 Weining Lu[LoongArch] Parse LoongArch base ABI in ObjectYAML...
2022-07-25 David Spickett[lldb][ARM/AArch64] Use sys/uio.h instead of socket...
2022-07-25 Cullen Rhodes[AArch64] Combine setcc (iN (bitcast (vNi1 X))) with...
2022-07-25 Cullen Rhodes[AArch64][NFC] Add test case for setcc (iN bitcast...
2022-07-25 Abhina Sreeskantharajan[SystemZ][z/OS] Open YAML text files as text
2022-07-25 Peixin Qiao[flang] Support lowering intrinsic `selected_real_kind...
2022-07-25 Benjamin Kramer[ValueTracking] Fix unused variable warning in release...
2022-07-25 Muhammad Usman... Rewording "static_assert" diagnostics
2022-07-25 Aaron BallmanSwitch from XFAIL to UNSUPPORTED; NFC
2022-07-25 Iain Sandoe[C++20][Modules] Add a testcase for [basic.link] p10...
2022-07-25 Sam McCall[pseudo] Eliminate multiple-specified-types ambiguities...
2022-07-25 Matthias Springer[mlir][tensor][bufferize][NFC] Remove duplicate code
2022-07-25 Saiyedul IslamRevert "[Libomptarget] Add checks for AMDGPU TargetID...
2022-07-25 Matthias Springer[mlir][tensor][bufferize] Fix deallocation of GenerateO...
2022-07-25 Alex Zinenko[mlir] Transform dialect: separate dependent and genera...
2022-07-25 Chuanqi Xu[C++20] [Modules] Make the linkage consistent for class...
2022-07-25 David StuttardAMDGPU: Turn off force init 16 input SGPRS for pal
2022-07-25 Saiyedul Islam[Libomptarget] Add checks for AMDGPU TargetID using...
2022-07-25 Matthias Springer[mlir][tensor][bufferize] Load dependent dialects
2022-07-25 jacquesguan[RISCV] Scalarize binop followed by extractelement.
2022-07-25 Nikita Popov[DebugInfo] Avoid ptrtoint expression in generic test
2022-07-25 Rajas Vanjape[mlir][sparse][nfc] Fix memory leak in sparse sampled...
2022-07-25 Adrian Kuegel[mlir] Apply ClangTidyPerformance findings (NFC)
2022-07-25 Sebastian Neubauer[CMake] Copy folder without permissions
2022-07-25 Dmitry Vyukovtsan: prevent pathological slowdown for spurious races
2022-07-25 Dmitry Vyukovtsan: remove tracking of racy addresses
2022-07-25 Balázs Kéri[clang][ASTImporter] Improved handling of functions...
2022-07-25 jacquesguan[mlir][Math] Add constant folder for ExpOp.
2022-07-25 Fangrui Song[ELF] --reproduce: support --export-dynamic-symbol...
2022-07-25 David Spickett[llvm][FileCheck] Fix unit tests failures with EXPENSIV...
2022-07-25 Nikita Popov[AsmPrinter] Reject ptrtoint to larger size in lowerCon...
2022-07-25 Fangrui Song[ELF] Simplify --build-id/--color-diagnostics with...
2022-07-25 Rosie Sumpter[AArch64] Add f16 fpimm patterns
2022-07-25 Sam McCall[pseudo] Fix minor errors in module grammar
2022-07-25 Peter Waller[NFC][GVN] Put phi-translation of 'add' behind a switch
2022-07-25 Kazu Hirata[flang] Use X->foo() instead of X.getValue().foo()...
2022-07-25 Kazu Hirata[flang] Use value instead of getValue (NFC)
2022-07-25 Nikita Popov[Docs] Update GEP docs for opaque pointers
2022-07-25 Nikita Popov[LangRef] Update for opaque pointers (NFC)
2022-07-25 Fangrui Song[llvm-objcopy] Simplify --compress-debug-sections handl...
2022-07-25 Balázs Kéri[clang][analyzer] Added partial wide character support...
2022-07-25 Cullen Rhodes[AArch64][SVE] Add patterns to select masked add/sub...
2022-07-25 Cullen Rhodes[AArch64][SVE] NFC: Add tests for masked add/sub patter...
2022-07-25 Fangrui Song[llvm-objcopy] Remove getDecompressedSizeAndAlignment...
2022-07-25 Max Kazantsev[SCEV][NFC][CT] Cheaper handling of guards in isBasicBl...
2022-07-25 Kazu Hirata[Hexagon] Remove isLateInstrFeedsEarlyInstr (NFC)
2022-07-25 Kazu HirataRemove redundaunt override specifiers (NFC)
2022-07-25 Fangrui Song[llvm-objcopy] --compress-debug-sections: fix uninitial...
2022-07-25 Kazu Hirata[clang] Remove redundant virtual specifies (NFC)
2022-07-25 Kazu Hirata[llvm] Remove redundaunt virtual specifiers (NFC)
2022-07-25 Kazu Hirata[clang] Remove unused forward declarations (NFC)
2022-07-25 inclyc[clang] better error message for while loops outside...
2022-07-25 Marius Hillenbrand[mlir][Arithmetic] Fix printing larger integer attribut...
2022-07-25 Fangrui Song[llvm-objcopy] Remove remnant .zdebug code
2022-07-25 Warren Ristow[Reassociate][NFC] Consistent checking for FastMathFlag...
2022-07-24 Kazu HirataUse llvm::less_first and llvm::less_second (NFC)
2022-07-24 Amaury Séchet[NFC] Add parentheses in MathExtra.h
2022-07-24 Kazu HirataUse any_of (NFC)
2022-07-24 Kazu Hirata[Hexagon] Remove unused declaration CanReturnSmallStruc...
2022-07-24 Kazu Hirata[Hexagon] Remove unused declaration SelectZeroExtend...
2022-07-24 Kazu Hirata[IPO] Use range-based for loops (NFC)
2022-07-24 Sanjay Patel[ValueTracking] allow vector types in isImpliedCondition()
2022-07-24 Sanjay Patel[ValueTracking] add test for isImpliedCondition with...
2022-07-24 Sanjay Patel[PhaseOrdering] add explanatory comment for test; NFC
2022-07-24 LLVM GN Syncbot[gn build] Port b7aa9c4ac8e7
2022-07-24 Nikolas Klauser[libc++] Granularize some more type_traits
2022-07-24 Kazu Hirata[CodeGen] Remove a redundant void (NFC)
2022-07-24 Kazu Hirata[ExecutionEngine] Fix a header guard (NFC)
2022-07-24 Kazu HirataRemove redundant string initialization (NFC)
2022-07-24 Kazu Hirata[lldb] Remove redundant member initialization (NFC)
2022-07-24 Kazu Hirata[lldb] Use nullptr instead of NULL (NFC)
2022-07-24 Kazu Hirata[lldb] Use true instead of 0 (NFC)
2022-07-24 Kazu Hirata[llvm] Remove unused forward declarations (NFC)
2022-07-24 Fangrui Song[ELF] Optimize some non-constant alignTo with alignToPo...
2022-07-24 LLVM GN Syncbot[gn build] Port 46ae26e7eb70
2022-07-24 Andrew Turner[Driver] Enable some sanitizers on FreeBSD AArch64
2022-07-24 Jonas Toth[clang-tidy] implement new check 'misc-const-correctnes...
2022-07-24 Khem Raj[compiler-rt][CMake] Enable TF intrinsics on powerpc32...
2022-07-24 Amaury Séchet[X86] Autogenerate atomic tests. NFC
2022-07-24 Matt ArsenaultRegAllocGreedy: Fix subranges when rematerializing...
2022-07-24 Amaury Séchet[X86] Autogenerate cfguard-x86-64-vectorcall.ll. NFC
2022-07-24 Matt ArsenaultAMDGPU: Fix broken test checks
2022-07-24 Simon Pilgrim[DAG] visitSMUL_LOHI/visitUMUL_LOHI - ensure we canonic...
2022-07-24 Amaury Séchet[X86] Autogenerate some of the fp128 tests. NFC
2022-07-24 Simon Pilgrim[DAG] getNode - assert that SMUL_LOHI/UMUL_LOHI nodes...
2022-07-24 Simon Pilgrim[X86] Regenerate hoist-and-by-const-from-lshr-in-eqcmp...
2022-07-24 Corentin Jabot[Clang] Add missing paper revisions in the release...
2022-07-24 Corentin Jabot[clang] Fix incorrect constant folding of `if consteval`
2022-07-24 Corentin Jabot[Clang] De-deprecate volatile compound operations
2022-07-24 David ChisnallFix crash in ObjC codegen introduced with 5ab6ee75994d6...
next