platform/upstream/llvm.git
2021-02-15 Craig Topper[RISCV] Add i16 bswap and i8/i16 bitreverse tests to...
2021-02-15 Michael Kruse[Polly] Regenerate isl-noexceptions.h.
2021-02-15 Wang, Pengfei[X86] Convert fmin/fmax _mm_reduce_* intrinsics to...
2021-02-14 Carl Ritson[AMDGPU] Add llvm.amdgcn.wqm.demote intrinsic
2021-02-14 Michael Kruse[Polly] Invalidate passes after Scop processing in...
2021-02-14 Cassie Jones[GlobalISel] Disable vector types in narrowScalarAddSub
2021-02-14 Cassie Jones[GlobalISel] Extract a narrowScalarAddSub method. NFC
2021-02-14 Michał Górny[lldb] [Process/FreeBSDRemote] Fix clang-formatting...
2021-02-14 Tobias GysiReland "[mlir] add support for verification in integrat...
2021-02-14 LLVM GN Syncbot[gn build] Port 656ead1fb7db
2021-02-14 cynecx[llvm/Support] Add SHA256 implementation
2021-02-14 Björn Schäpers[clang-format] Add possibility to be based on parent...
2021-02-14 David Green[ARM] Move PhaseOrdering test to the correct place...
2021-02-14 Florian Hahn[ConstraintElimination] Fix variables used for pattern...
2021-02-14 Nikita Popov[BasicAA] Merge aliasGEP code paths
2021-02-14 Nikita Popov[BasicAA] Add test for single arg phi in loop (NFC)
2021-02-14 David Green[ARM] A couple of small MVE reduction tests from intrin...
2021-02-14 Tony Tye[AMDGPU] Limit memory scope for scratch, LDS and GDS
2021-02-14 Kazu Hirata[AMDGPU] Fix build breakage
2021-02-14 David Green[ARM] Add some tests for MVE lane interleaving. NFC
2021-02-14 Kazu Hirata[llvm] Use llvm::is_contained (NFC)
2021-02-14 Kazu Hirata[llvm] Fix header guards (NFC)
2021-02-14 Kazu Hirata[Analysis] Use ListSeparator (NFC)
2021-02-14 Nikita Popov[BasicAA] Avoid duplicate query for GEPs with identical...
2021-02-14 Nikita Popov[BasicAA] Use index difference to detect GEPs with...
2021-02-14 Nicolas Vasilache[mlir][Linalg] Fix constant detection in linalg.pad_ten...
2021-02-14 aqjune[ValueTracking] Dereferenced pointers are noundef
2021-02-14 Stephen Kelly[ASTMatchers] Clarify example in docs
2021-02-14 Sanjay Patel[InstCombine] fold fdiv with pow divisor (PR49147)
2021-02-14 Juneyoung Lee[InstCombine] Add nonnull(select c, null, p) tests...
2021-02-14 Juneyoung Lee[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask...
2021-02-14 Michael Kruse[Polly] Test all optimization levels.
2021-02-14 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-14 Kazu Hirata[Analysis] Drop unnecessary const from return types...
2021-02-14 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-14 Ben Shi[AVR] Fix a bug in 16-bit shifts
2021-02-14 Teresa Johnson[gold] Add case being tested by equivalent lld test
2021-02-14 Teresa Johnson[lld] Reorder cases in test to match comments (NFC)
2021-02-13 Teresa Johnson[LTT] Address post-review comments (NFC)
2021-02-13 Malhar[Clang] Ensure vector predication loop metadata is...
2021-02-13 Fangrui SongELFObjectWriter: Simplify
2021-02-13 Fangrui Song[CMake][mlir] Fix mlir-linalg-ods-gen/CMakeLists.txt...
2021-02-13 Craig Topper[RISCV] Rename the RVVBaseAddr ComplexPattern to just...
2021-02-13 Fangrui SongELFObjectWriter: Delete redundant registerSymbol
2021-02-13 daquexianfix linalg ods gen cross compiling like other gen execu...
2021-02-13 Fangrui Song[lldb][test] Fix Shell/SymbolFile/symbol-binding.test
2021-02-13 Fangrui SongELFObjectWriter: Don't sort non-local symbols
2021-02-13 Sanjay Patel[InstCombine] add tests for pow() divisor; NFC
2021-02-13 Mikhail Dvorskiy[pstl] Iterator types renaming: ForwardIterator ->...
2021-02-13 Nikita Popov[IRBuilder] Remove Align-related deprecated APIs
2021-02-13 David Green[ARM] Fix duplicate fdiv tests, changing them to frem...
2021-02-13 David Green[ARM] Extra vector shuffle tests of various kinds. NFC
2021-02-13 Simon Pilgrim[DAG] Fold i1/vXi1 saddsat/uaddsat(x,y) -> or(x,y)
2021-02-13 Shivam Gupta[NFC][Docs] Fix RAVFrontendAction doc's CMakeLists...
2021-02-13 Nathan James[clangd] Retire clang-tidy-checks flag.
2021-02-13 Stephen Kelly[clang-tidy] Simplify inaccurate erase check
2021-02-13 Stephen Kelly[clang-tidy] Simplify static assert check
2021-02-13 Simon Pilgrim[DAG] Fold i1/vXi1 ssubsat/usubsat(x,y) -> and(x,~y)
2021-02-13 Simon Pilgrim[DAG] PromoteIntRes_ADDSUBSHLSAT - use promoted ISD...
2021-02-13 Kadir Cetinkaya[clangd] Fix unsued private field warning
2021-02-13 Tykerreland [InstCombine] convert assumes to operand bundles
2021-02-13 Simon Pilgrim[DAG] Fix shift amount limit in SimplifyDemandedBits...
2021-02-13 Heejin Ahn[WebAssemblly] Fix rethrow's argument computation
2021-02-13 Simon Pilgrim[X86] Add reduced test case for PR49162
2021-02-13 David Green[ARM] MVE min/max cost tests. NFC
2021-02-13 Valeriy Savchenko[analyzer][tests] Fix issue comparison script
2021-02-13 Kristina Bessonova[libunwind][cmake] Add an option to enable/disable...
2021-02-13 Michael Kruse[Polly] Preserve DetectionContext references.
2021-02-13 Fangrui Song[test] Make ELF tests less reliant on the lexicographic...
2021-02-13 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-02-13 Kazu Hirata[AMDGPU] Drop unnecessary const from a return type...
2021-02-13 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-13 Juneyoung Lee[InstSimplify] add tests that look into pointer operand...
2021-02-13 Wei Wang[LTO] Perform DSOLocal propagation in combined index
2021-02-13 Juneyoung Lee[LangRef] Update memory access ops to raise UB if ptrs...
2021-02-13 Fangrui Song[test] Make ELF tests amenable to the order of non...
2021-02-13 Serge Pavlov[FPEnv][ARM] Implement lowering of llvm.set.rounding
2021-02-13 clementvalRevert "[flang][fir] Add fir-opt tool"
2021-02-13 Valentin Clement[flang][fir][NFC] Move FieldType to TableGen type defin...
2021-02-13 Valentin Clement[flang][fir] Add fir-opt tool
2021-02-13 Jian Cai[llvm-objcopy] preserve file ownership when overwritten...
2021-02-13 AndreyChurbanov[OpenMP] NFC: fix test removing the target construct
2021-02-13 AndreyChurbanov[OpenMP] fix test adding mapping of shared variables
2021-02-13 Artur Gainullin[SYCL] Ignore file-scope asm during device-side SYCL...
2021-02-13 Adrian PrantlStore the LocationKind of an entry value buffer indepen...
2021-02-13 wlei[CSSPGO][llvm-profgen] Filter out the instructions...
2021-02-13 Arthur Eubanks[NFC] Combine runNewPMPasses() and runNewPMCustomPasses()
2021-02-13 Benjamin Kramer[lldb] Fix up SysV ABI implementations after 057efa9916...
2021-02-13 Jonas Paulsson[SystemZ] Fix vecintrin.h to not emit alignment hints...
2021-02-13 Adrian PrantlSupport dereferencing a DWARF scalar stack value
2021-02-13 Adrian PrantlMake the error condition in Value::ValueType explicit...
2021-02-13 Craig Topper[RISCV] Move riscv_vfmv_v_f_vl patterns to RISCVInstrIn...
2021-02-12 Craig Topper[RISCV] Add support for fixed vector fabs
2021-02-12 Craig Topper[RISCV] Add support for fixed vector sqrt.
2021-02-12 James Y KnightLLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw...
2021-02-12 Eric Schweitz[flang][fir][NFC] Minor format changes to FIROps.td.
2021-02-12 wlei[CSSPGO][llvm-profgen] Renovate perfscript check and...
2021-02-12 Eric Schweitz[flang][fir][NFC] Move code from FIRDialect.h into...
2021-02-12 Jessica Paquette[AArch64][GlobalISel] Fold constants into G_GLOBAL_VALUE
2021-02-12 Amy HuangFix test in external_symbolizer_path.cpp, by adding...
next