platform/upstream/llvm.git
2023-04-28 Jakub Kuderski[mlir][arith] Add patterns to commute extension over...
2023-04-28 Tom Praschan[clangd] Hover: resolve forwarding parameters for Calle...
2023-04-28 Mikhail Maltsev[Driver] Pass --target2= to linker from baremetal toolchain
2023-04-28 Erich Keane[NFC] Fix a mem-sanitizer found issue in AutoType
2023-04-28 Vasileios Porpodas[NFC][SLP] Cleanup: Moves code that changes the reducti...
2023-04-28 Fangrui Song[sanitizer] Remove crypt and crypt_r interceptors
2023-04-28 Saleem AbdulrasoolHost: generalise `GetXcodeSDKPath`
2023-04-28 Slava Zakharin[flang][hlfir] Fixed hlfir.assign codegen for polymorph...
2023-04-28 Justin LebarHandle `select` in programUndefinedIfPoison.
2023-04-28 Slava Zakharin[flang][hlfir] Fixed length-one assignment.
2023-04-28 Slava Zakharin[flang][hlfir] Fixed actual argument type for passing...
2023-04-28 Jakub Kuderski[mlir][spirv] Fix nullptr dereference in UnifyAliasedRe...
2023-04-28 Philip Reames[RISCV] Introduce unaligned-vector-mem feature
2023-04-28 Alex Brachet[llvm-gsymutil] Add gsymutil to llvm driver build
2023-04-28 Philip Reames[RISCV] Consolidate legality checking for strided load...
2023-04-28 Florian Hahn[SCEV] Skip instrs with non-scevable types in visitAndC...
2023-04-28 Florian Hahn[SCEV] Add tests for ptrtoint with different globals.
2023-04-28 David Green[ARM] Enable shouldFoldSelectWithIdentityConstant for MVE
2023-04-28 Jay Foad[EarlyCSE] Do not CSE convergent calls in different...
2023-04-28 Jay Foad[CSE] Precommit an AMDGPU test case for D149348
2023-04-28 Joel E. Denny[OpenMP] Add missing -L to libomptarget tests
2023-04-28 Nikita Popov[SCEV] Use SmallDenseMap in SCEVRewriteVisitor (NFC)
2023-04-28 Qiongsi Wu[AIX][llvm-ar] Use the Correct Kind for Bitcode File...
2023-04-28 Daniel Kiss[AArch64] Add preserve_all calling convention.
2023-04-28 David Green[ARM] Update and regenerate pred-selectop test. NFC
2023-04-28 Nikita Popov[SCEV] Don't invalidate past dependency-breaking instru...
2023-04-28 Nikita Popov[LICM] Don't duplicate instructions just because they...
2023-04-28 Yi KongRevert "[BOLT] Parallelize legacy profile merging"
2023-04-28 Christian Ulmann[PGO] Fix expensive test compilation error
2023-04-28 Mel Chen[LV] Add tests for integer min max with index reduction...
2023-04-28 Florian Hahn[VPlan] Turn Plan entry node into VPBasicBlock (NFCI).
2023-04-28 Mariya Podchishchaeva[clang] Diagnose shadowing of lambda's template paramet...
2023-04-28 Bjorn PetterssonRe-apply "[Passes] Remove legacy PM versions of Instruc...
2023-04-28 Bjorn Pettersson[polly] Drop redundant use of -instnamer in polly MemAc...
2023-04-28 Luke Lau[RISCV] Fix labels in fixed-vectors-fp test
2023-04-28 Pierre GousseauReland D147337 "[tsan] Add debugging interfaces into...
2023-04-28 Max Kazantsev[TEST][LICM] Add test cases on widenable condition...
2023-04-28 OCHyamsReapply D146987 "[Assignment Tracking] Enable by default"
2023-04-28 Animesh Kumar[OpenMP] Add LIT test on task depend clause
2023-04-28 Lawrence Benson[AArch64] Add support for efficient bitcast in vector...
2023-04-28 Ulrich WeigandRevert "[LLD][ELF] Fix compressed-debug-level test...
2023-04-28 Nikita Popov[LCSSA] Don't invalidate entire loop in SCEV
2023-04-28 ManuelJBrito[LangRef] Update shufflevector's semantics to return...
2023-04-28 Florian Hahn[LV] Add tests for #60831.
2023-04-28 Alexis Engelke[AArch64][FastISel] Handle CRC32 intrinsics
2023-04-28 Luke Lau[VP] Add more functional SD opcodes to definitions
2023-04-28 Luke Lau[RISCV] Add tests for illegal fixed length vectors...
2023-04-28 Jay Foad[SimplifyCFG] Improve the way hoisting skips over non...
2023-04-28 Nikita Popov[SCEV] Replace IsAvailableOnEntry with block disposition
2023-04-28 Enna1[hwasan] fix false positive when hwasan-match-all-tag...
2023-04-28 Enna1[hwasan][test] add test for hwasan-check-memaccess...
2023-04-28 Andrzej WarzynskiRevert "[flang][driver] Allow main program to be in...
2023-04-28 OCHyams[Assignment Tracking] Check getTypeSizeInBits result...
2023-04-28 Fangrui SongMC: Use parseEOL
2023-04-28 Vitaly Buka[NFC][HWASAN] Use named const instead of 0xf
2023-04-28 Fangrui SongRISCVAsmParser: Simplify with parseToken. NFC
2023-04-28 Vitaly Buka[NFC][HWASAN] Remove unnecessary untag
2023-04-28 Wang, Xin10[NFC]Fix 2 logic dead code
2023-04-28 Noah Goldstein[ValueTracking] Add logic for `fshl/fshr(A, B, C) ...
2023-04-28 Noah Goldstein[ValueTracking] Add tests for proving `fshr`/`fshl...
2023-04-28 Jacob Hegna[MLGO] Replace explicit shape with initializer list.
2023-04-28 Vedant Paranjape[IVDescriptors] Add assert to isInductionPhi to check...
2023-04-28 Valentin Clement[flang][openacc] Generate acc.bound op when local array...
2023-04-28 Ben Shi[lld][ELF] Support relocations R_AVR_LO8_LDI_GS/R_AVR_H...
2023-04-28 Thurston Dang[hwasan] Fix -Wunneeded-internal-declaration by declari...
2023-04-28 Matthias Springer[mlir][tensor] Add transform to make tensor.pad loop...
2023-04-28 Jordan RupprechtRevert "[CodeGenPrepare] Estimate liveness of loop...
2023-04-28 Shao-Ce SUN[flang][driver] Allow main program to be in an archive
2023-04-28 Joseph Huber[libc] Implement `exit` for the GPU partially
2023-04-28 Joseph Huber[libc] Support the `abs` functions in the GPU libc.
2023-04-28 Joseph Huber[libc] Support the string conversion methods on the GPU
2023-04-28 Eric FiselierFix EBO on std::optional and std::variant when targetin...
2023-04-28 Jim InghamMake the TSan report capture data structure anonymous.
2023-04-27 Alexey Bataev[SLP][NFC]Fix a warning because of the missing parens...
2023-04-27 Wu, Yingcong[sanitizer] use the right type for sizeof
2023-04-27 Jacob Hegna[MLGO] Fix build error concerning ScalarShape.
2023-04-27 Jeffrey Byrnes[AMDGPU] Track liveins for max-ilp-sched-strategy
2023-04-27 Alexander Shaposhnikov[Clang][Sema] Add a temporary workaround in SemaConcept.cpp
2023-04-27 Thurston Dang[hwasan] Enable common syscall interceptors
2023-04-27 Jacob HegnaAdjust macros which define the ML inlining features.
2023-04-27 Manoj Guptalldb: Fix usage of sve functions on arm64
2023-04-27 Jessica Paquette[profiling] Improve error message for raw profile heade...
2023-04-27 Caslyn Tonelli[gwp_asan] Exclude recoverable tests on Fuchsia
2023-04-27 Alexander Shaposhnikov[Clang][Sema] Fix comparison of constraint expressions
2023-04-27 Tom Honermann[Clang] Add tests and mark as implemented WG14-N2728
2023-04-27 Roland McGrath[libc++] Use __is_convertible built-in when available
2023-04-27 Paul Kirth[clang][driver] Enable MisExpect diagnostics flag outsi...
2023-04-27 Nick Desaulniers[CodeGen][MachineLastInstrsCleanup] fix INLINEASM_BR...
2023-04-27 Nick Desaulniers[CodeGen] precommit machine-latecleanup test
2023-04-27 LLVM GN Syncbot[gn build] Port bf199576f931
2023-04-27 Nikolas Klauser[libc++][PSTL][NFC] Rename to `pstl/` to `__pstl/`
2023-04-27 Mingming Liu[PGO]Implement metadata combine for 'branch_weights...
2023-04-27 Andrew Gozillon[MLIR][LLVM] Add accessor for LLVMModule and invoke...
2023-04-27 Christian Ulmann[PGO] Fix dead StringRef access
2023-04-27 Joseph Huber[libc] Add more missing GPU utilities
2023-04-27 Mircea Trofin[nfc][thinlto] Handle global constant importing separately
2023-04-27 Snehasish Kumar[memprof][NFC] Update a stale comment about symbolization.
2023-04-27 Slava Zakharin[flang][hlfir] Fixed passing c_ptr arguments by value.
2023-04-27 Noah Goldstein[ValueTracking] Add logic for `udiv x,y != 0` if `y...
2023-04-27 Arthur EubanksRevert "[MergeICmps] Adapt to non-eq comparisons, bugfix"
next