platform/upstream/llvm.git
2023-01-23 Florian Hahn[SCCP] Regenerate check lines for some tests.
2023-01-23 Simon Pilgrim[DAG] visitAnd - fold (and (ext (and V, c1)), c2) ...
2023-01-23 Kadir Cetinkaya[include-cleaner] Ranking of providers based on hints
2023-01-23 David Spickett[LLVM][TableGen] Support combined cells in jupyter...
2023-01-23 David Spickett[LLVM][TableGen] Add jupyter kernel for llvm-tblgen
2023-01-23 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2023-01-23 Samuel Parker[NFC][Instcombine] More trunc fp-to-int tests.
2023-01-23 Florian Hahn[VPlan] Switch default graph traits to be recursive...
2023-01-23 serge-sans... [clang] Optimize clang::Builtin::Info density
2023-01-23 David Sherwood[NFC][AArch64] Rename SVE2p1 sclamp and uclamp tests
2023-01-23 Joseph Huber[Clang][NFC] Remove documentation and mentions of delet...
2023-01-23 Joseph Huber[Clang] Remove flaky test line from linker wrapper...
2023-01-23 Nikita Popov[InstCombine] Make worklist check in memcpy from consta...
2023-01-23 Sander de Smalen[AArch64][SME2] MOVA tile-to-vector and vector-to-tile...
2023-01-23 Sander de Smalen[AArch64][SME2] NFC: Simplify multiclasses for mova...
2023-01-23 Sander de Smalen[AArch64][SME] Allow predicate-as-counter operands...
2023-01-23 Jay Foad[BOLT] Fix build error after D142214
2023-01-23 Max Kazantsev[Test] Add test exercising scenarios of widening into...
2023-01-23 Max Kazantsev[Test] Add test for PR60234
2023-01-23 David Sherwood[AArch64][SVE2p1] Add SVE2.1 fclamp intrinsic
2023-01-23 Anton Bikineev[X86][ABI] Don't preserve return regs for preserve_all...
2023-01-23 Jay Foad[LLDB] Fix build error after D142214
2023-01-23 Jannik Silvanus[IR] Avoid creation of GEPs into vectors (in one place)
2023-01-23 Jannik Silvanus[Transforms] Add lit test for instcombine on load into...
2023-01-23 Jeremy Morse[DebugInfo][CSInfo] Don't use clobbered registers as...
2023-01-23 Nikita Popov[InstCombine] Add additional memcpy from constant test...
2023-01-23 Akash Banerjee[MLIR][OpenMP] Added target data, exit data, and enter...
2023-01-23 Simon Pilgrim[X86] Add test coverage for and(ext(and(x, c1)),c2...
2023-01-23 Jay Foad[MC] Do not copy MCInstrDescs. NFC.
2023-01-23 Luca Di SeraRevert "Add clang_CXXMethod_isExplicit to libclang"
2023-01-23 Haojian Wu[clang] Fix the location of UsingTypeLoc.
2023-01-23 Noah GoldsteinFix `FindSingleBitChange` to handle NOT(V) where V...
2023-01-23 Jay Foad[MC] Make more use of MCInstrDesc::operands. NFC.
2023-01-23 Lucas Prates[AArch64] Make CNTPCTSS_EL0 and CNTVCTSS_EL0 system...
2023-01-23 David Green[ARM] Don't emit Arm speculation hardening thunks under...
2023-01-23 Timm Bäder[clang][Interp][NFC] Remove InitFn code
2023-01-23 Nikita Popov[PassBuilder] Detect loop-mssa for licm with parameters...
2023-01-23 Nikita Popov[LICM] Don't generate crash dialog for missing MSSA
2023-01-23 David Spickett[LLDB] Remove return value from DumpRegisterValue
2023-01-23 Guillaume ChateletRevert D142108 "[libc][NFC] Detect host CPU features...
2023-01-23 Luca Di SeraAdd clang_CXXMethod_isExplicit to libclang
2023-01-23 Dimitry AndricRevert "[compiler-rt][builtins] Skip building (b)float1...
2023-01-23 Nikita Popov[Verifier] Check that !nonnull metadata is empty
2023-01-23 Matt ArsenaultDAG: Use getNegatedExpression in combineMinNumMaxNum
2023-01-23 Matt ArsenaultDAG: Look through fneg when trying to create unsafe...
2023-01-23 Shivam Gupta[MLIR][NFC] Fix a memset in MemRefUtils.h
2023-01-23 Michael Buch[clang][DebugInfo] Don't canonicalize names in template...
2023-01-23 Timm Bäder[clang][Interp][NFC] Rename InlineDescptor::IsMutable...
2023-01-23 Shivam Gupta[Flang] fix a copy-paste error in scope.cpp
2023-01-23 Timm Bäder[clang][Interp][NFC] Add Record::getDestructor()
2023-01-23 Timm Bäder[clang][Interp][NFC] Remove unused using alias
2023-01-23 Guillaume Chatelet[libc][NFC] Detect host CPU features using try_compile...
2023-01-23 Valentin Clement[flang] Deal with NULL() passed as actual arg to unlimi...
2023-01-23 Jannik Silvanus[LangRef] Require i8s to be naturally aligned
2023-01-23 Johannes Doerfert[Attributor] Add initial support for vectors in AAPoint...
2023-01-23 Johannes Doerfert[Attributor] Multi-range accesses can be exact
2023-01-23 Johannes Doerfert[OpenMP] Identify non-aligned barriers executed in...
2023-01-23 LLVM GN Syncbot[gn build] Port 7458908f12da
2023-01-23 Johannes Doerfert[OpenMP][FIX] Ensure not to dereference a nullptr
2023-01-23 Nikolas Klauser[libc++] Refactor clang-query checks to clang-tidy...
2023-01-23 Nikolas Klauser[libc++] Improve binary size when using __transaction
2023-01-23 Wang, Xin10[DAGCombine]Expand usage of CreateBuildVecShuffle to...
2023-01-23 Kazu Hirata[Support] Use llvm::byteswap in SwapByteOrder.h (NFC)
2023-01-23 Johannes Doerfert[OpenMP][FIX] Adjust enum size to avoid assertion after...
2023-01-23 Yaxun (Sam... [HIP] Change default offload arch to gfx906
2023-01-23 Matt ArsenaultARM: Add baseline test for fneg + fcmp + select combine
2023-01-23 Sergei Barannikov[MC] Replace single-case switch with an if (NFC)
2023-01-23 Ben Shi[AVR] Emit 'eicall' for devices with large program...
2023-01-23 Johannes Doerfert[OpenMP] Merge barrier elimination into AAExecutionDomain
2023-01-23 Sergei Barannikov[MC] Replace a switch with two 'if's (NFC)
2023-01-23 Shilei Tian[OpenMP][DeviceRTL][NFC] Use `OMPTgtExecModeFlags`...
2023-01-22 Johannes Doerfert[OpenMP] Guarding restrictions are required only for...
2023-01-22 Johannes Doerfert[OpenMP][FIX] Properly update ParallelLevels tracker
2023-01-22 Johannes Doerfert[OpenMP][FIX] Use thread id not team id for masked...
2023-01-22 Kazu Hirata[Support] Use llvm::bit_floor in PowerOf2Floor (NFC)
2023-01-22 Kazu Hirata[llvm] Use llvm::bit_ceil (NFC)
2023-01-22 Kazu Hirata[llvm] Use llvm::bit_floor (NFC)
2023-01-22 Dimitry Andric[compiler-rt][builtins] Skip building (b)float16 suppor...
2023-01-22 Kazu HirataUse llvm::popcount instead of llvm::countPopulation...
2023-01-22 Aaron Puchert[CMake] Look up target subcomponents in LLVM_AVAILABLE_LIBS
2023-01-22 Roman Lebedev[SCEV] `getRangeRefIter()`: don't forget to recurse...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `getRangeRefIter()` into an exhausti...
2023-01-22 Roman Lebedev[NFC][SCEV] `GetMinTrailingZerosImpl()`: deduplicate...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `GetMinTrailingZerosImpl()` into...
2023-01-22 Florian Hahn[Dominators] Introduce DomTreeNodeTraits to allow custo...
2023-01-22 Piotr Fusik[NFC] Fix "form/from" typos
2023-01-22 Kazu Hirata[Support] Use functions from bit.h (NFC)
2023-01-22 Simon Pilgrim[ADT] llvm::bit_cast - use __builtin_bit_cast if available
2023-01-22 Kazu Hirata[ADT] Add llvm::byteswap to bit.h
2023-01-22 Sergei Barannikov[MC][test] Fix a typo
2023-01-22 Simon Pilgrim[PowerPC] Regenerate vec_absd.ll test checks
2023-01-22 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - use mergeEltWithShuffle...
2023-01-22 Shivam Gupta[Flang][NFC] fix a cpoy-paste in fold-logical.cpp
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `impliesPoison()` into an exhaustive...
2023-01-22 Shivam Gupta[PVS-Studio][NFC] fix a typo in ShapeUtils.h
2023-01-22 Mark de Wever[libc++][test] Disable parts requiring locales.
2023-01-22 Sanjay Patel[InstSimplify] (X || Y) && Y --> Y (for poison-safe...
2023-01-22 Sanjay Patel[InstSimplify] add tests for poison-safe variants of...
2023-01-22 Mark de Wever[clang][doc] Fixes formatting of a text block.
2023-01-22 Simon Pilgrim[X86] avx2-vbroadcast.ll - use X86 check prefix instead...
next