platform/upstream/llvm.git
2021-07-25 Kyungwoo Lee[AArch64] Fix Local Deallocation for Homogeneous Prolog...
2021-07-25 Joachim Protze[OpenMP][tests][NFC] Update test status for gcc 11...
2021-07-25 Simon Pilgrim[X86][SSE] LowerRotate - perform modulo on the amount...
2021-07-25 Nikita Popov[Attributes] Clean up handling of UB implying attribute...
2021-07-25 Nikita Popov[Attributes] Remove nonnull from UB-implying attributes
2021-07-25 Simon PilgrimRevert rG939291041bb35b8088e3b61be2b8b3bc950f64a7 ...
2021-07-25 Nico Weber[JITLink][RISCV] Run new test from 0ad562b48 only if...
2021-07-25 Krishna Kariya[InstCombine] Fix PR47960 - Incorrect transformation...
2021-07-25 Shilei Tian[OpenMP][NVPTX] Disable OpenMPOpt when building deviceRTLs
2021-07-25 Roman Lebedev[NFC][Codegen][X86] Improve test coverage for repeated...
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate wave32.ll test checks
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate mul24 test checks
2021-07-25 Sanjay Patel[x86] improve CMOV codegen by pushing add into operands...
2021-07-25 Kazu Hirata[GlobalISel] Remove FlagsOp (NFC)
2021-07-25 Kazu Hirata[Inline] Fix a warning by removing an explicit copy...
2021-07-25 Simon Pilgrim[X86][AVX] Adjust AllowBWIVPERMV3 tolerance to account...
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate global-load-saddr-to-vaddr test...
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate ctpop16 test checks
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate half test checks
2021-07-25 Simon Pilgrim[AMDGPU] Regenerate anyext test checks
2021-07-25 Liqiang Tao[llvm][Inline] Add interface to return cost-benefit...
2021-07-24 Amara Emerson[AArch64][GlobalISel] Widen non-pow-2 types for shifts...
2021-07-24 Eugene Zhulenev[mlir] Async: lower SCF operations into CFG inside...
2021-07-24 Craig Topper[RISCV] Custom lower (i32 (fptoui/fptosi X)).
2021-07-24 Nikita Popov[Tests] Add additional tests for incorrect willreturn...
2021-07-24 Nikita Popov[Tests] Add missing willreturn attributes (NFC)
2021-07-24 Nikita Popov[LICM] Extract debugify test (NFC)
2021-07-24 Kazu Hirata[ADT] Remove WrappedPairNodeDataIterator (NFC)
2021-07-24 Simon Pilgrim[X86] Add additional div-mod-pair negative test coverage
2021-07-24 Benjamin Kramer[mlir] Restore markUnknownOpDynamicallyLegal to call...
2021-07-24 Sander de Smalen[BasicTTI] Set scalarization cost of scalable vector...
2021-07-24 Simon Pilgrim[X86] Add i128 div-mod-pair test coverage
2021-07-24 Paul Walker[SVE][NFC] Cleanup fixed length code gen tests to make...
2021-07-24 Simon Pilgrim[CGP] despeculateCountZeros - Don't create is-zero...
2021-07-24 LLVM GN Syncbot[gn build] Port 6aa9e746ebde
2021-07-24 Ayke van Laethem[AVR] Only support sp, r0 and r1 in llvm.read_register
2021-07-24 Ayke van Laethem[AVR] Fix rotate instructions
2021-07-24 Ayke van Laethem[AVR] Expand large shifts early in IR
2021-07-24 Ayke van Laethem[AVR] Improve 8/16 bit atomic operations
2021-07-24 Ayke van Laethem[AVR] Set R31R30 as clobbered after ADJCALLSTACKDOWN
2021-07-24 Ayke van Laethem[AVR] Do not chain stores in call frame setup
2021-07-24 Ayke van Laethem[lld][WebAssembly] Align __heap_base
2021-07-24 Butygin[mlir] ConversionTarget legality callbacks refactoring
2021-07-24 Melanie Blower[clang][patch] Remove test artifact before running...
2021-07-24 Simon Pilgrim[DAG] Add initial SelectionDAG::isGuaranteedNotToBeUnde...
2021-07-24 Sanjay Patel[x86] add more tests for add with CMOV of constants...
2021-07-24 Alexander Belyaev[llvm] Inline getAssociatedFunction() in LLVM_DEBUG.
2021-07-24 hyeongyu kim[InstCombine] Add freezeAllUsesOfArgument to visitFreeze
2021-07-24 George BalatsourasRevert D106195 "[dfsan] Add wrappers for v*printf funct...
2021-07-24 Nikita Popov[SimplifyCFG] Add additional if conversion tests (NFC)
2021-07-24 Markus Böck[CMake] Add LIBXML2_DEFINITIONS when testing for symbol...
2021-07-24 Azharuddin... [CMake] Don't LTO optimize targets on Darwin, but only...
2021-07-24 Amara Emerson[GlobalISel] Add GUnmerge, GMerge, GConcatVectors,...
2021-07-24 Lang HamesRe-re-re-apply "[ORC][ORC-RT] Add initial native-TLV...
2021-07-24 LLVM GN Syncbot[gn build] Port 96709823ec37
2021-07-24 Kuter Dinel[AMDGPU] Deduce attributes with the Attributor
2021-07-24 peter klausler[flang] runtime: fix problems with I/O around EOF ...
2021-07-24 peter klausler[flang] Runtime: Reset list-directed input state for...
2021-07-24 Omar Emara[LLDB][GUI] Check fields validity in actions
2021-07-24 Omar Emara[LLDB][GUI] Add Platform Plugin Field
2021-07-24 Walter Erquinigo[source maps] fix source mapping when there are multipl...
2021-07-24 Philip Reames[tests] SCEV trip count w/ neg step and varying rhs
2021-07-24 Philip ReamesStyle tweaks for SCEV's computeMaxBECountForLT [NFC]
2021-07-23 Fangrui Song[LangRef] Clarify comdat
2021-07-23 Kuter Dinel[Attributor][FIX] checkForAllInstructions, correctly...
2021-07-23 Stella Stamenova[cmake] Export LLVM_HOST_TRIPLE in the LLVMConfig.cmake
2021-07-23 Philip Reames[SCEV] Fix bug involving zero step and non-invariant...
2021-07-23 Siva Chandra... [libc] Accommodate Fuchsia's death test framework in...
2021-07-23 Nico Weber[lld/mac] Fix comment typo in new start-end.s test
2021-07-23 Geoffrey Martin... [Bazel] Swap stray td_srcs to deps
2021-07-23 Roman Lebedev[NFC][SimplifyCFG] Add tests for `FoldTwoEntryPHINode...
2021-07-23 Nikita Popov[ConstantFold] Fix GEP of GEP fold with opaque pointers
2021-07-23 Nikita Popov[ConstantFold] Extract GEP of GEP fold (NFCI)
2021-07-23 Thomas Lively[WebAssembly] Codegen for pmin and pmax
2021-07-23 Thomas Lively[WebAssembly][NFC] Simplify SIMD bitconvert pattern
2021-07-23 Ye Luo[OpenMP] always compile with c++14 instead of gnu++14
2021-07-23 Roman Lebedev[NFC][SimplifyCFG] Make 'conditional block' handling...
2021-07-23 Roman Lebedev[NFC][SimplifyCFG] FoldTwoEntryPHINode(): make better...
2021-07-23 Roman Lebedev[NFC][BasicBlockUtils] Refactor GetIfCondition() to...
2021-07-23 Pirama Arumuga... [NewPM] Add CrossDSOCFI pass irrespective of LTO optimi...
2021-07-23 Caitlyn Cano[libc] Clean up Windows macros
2021-07-23 Nico Weber[lld/mac] Fix start-stop.s test with expensive checks...
2021-07-23 Shilei Tian[OpenMP] Fix bug 50022
2021-07-23 Joseph Huber[Libomptarget] Add unroll flag to shared variables...
2021-07-23 Emily Shi[compiler-rt][NFC] add debugging options to iossim_run
2021-07-23 Rahul Joshi[MLIR][NFC] Minor cleanup in liveness.
2021-07-23 Emily Shi[NFC][compiler-rt] tidy up some whitespace in lit config
2021-07-23 Nikita Popov[MergeICmps] Relax sinking check
2021-07-23 Shilei Tian[OpenMP][Offloading] Fix data race in data mapping...
2021-07-23 Martin Storsjö[CMake] Add version to libLLVM also on non-UNIX
2021-07-23 Martin Storsjö[llvm-rc] Allow dashes as part of resource name strings
2021-07-23 Nico Weber[lld/mac] Implement support for section$start and secti...
2021-07-23 Marco Vanotti[libunwind] Allow restoring SP while unwinding.
2021-07-23 Kevin P. NealRevert "[FPEnv][InstSimplify] Enable more folds for...
2021-07-23 Kevin P. Neal[FPEnv][InstSimplify] Enable more folds for constrained...
2021-07-23 Cyndy Ishida[llvm][NFC] Fix typos in Errc.h description
2021-07-23 Erich KeaneRevert "Delete PrintingPolicy's copy constructor/operator."
2021-07-23 Erich KeaneDelete PrintingPolicy's copy constructor/operator.
2021-07-23 Mircea Trofin[NFC][MLGO] Just use the underlying protobuf object...
2021-07-23 Yi Zhang[mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as...
next