platform/upstream/llvm.git
2022-02-10 Arthur Eubanks[docs] Replace `opt -analyze` with better alternatives.
2022-02-10 Adrian PrantlRevert "Add -fmodules-local-submodule-visibility to...
2022-02-10 LLVM GN Syncbot[gn build] Port f92702141069
2022-02-10 David BlaikieFix Windows build that fails if a class has a member...
2022-02-10 Shilei Tian[OpenMP][Offloading] Change the way to compare floating...
2022-02-10 Yuanfang ChenReland "[clang-cl] Support the /JMC flag"
2022-02-10 Shilei Tian[OpenMP][CUDA] Remove the hard team limit
2022-02-10 YASHASVI KHATAVKARReverting an entire stack of changes causing build...
2022-02-10 David BlaikieDebugInfo: Don't simplify any template referencing...
2022-02-10 LLVM GN Syncbot[gn build] Port 290e5722e83e
2022-02-10 Stanislav Mekhanoshin[AMDGPU] Improve clobbering checks in the kernel argume...
2022-02-10 LLVM GN Syncbot[gn build] Port b380a31de084
2022-02-10 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIViaUMinSeq()`...
2022-02-10 Roman Lebedev[NFC][LSR] Harden lsr-expand-quadratic.ll against smart...
2022-02-10 Roman Lebedev[NFC][CodeGen][X86] Autogenerate checklines in a test...
2022-02-10 Roman Lebedev[NFC][CodeGen][PPC] Autogenerate checklines in a test...
2022-02-10 Roman Lebedev[NFC][LSR] Autogenerate checklines in a test to simplif...
2022-02-10 Roman Lebedev[NFC][SCEV] Autogenerate checklines in a test to simpli...
2022-02-10 Nikolas Klauser[libc++] Add LWG-issues from february 2022 plenary...
2022-02-10 Yuanfang ChenRevert "[clang-cl] Support the /JMC flag"
2022-02-10 Ye Luo[Libomptarget][AMDGCN] add gfx90c target
2022-02-10 Reid Kleckner[CodeView] Avoid integer overflow while parsing long...
2022-02-10 Shubham Sandeep... Add support to dsymutil for dumping out new swift5...
2022-02-10 Douglas YungMake shtest-format.py CHECK lines more flexible
2022-02-10 Shubham Sandeep... Fix the build errors when enabling -DLLVM_ENABLE_MODULE...
2022-02-10 Aart Bik[mlir][sparse][pytaco] add SDDMM test with two differen...
2022-02-10 Teresa Johnson[ThinLTO][WPD] LICM set lookup (NFC)
2022-02-10 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-10 David Green[AArch64] Add extra fptoint_sat tests for larger than...
2022-02-10 Simon Pilgrim[FileCheck] Fix initialized but never used static analy...
2022-02-10 River Riddle[PDLL] Add support for user defined constraint and...
2022-02-10 River Riddle[PDLL] Add support for single line lambda-like patterns
2022-02-10 Martin Storsjö[libcxx] Silence -Wformat-nonliteral warnings in the...
2022-02-10 Simon Pilgrim[llvm-libtool-darwin] Use cast<> instead of dyn_cast...
2022-02-10 Simon Pilgrim[LoopVectorize] getStepVector - reduce scope of local...
2022-02-10 Nikolas Klauser[libc++] Prepare string.modifiers tests for constexpr
2022-02-10 Philip Reames[SCEV] Constify some uses of SCEVUnionPredicate* [NFC]
2022-02-10 Huihui Zhang[NFC] Simplify pairwise store test mir to drop stack...
2022-02-10 YASHASVI KHATAVKARModified SourceLevelDebugging.rst to include informatio...
2022-02-10 YASHASVI KHATAVKARupdated local branch to incorporate latest changes
2022-02-10 YASHASVI KHATAVKARworked on review comments
2022-02-10 YASHASVI KHATAVKARUpdated the test to include proper string get functions
2022-02-10 YASHASVI KHATAVKARUpdated the test to include addtional details
2022-02-10 YASHASVI KHATAVKARAdded StringLocationExp to the new apis
2022-02-10 YASHASVI KHATAVKARAddressed review comments
2022-02-10 YASHASVI KHATAVKARAdding DIBuilder interface for assumed length string
2022-02-10 serge-sans... Cleanup LLVMObject headers
2022-02-10 Louis DionneUpdate all LLVM documentation mentioning runtimes in...
2022-02-10 Evgenii StepanovSign-extend addresses in CompactRingBuffer.
2022-02-10 Johannes Doerfert[Attributor][NFC] Expose new API in AAPointerInfo
2022-02-10 Johannes Doerfert[Attributor][FIX] Reachability needs to account for...
2022-02-10 Johannes Doerfert[Attributor][FIX] Honor alloca address space in AAPriva...
2022-02-10 Vitaly Buka[sanitizer] Try to enable test on Android
2022-02-10 Krzysztof Drewniak[MLIR][GPU][lld] Use LLD bundled in ROCm, removing...
2022-02-10 Peter Klausler[flang] Refine pointer/target test for ASSOCIATED intrinsic
2022-02-10 Kirill Bobyrev[clang-tidy] Add early exit for defaulted FunctionDecls
2022-02-10 Nikolas Klauser[libc++][P2321R2] Add vector<bool>::reference::operator...
2022-02-10 Michael Jones[libc][obvious] only include vector with malloc
2022-02-10 Michał Górny[compiler-rt] Fix endianness in get_sock_peer_name...
2022-02-10 Shilei Tian[OpenMP][CUDA] Refine the logic to determine grid size
2022-02-10 Adrian PrantlAdd -fmodules-local-submodule-visibility to MANDATORY_M...
2022-02-10 Michael Jones[libc] add a vector internal class
2022-02-10 Simon Pilgrim[TTI][X86] Pull out repeated getSizeInBits() calls...
2022-02-10 Greg ClaytonFix a double debug info size counting in top level...
2022-02-10 Renato GolinWild guess to fix LLDB bot
2022-02-10 LLVM GN Syncbot[gn build] Port bd3a1de683f8
2022-02-10 Krzysztof Drewniak[MLIR][GPU] Add now-required include to SerializeToHsaco
2022-02-10 Peter Klausler[flang] Handle "type(foo) function f" when foo is defin...
2022-02-10 Yuanfang Chen[clang-cl] Support the /JMC flag
2022-02-10 Yuanfang Chen[AArch64][ARM] add -Wunaligned-access only for clang
2022-02-10 Huihui Zhang [AArch64][LoadStoreOptimizer] Ignore undef registers...
2022-02-10 Marek Kurdej[clang-format] Do not remove required spaces when align...
2022-02-10 Nirvedh[mlir][vector] Add pattern to drop lead unit dim for...
2022-02-10 Simon Pilgrim[X86] Add smulo and umulo with add+load test coverage
2022-02-10 Ivan Murashko[clangd] Crash in __memcmp_avx2_movbe
2022-02-10 Craig Topper[RISCV] Lower the shufflevector equivalent of vector...
2022-02-10 Valentin Clement[flang] Lower simple RETURN statement
2022-02-10 Valentin Clement[flang][NFC] Replace hardcoded attribute name
2022-02-10 Craig Topper[RISCV] Move the creation of VLMaxSentinel to isel...
2022-02-10 Hans Wennborg[clang-cl] Accept the "legacy" -target flag spelling
2022-02-10 Paul Walker[SVE] Remove AArch64ISD::ADD_PRED and AArch64ISD::SUB_PRED.
2022-02-10 Simon Pilgrim[X86] Add tests showing failure to use LEA to avoid...
2022-02-10 Simon Pilgrim[X86] getFMA3OpcodeToCommuteOperands - use unreachable...
2022-02-10 Arthur Eubanks[hwasan][test] Rework memaccess-clobber.ll
2022-02-10 Craig Topper[RISCV] Remove stale comment. NFC
2022-02-10 Jordan Rupprecht[libc++] Remove usage of `_LIBCPP_DEBUG` in `__comp_ref...
2022-02-10 Jordan Rupprecht[libc++] Fix std::__debug_less in c++17.
2022-02-10 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_LOCALIZATION.
2022-02-10 Jeremy Morse[DebugInfo][InstrRef] Avoid duplicate instruction numbe...
2022-02-10 alex-t[AMDGPU] Missed sign/zero extend patterns for divergenc...
2022-02-10 Simon Pilgrim[AMDGPU] Pull out repeated getVecSize() calls. NFC.
2022-02-10 David Sherwood[AArch64] Improve codegen for get.active.lane.mask...
2022-02-10 Nikolas Klauser[libc++] Prepare string.{contains, ends_with, iterators...
2022-02-10 Florian Hahn[LV] Add tests with chained first-order recurrences.
2022-02-10 Aart Bik[mlir][sparse][pytaco] migrate to sparse compiler pipeline
2022-02-10 dreachem[OpenMP][NFC] update status for 5.1 'nothing' directive...
2022-02-10 Rainer Orth[fir] Fix FlangOptimizerTests link on Solaris
2022-02-10 LLVM GN Syncbot[gn build] Port 9d9053190498
2022-02-10 Nikita Popov[InstSimplify] Remove zero-index opaque pointer GEP
2022-02-10 Nikolas Klauser[libc++][ranges] Implement std::ranges::swap_ranges()
next