platform/upstream/llvm.git
2023-07-18 Nikita Popov[Coroutines] Remove unused variable (NFC)
2023-07-18 khei4Revert "Revert "Revert "[MemCpyOpt] implement single...
2023-07-18 Nikita Popov[llvm] Remove uses of isOpaqueOrPointeeTypeEquals(...
2023-07-18 Andrzej Warzynski[mlir][ArmSME] Introduce custom TypeConverter for ArmSME
2023-07-18 Nikita Popov[ConstantFolding] Remove some typed pointer handling...
2023-07-18 Nikita Popov[OpenMPIRBuilderTest] Remove unused variable (NFC)
2023-07-18 Nikita Popov[OpenMPIRBuilder] Check GV type instead of pointee...
2023-07-18 Kiran Chandramohan[Flang][HLFIR] Intrinsics: Propagate fast math flags
2023-07-18 Kiran Chandramohan[Flang][HLFIR] Relax size check for dot_product intrinsic
2023-07-18 Nikita Popov[Bitcode] Remove uses of isOpaqueOrPointeeTypeEquals...
2023-07-18 ManuelJBrito[NewGVN] Abort PHIOfOps if singleton PHI is found
2023-07-18 Nikita Popov[LowerMatrixIntrinsics] Fix test expectations (NFC)
2023-07-18 Nikita Popov[llvm] Remove some uses of isOpaqueOrPointeeTypeEquals...
2023-07-18 dingfei[clang-extdef-mapping] register necessary targest for...
2023-07-18 dingfei[ASTImporter] Fields are imported first and reordered...
2023-07-18 Nikita Popov[IRBuilder] Remove various typed pointer handling ...
2023-07-18 Nuno Lopes[LowerMatrixIntrinsics] Use poison instead of undef...
2023-07-18 Weining Lu[LoongArch] Change 'using namespace llvm;' to 'namespac...
2023-07-18 Weining Lu[LoongArch] Remove useless 'invalid' and 'none' feature...
2023-07-18 Cullen Rhodes[mlir][ArmSME] Implement tile allocation
2023-07-18 Nikita PopovReapply [InstSimplify] Make simplifyWithOpReplaced...
2023-07-18 dingfei[ASTImporter] Fix 'isVirtual()' assert failure while...
2023-07-18 Jens Massberg[clangd][c++20] Add concept Hover tests.
2023-07-18 Pavel Labath[lldb/test] Fix command-disassemble-mixed.c
2023-07-18 Nikita Popov[InstSimplify] Add additional tests for with op replace...
2023-07-18 Andrzej Warzynski[mlir][ArmSME] Introduce new lowering layer (Vector...
2023-07-18 WANG Xuerui[LoongArch][NFC] Consistently derive instruction mnemon...
2023-07-18 Cullen Rhodes[mlir][ArmSME] Add custom get_tile_id and cast ops
2023-07-18 Martin Erhart[mlir][bufferization] Add DeallocOp
2023-07-18 Balázs Kéri[clang][analyzer] Add all success/failure messages...
2023-07-18 Balázs Kéri[clang][analyzer] Display notes in StdLibraryFunctionsC...
2023-07-18 Balázs Kéri[clang][analyzer] Add and change NoteTags in StdLibrary...
2023-07-18 David Green[AArch64] Regenerate a couple of mir GlobalISel tests...
2023-07-18 Fangrui Song[lld][test] Remove unused features
2023-07-18 LiaoChunyu[RISCV] Lower VP_CTLZ_ZERO_UNDEF/VP_CTTZ_ZERO_UNDEF...
2023-07-18 Mikhail Goncharov[bazel] fix build of ArithUtils
2023-07-18 Balazs Benics[ADT] Remove SFINAE constraint from llvm::iterator_rang...
2023-07-18 Amir Bishara[mlir][cmake] Comment out redundant static assert regar...
2023-07-18 Andrzej Warzynski[mlir][SparseTensor][ArmSVE] Conditionally disable...
2023-07-18 Tomasz Kamiński[analyzer] Bind return value for assigment and copies...
2023-07-18 Sameer Sahasrabuddhe[llvm] minor cleanup in GenericSSAContext
2023-07-17 Itay Bookstein[CodeGen] Constify changeTypeToInteger
2023-07-18 Johannes Doerfert[Attributor][FIX] Initialize variable.
2023-07-18 tomasz-kaminski... [analyzer] Rework support for CFGScopeBegin, CFGScopeEn...
2023-07-18 Fangrui Song[lit] Remove unreachable @ expansion code
2023-07-18 Charlie Barto[sanitizer][asan][win] Intercept _strdup on Windows...
2023-07-18 Jianjian GUAN[AVR][NFC] Merge AVRMCCodeEmitter::emitInstruction...
2023-07-18 Youling Tang[fuzzer] Enable loongarch64
2023-07-18 Mehdi AminiRevert "Remove rdar links; NFC"
2023-07-18 Robert Suderman[mlir][linalg] Add a padding case for `ComplexType`
2023-07-18 Konstantina... [DAGCombiner] Change foldAndOrOfSETCC() to optimize...
2023-07-18 Konstantina... [NFC] Tests for future commit in DAGCombiner
2023-07-18 Matt ArsenaultInlineSpiller: Fix copy identification bugs in isCopyOf...
2023-07-17 Matt ArsenaultAMDGPU: Fix broken denormal constant folding of canonic...
2023-07-17 Matt ArsenaultAMDGPU: Use available subtarget member
2023-07-17 Matt ArsenaultAMDGPU: Use hex floats instead of ugly bitcasting
2023-07-17 Fangrui Song[llvm-exegesis] Guard __builtin_thread_pointer use...
2023-07-17 Johannes Doerfert[Attributor][FIX] Initialize out parameters
2023-07-17 Daniel Thornburgh[ubsan] Make sigaction.cpp test UNSUPPORTED rather...
2023-07-17 AdityaKEnable zba and zbs for RISCV64 Android
2023-07-17 Arthur EubanksRevert "[llvm-reduce] Reduce function calling convention"
2023-07-17 Michael Maitland[RISCV] Split BEXT and BEXTI Write classes. NFC.
2023-07-17 Arthur Eubanks[llvm-reduce] Reduce global value linkage
2023-07-17 Evandro Menezes[AArch64] Add scheduling model for Neoverse V1
2023-07-17 Louis Dionne[libc++] Remove broken self test for the libc++ Lit...
2023-07-17 Arthur Eubanks[llvm-reduce] Reduce function calling convention
2023-07-17 Nick Desaulniers[ConstantHoisting] stop rematerializing InsertionPt
2023-07-17 Louis Dionne[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining...
2023-07-17 Louis Dionne[lit] Remove the --no-indirectly-run-check option
2023-07-17 Arthur EubanksRevert "[SLP][NFC]Improve compile-time by using map...
2023-07-17 Nick Desaulniers[ConstantHoisting] use struct rather than tuple for...
2023-07-17 Matt ArsenaultAMDGPU: Split and convert some rcp and rsq tests to...
2023-07-17 Matt ArsenaultDAG: Constant fold frexp nodes
2023-07-17 Matt ArsenaultInstSimplify: Handle basic folds for frexp
2023-07-17 Matt ArsenaultInstSimplify: Add baseline tests for frexp handling
2023-07-17 Matt ArsenaultValueTracking: Fix computeKnownFPClass for vector-with...
2023-07-17 Anna Thomas[LV] Precommit test for interleaving miscompile
2023-07-17 Alexey Bataev[SLP][NFC]Improve performance of isGatherShuffledEntry...
2023-07-17 Rob Suderman[mlir] Add `ComplexType` conversion support for `conver...
2023-07-17 Paul RobinsonReland "[PS4/PS5] Tidy up driver warnings finding the...
2023-07-17 Jan Svoboda[clang][modules] Skip submodule & framework re-definiti...
2023-07-17 Jan Svoboda[clang][modules][deps] Parse "FW_Private" module map...
2023-07-17 Jan Svoboda[clang][modules][deps] Avoid checks for relocated modules
2023-07-17 Jan Svoboda[clang][modules] Serialize `Module::DefinitionLoc`
2023-07-17 Siu Chi Chan[HIP] Ignore host linker flags for device-only
2023-07-17 Valentin Clement[flang][openacc][NFC] Add test for scalar allocatable...
2023-07-17 Cassie Jones[Driver] Also warn about -mwatchos-version-min and...
2023-07-17 Nikolas Klauser[libc++][NFC] Remove unused macro definition
2023-07-17 Louis Dionne[libc++] Move _LIBCPP_NO_THREAD_SAFETY_ANALYSIS to...
2023-07-17 Valentin Clement[flang][openacc] Add proper TODO for reduction with...
2023-07-17 Peter Klausler[flang] Fix minor nits with INCLUDE line recognition
2023-07-17 Alex Langford[lldb][NFCI] Avoid construction of temporary std::strin...
2023-07-17 Yaxun (Sam... [HIP] Rename predefined macros
2023-07-17 Peter Klausler[flang] Extension: allow DATA to precede declaration...
2023-07-17 Peter Klausler[flang] Avoid bogus errors with LBOUND/UBOUND(assumed...
2023-07-17 Peter Klausler[flang] Correct disambiguation of possible statement...
2023-07-17 Peter Klausler[flang] Emit errors on vector subscripts with duplicate...
2023-07-17 Peter Klausler[flang] Fix constraint check on CLASS() entities
2023-07-17 Leonard Grey[lsan][Darwin] Unconditionally strip high bits from...
2023-07-17 Martin Braenne[clang][dataflow] Bugfix for `refreshStructValue()`.
next