platform/upstream/llvm.git
2022-10-28 Nenad MikšaDisambiguate type names when printing NTTP types
2022-10-28 Aaron BallmanAdd some more C11 DR tests and update the status page
2022-10-28 Nikita Popov[InstCombine] Convert test to opaque pointers (NFC)
2022-10-28 Victor Campos[Object] Prevent null pointer dereference in BigArchive...
2022-10-28 Guray Ozen[mlir][nvvm] Introduce performance tuning directives
2022-10-28 Timm BäderRevert "[clang][Interp] Implement String- and Character...
2022-10-28 Simon Pilgrim[DAG] visitXOR - fold XOR(A,B) -> OR(A,B) iff A and...
2022-10-28 Nikita Popov[InstCombine] Convert some tests to opaque pointers...
2022-10-28 Timm Bäder[clang][Interp][NFC] Fix instance method check
2022-10-28 Timm Bäder[clang][Interp] Implement String- and CharacterLiterals
2022-10-28 Timm Bäder[clang][Interp][NFC] Print more info in Program::dump()
2022-10-28 Timm Bäder[clang][Interp][NFC] Remove leftover comment fragment
2022-10-28 Timm Bäder[clang][Interp][NFC] Fix a file header comment
2022-10-28 Timm Bäder[clang][Interp][NFC] Add Record::getName()
2022-10-28 Simon Pilgrim[DAG] visitFSUBForFMACombine - pass callbacks by refere...
2022-10-28 Martin Storsjö[LLD] [COFF] Include "rust_eh_personality" among the...
2022-10-28 Michael Buch[lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB...
2022-10-28 Momchil VelikovRecommit: [FuncSpec][NFC] Refactor finding specialisati...
2022-10-28 Simon PilgrimConstraintElimination - pass const DataLayout by refere...
2022-10-28 Jay Foad[AMDGPU] Regenerate checks in waitcnt-overflow.mir...
2022-10-28 Simon PilgrimIndirectBrExpandPass - remove unused DL from lambda...
2022-10-28 Stephen Thomas[AMDGPU] Small cleanups in wait counter code
2022-10-28 Andrzej Warzynski[mlir][aarch64] XFAIL correctness.mlir
2022-10-28 Haojian WuRevert "[clang] Instantiate NTTPs and template default...
2022-10-28 wanglei[LoongArch] Add emergency spill slot for GPR for large...
2022-10-28 Jay Foad[AMDGPU] Clean up calls to MachineOperand::setIsDead...
2022-10-28 Oleg ShyshkovRevert "Revert "[mlir][linalg] Add nicer builders for...
2022-10-28 Oleg Shyshkov[mlir][linalg] Fix linalg.transpose region builder.
2022-10-28 David Green[InstCombine] Don't change switch table from desirable...
2022-10-28 eopXD[Clang] Improve diagnostic message for loop hint pragma
2022-10-28 wanglei[LoongArch] Split SP adjustment
2022-10-28 Christian Sigg[mlir][gpu] Unroll ops on vectors which map to intrinsi...
2022-10-28 chenglin.biRevert "[AArch64] Adjust operand sequence for Add+Sub...
2022-10-28 Nikita Popov[ARM] Use DefaultAttrsIntrinsics
2022-10-28 Oleg ShyshkovRevert "[mlir][linalg] Add nicer builders for `map...
2022-10-28 Juan Manuel... [StructurizeCFG][DebugInfo] Maintain DILocations in...
2022-10-28 Michał Górny[flang] Fix building against clang dylib
2022-10-28 Sander de Smalen[AArch64][SME] Set fn attributes correctly on __arm_tpi...
2022-10-28 Pavel Labath[lldb/qemu] Stub out process info functions
2022-10-28 Valery PykhtinRevert "[AMDGPU] Add EXPENSIVE_CHECK into GCNRPTracker...
2022-10-28 David Sherwood[AArch64][SVE2] Add the SVE2.1 extract-and-narrow instr...
2022-10-28 Oleg Shyshkov[mlir][linalg] Add nicer builders for `map` and `reduce`.
2022-10-28 Michał Górny[llvm] [cmake] Silence GNUInstallDirs warning in LLVMIn...
2022-10-28 Michał GórnyHarmonize cmake_policy() across standalone builds of...
2022-10-28 Valery Pykhtin[AMDGPU] Add EXPENSIVE_CHECK into GCNRPTracker::reset
2022-10-28 Pierre van... [DAGCombiner] Use `getAnyExtOrTrunc` instead of TRUNCAT...
2022-10-28 Valentin Clement[flang] Carry polymoprhic dynamic type when using coord...
2022-10-28 Advenam Tacet[1b/3][ASan][compiler-rt] API for annotating objects...
2022-10-28 Carlos Alberto... [llvm-debuginfo-analyzer] (08/09) - ELF Reader - Disabl...
2022-10-28 Alexander Shaposhnikov[clang-tidy] Skip template ctors in modernize-use-equal...
2022-10-28 Wael Yehia[PGO] Simplify InstrProfilingRuntime.cpp
2022-10-28 Vitaly Buka[test] Disable the test with asan
2022-10-28 Ye Luo[DeviceRTL] Fix incremental build
2022-10-28 LLVM GN Syncbot[gn build] Port 23f02693ec58
2022-10-28 Freddy Ye[X86] Add AVX-VNNI-INT8 instructions.
2022-10-28 Valery Pykhtin[AMDGPU] Refactor debug printing routines for GCNRPTracker
2022-10-28 LLVM GN Syncbot[gn build] Port 0e720e6adad1
2022-10-28 Emilio Cota[mlir][spirv] fix Bazel build of Passes.h
2022-10-28 Freddy Ye[X86] Add AVX-IFMA instructions.
2022-10-28 Carl Ritson[AMDGPU] Add pseudo wavemode to optimize strict_wqm
2022-10-28 Katherine Rasmussen[flang] Add atomic_fetch_xor to list of intrinsics
2022-10-27 Fangrui Song[mlir][arith] Fix -Wunused-but-set-variable
2022-10-27 Jason MolendaRemove compile-time and runtime checks for SPI in HostI...
2022-10-27 zhongyunde[AArch64] Optimize memcmp when the result is tested...
2022-10-27 Zequan Wu[LLDB][NativePDB] Fix parameter size for member functio...
2022-10-27 Alexey Bataev[SLP]Improve analysis of same/alternate code ops and...
2022-10-27 Nikolas Klauser[libc++][math.h] Remove unnecessary uses of __promote
2022-10-27 Diego Caballero[mlir][Vector] Introduce the `vector.mask` operation...
2022-10-27 Diego Caballero[mlir][Vector] Introduce the MaskingOpInterface
2022-10-27 Alex Zinenko[mlir] ODS: emit interface model method at the end...
2022-10-27 Amy HuangFix documentation error in e8433a2b06d5
2022-10-27 Amy HuangUpdate docs for -fuse-ctor-homing
2022-10-27 Alexey BataevRevert "[SLP]Improve analysis of same/alternate code...
2022-10-27 Jorge Gorbe... [lldb-vscode] Don't call SBValue.GetError after generat...
2022-10-27 Aaron Siddhartha... [Bazel] Add missing C++ style Clang headers and modulemap
2022-10-27 Emilio Cota[mlir] Fix typo s/utilties/utilities/ (including in...
2022-10-27 Xing Xue[libc++abi][AIX] Use reserved slot in stack to pass...
2022-10-27 Peiming Liu[mlir][sparse] code refactoring, move <tid, loop id...
2022-10-27 Kevin AtheyRevert "[OpenMP] [OMPIRBuilder] Create a new datatype...
2022-10-27 Aart Bik[mlir][sparse] fix typo "admissable" -> "admissible"
2022-10-27 David BlaikieClang: Add release note for defaulted-special-members...
2022-10-27 David Blaikie[BinaryFormat:Dwarf] Add a couple of DW_IDX_GCC extensions
2022-10-27 Hongtao Yu[PseudoProbe] Replace relocation with offset for entry...
2022-10-27 Valentin Clement[flang] Remove debug flag added in D136824
2022-10-27 wleiUse getCanonicalFnName for callee name
2022-10-27 Ji, Jinsong[docs] Fix old path for clang-format
2022-10-27 Jason MolendaHandle an unknown binary platform type in debugserver
2022-10-27 Troy Johnson[clang][Sema][NFC] Remove redundant isTypeValid
2022-10-27 Joe Loser[ADT] Simplify hashing for tuples
2022-10-27 Sanjay Patel[InstCombine] improve efficiency of sub demanded bits...
2022-10-27 Dmitry Sidorov[IR] Allow typed pointers to be used in vector types
2022-10-27 Jordan Rupprecht[NFC] Remove unused variables
2022-10-27 Kristof BeylsCommunity calendar: more clearly document how to add...
2022-10-27 Xing Xue[libc++abi][AIX] Use reserved slot in stack to pass...
2022-10-27 Jeff Niu[mlir] Add `parseSymbolName` that doesn't take an attri...
2022-10-27 Valentin Clement[flang] Carry dynamic type when emboxing polymorphic...
2022-10-27 Valentin Clement[flang] Lower allocate for polymorphic pointer
2022-10-27 Lei Zhang[mlir][spirv] Add target control to UnifyAliasedResourc...
2022-10-27 Alexey Bataev[SLP]Improve analysis of same/alternate code ops and...
2022-10-27 David SherwoodFix whitespace introduced by 891aaff9a8a9997582eac1bb1e...
next