platform/upstream/llvm.git
2022-05-26 Shoaib Meenai[libunwind] Factor out sigreturn check condition. NFC
2022-05-26 Nikita Popov[ControlHeightReduction] Use logical and
2022-05-26 Philip Reames[RISCV] Allow compatible VTYPE in AVL Reg Forward cases
2022-05-26 Alexey Bataev[SLP]Improve compile time, NFC.
2022-05-26 Alexey Bataev[SLP]Fix PR55653: emit undefs where required, not poison.
2022-05-26 Alex Zhikhartsev[DFAJumpThreading] Relax analysis to handle unpredictab...
2022-05-26 Florian Hahn[SCEV] Add test with loop guarded by assume with an...
2022-05-26 Krzysztof Parzyszek[ADT] Explicitly delete copy/move constructors and...
2022-05-26 Anastasia Stulova[OpenCL][Doc] Misc improvements related to SPIR-V support.
2022-05-26 LLVM GN Syncbot[gn build] Port 0e3dc1a52ffe
2022-05-26 Nikolas Klauser[libc++] Implement ranges::{all, any, none}_of
2022-05-26 Simon Pilgrim[SLP] Move canVectorizeLoads implementation to simplify...
2022-05-26 Stefan Pintilie[PowerPC][Future] Add an ISA Future to go with mcpu...
2022-05-26 Paul Robinson[PS5] Allow dllimport/dllexport same as PS4
2022-05-26 Tyler Chatow[clang-format] Handle attributes in enum declaration.
2022-05-26 Nathan Sidwell[clang][PR55406] CFG for coroutine
2022-05-26 NAKAMURA Takumi[bazel] Introduce "VE" CodeGen in LLVM.
2022-05-26 Louis Dionne[libc++] Remove temporary workaround for existing CMake...
2022-05-26 Alexey Bataev[SLP]Fix crash on reordering of ScatterVectorize nodes.
2022-05-26 Emil Kieri[flang][NFC] Make semantics test dosemantics03.f90...
2022-05-26 Joseph Huber[Cuda] Use fallback method to mangle externalized decls...
2022-05-26 Sanjay Patel[InstCombine] fold icmp equality with udiv and large...
2022-05-26 Sanjay Patel[InstCombine] add tests for icmp with udiv operand...
2022-05-26 Louis Dionne[libc++abi] Use from-scratch testing configs for libc...
2022-05-26 Simon Pilgrim[DAG] Generalize (sra (trunc (sra x, c1)), c2) -> ...
2022-05-26 Marek Kurdej[clang-format] Fix QualifierAlignment with global names...
2022-05-26 Aaron BallmanFix failing test case with strict prototype changes
2022-05-26 Aaron BallmanImprove the strict prototype diagnostic behavior
2022-05-26 Gabor Marton[analyzer][solver] Handle UnarySymExpr in SMTConv
2022-05-26 Gabor Marton[analyzer][solver] Handle UnarySymExpr in RangeConstrai...
2022-05-26 Gabor Marton[analyzer] Add UnarySymExpr
2022-05-26 Gabor Marton[analyzer] Return from reAssume if State is posteriorly...
2022-05-26 Ivan Kosarev[AMDGPU][GFX9] Support base+soffset+offset SMEM loads.
2022-05-26 Aaron BallmanUse the canonical type when matching a generic selectio...
2022-05-26 Simon Pilgrim[DAG] Cleanup "and/or of cmp with single bit diff"...
2022-05-26 Ivan Kosarev[FileCheck] GetCheckTypeAbbreviation() to handle the...
2022-05-26 Chen Zheng[MachineSink] replace MachineLoop with MachineCycle
2022-05-26 Ivan Kosarev[FileCheck] Catch missspelled directives.
2022-05-26 Alex Zinenko[mlir] Use-after-free checker for the Transform dialect
2022-05-26 Simon Pilgrim[X86] Add non-uniform vector tests for 'one bit diff...
2022-05-26 Florian Hahn[AArch64] Add additional tests for sinking free shuffle...
2022-05-26 David Spickett[llvm][DWARF] Move test using X86 triple into X86 tests
2022-05-26 David Green[AArch64] Costmodel tests for llvm.vscale intrinsics...
2022-05-26 Fraser Cormack[RISCV][NFC] Add braces to 'else' to match braced 'if'
2022-05-26 LLVM GN Syncbot[gn build] Port 569d6630204d
2022-05-26 Nikolas Klauser[libc++] Implement ranges::equal
2022-05-26 Florian Hahn[SimpleLoopUnswitch] Always skip trivial select and...
2022-05-26 Kito Cheng[RISCV] Fix state persistence bugs (PR55548)
2022-05-26 Florian Hahn[LV] Fix indentation in tryToCreateWidenRecipe (NFC).
2022-05-26 Jason MolendaRevert "Defer source path remap tilde expansion until...
2022-05-26 Jason MolendaDefer source path remap tilde expansion until source...
2022-05-26 Jason MolendaUpdate three tests to realpath paths that we compare...
2022-05-26 Fangrui Song[MC] Lower case the first letter of EmitCOFF* EmitWin...
2022-05-26 John Paul Adrian... [scudo] Link against libatomic on all MIPS targets
2022-05-26 Owen AndersonReplace the custom linked list in LeaderTableEntry...
2022-05-26 Serguei Katkov[GuardWidening] Remove nuw/nsw flags for hoisted instru...
2022-05-26 serge-sans... [iwyu] Handle regressions in libLLVM header include
2022-05-26 Serguei Katkov[GuardWidening] Add test showing incorrect behavior...
2022-05-26 Serguei Katkov[GuardWidening] Update test with update_test_checks.py
2022-05-26 River Riddle[mlir:Printer][NFC] Add utility methods for printing...
2022-05-26 River Riddle[mlir:LSP] Link the test dialect into mlir-lsp-server
2022-05-26 Matthias Springer[mlir][bufferization] Clean up imports and code comments
2022-05-26 Congzhe Cao[NFC][LoopCacheAnalysis] Update test cases to make...
2022-05-26 Chenbing Zheng[InstCombine] [NFC] refector foldXorOfICmps
2022-05-26 Chenbing Zheng[InstCombine] bitcast(logic(bitcast(X), bitcast(Y)...
2022-05-26 jacquesguan[RISCV] Replace ISD::FP_EXTEND and ISD::FP_ROUND with...
2022-05-26 Alan Zhao[llvm-ml] Add support for the .S extension
2022-05-26 Lian Wang[LegalizeTypes][VP] Add widen and split support for...
2022-05-26 Haocong.Lu[RISCV][NFC] Remove solved TODO for combining constant...
2022-05-26 Peter Klausler[flang] Allow forward reference to ENTRY from generic...
2022-05-25 V Donaldson[flang] Update intrinsic module source files
2022-05-25 bixia1[mlir][sparse] Add more complex operations.
2022-05-25 bixia1Lower complex.expm1 to standard dialect.
2022-05-25 Jason MolendaSkip testing of watchpoint hit-count/ignore-count on...
2022-05-25 Alan Zhao[NFC][llvm-ml] Rename rip-relative-addressing.asm to...
2022-05-25 Arthur Eubanks[gn build] Fix D126415 to only set `llvm_have_mallinfo2...
2022-05-25 Peter Klausler[flang] Fix crash from a blank BIND(C,NAME="") on subpr...
2022-05-25 Arthur Eubanks[gn build] Manually port bed9efed71
2022-05-25 Alexey Bataev[SLP]Do not try to generate ScatterVectorize if it...
2022-05-25 NAKAMURA Takumi[bazel] Unset REVISION as if LLVM_APPEND_VC_REV=OFF...
2022-05-25 NAKAMURA Takumi[bazel] Bump to 15.0.0git
2022-05-25 Snehasish Kumar[memprof] Keep and display symbol names in the RawMemPr...
2022-05-25 Alexey Bataev[SLP]Fix PR55688: Miscompile due to incorrect nuw/nsw...
2022-05-25 Eric Li[clang][dataflow] Fix incorrect CXXThisExpr pointee...
2022-05-25 Eric Li[clang][dataflow] Relax assert on existence of `this...
2022-05-25 Arthur Eubanks[gn build] Set llvm_have_mallinfo2 to true by default
2022-05-25 Maksim Panchenko[MCDisassembler] Disambiguate Size parameter in tryAddi...
2022-05-25 zr33[BOLT][DWARF] Convert dwarf5-df-* tests to assembly...
2022-05-25 Patrick WaltonRound up zero-sized symbols to 1 byte in `.debug_aranges`.
2022-05-25 Joseph Huber[Clang] Introduce `--offload-link` option to perform...
2022-05-25 Matthias Springer[mlir][bufferization][NFC] Remove dead code
2022-05-25 Zequan Wu[LLDB][NativePDB] Check for missing type info to avoid...
2022-05-25 Joe Nash[AMDGPU] gfx11 FLAT Instructions
2022-05-25 Thomas Preud... Fix conversion error to Expected
2022-05-25 Alex Lorenz[clang] Fix the begin location of concepts specializati...
2022-05-25 Chia-hung Duan[mlir][PDLL] Allow numeric result indexing for unregist...
2022-05-25 Joe Nash[AMDGPU] gfx11 vinterp instructions MC support
2022-05-25 Joe Nash[AMDGPU] gfx11 export instructions
2022-05-25 Christian Sigg[LLVM] Add rcp.approx.ftz.f32 intrinsic
2022-05-25 Paul Kirth[compiler-rt][test] Fix flake in symbolize_stack test
next