platform/upstream/llvm.git
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...
2023-01-22 Markus Böck[mlir][ods] Simplify signature of `custom` printers...
2023-01-22 Simon Pilgrim[X86] commute-3dnow.ll - use X86 check prefix instead...
2023-01-22 Simon Pilgrim[X86] avx-vbroadcastf128.ll - use X86 check prefix...
2023-01-22 Roman Lebedev[NFC][SCEVExpander] `CmpSelCost`: use the cost of the...
2023-01-22 Roman Lebedev[NFC][SCEV] Reflow `computeSCEVAtScope()` into an exhau...
2023-01-22 Roman Lebedev[NFC][SCEV] `getRelevantLoop()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `getBlockDisposition()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `getLoopDisposition()`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: deduplicate handling
2023-01-22 Matt ArsenaultAMDGPU: Copy a source modifier test for f16/v2f16
2023-01-22 Matt ArsenaultAMDGPU: Add modern copy of fneg combines test
2023-01-22 Simon Pilgrim[DAG] mergeInsertEltWithShuffle - pull out mergeEltWith...
2023-01-22 Roman Lebedev[NFC][X86] Fixup typo in `blend-of-shift.ll`
2023-01-22 Roman Lebedev[NFC][X86] Fixup `-mattr=<>` in one runline in `element...
2023-01-22 Shivam Gupta[NFC] Small indentation fix in lld/ELF/Relocations.cpp
2023-01-22 Paul Walker[SVE] Add intrinsics for integer binops that explicitly...
2023-01-22 Jay Foad[Mips] Use MCInstrInfo::get in MipsAsmParser instead...
2023-01-22 Owen Pan[clang-format][NFC] Add .clang-format to clang/tools...
2023-01-22 Owen Pan[clang-format][NFC] Set LineEnding to LF in config...
2023-01-22 WANG Xuerui[LoongArch] Allow %pc_lo12 relocs in JIRL's immediate...
2023-01-22 Iain Sandoe[C++20][Modules] Fix named module import diagnostics.
2023-01-22 Benjamin Kramer[bazel] Add missing dependencies for 4f1e244eb5
2023-01-22 Johannes Doerfert[OpenMP] Simplify `llvm.assume` operands in device...
2023-01-22 Johannes Doerfert[Attributor] Handle constant icmp expressions in AAPote...
2023-01-22 Timm Bäder[clang][Interp][NFCI] Make InitMap::isInitialized(...
2023-01-22 Timm Bäder[clang][Interp][NFC] Forward-declare Boolean in PrimTypes.h
next