platform/upstream/llvm.git
2021-05-20 Nico Weber[gn build] attempt to unbreak linux after fc9696130c8
2021-05-20 zoecarver[libcxx][ranges] Implement `ranges::borrowed_range`.
2021-05-20 Nico Weber[gn build] Use .export files
2021-05-20 Kevin P. Neal[FPEnv] EarlyCSE support for constrained intrinsics...
2021-05-20 Mitch Phillips[scudo] Add supported architectures.
2021-05-20 Fraser Cormack[RISCV] Ensure small mask BUILD_VECTORs aren't expanded
2021-05-20 Reid Kleckner[PGO] Don't reference functions unless value profiling...
2021-05-20 Mitch Phillips[scudo] Disable secondary cache-unmap tests on arm32.
2021-05-20 Lang Hames[ORC-RT] Add string_view and span utilities for use...
2021-05-20 Simon Pilgrim[X86][Atom] Fix vector fadd/fcmp/fmul resource/throughputs
2021-05-20 Tamar Christinalibsanitizer: Remove cyclades inclusion in sanitizer
2021-05-20 Alex OrlovAdd support for DWARF embedded source to llvm-symbolizer.
2021-05-20 Stefan Pintilie[PowerPC] Add fix to partword atomic operations
2021-05-20 Fraser Cormack[RISCV] Ensure shuffle splat operands are type-legal
2021-05-20 Wouter van... [WebAssembly] Fix PIC/GOT codegen for wasm64
2021-05-20 Steven Wu[IR][AutoUpgrade] Drop alignment from non-pointer param...
2021-05-20 Jamie SchmeiserWhen vector is found as a type or non-type id, check...
2021-05-20 Stephen Tozer[DebugInfo] Handle DIArgList in FastISel or GlobalIsel
2021-05-20 Jean Perier[flang] simplify derived type info table format
2021-05-20 Peter Waller[CodeGen][AArch64][SVE] Canonicalize intrinsic rdffr...
2021-05-20 Sanjay Patel[GlobalOpt] recompute alignments for loads and stores...
2021-05-20 Sanjay Patel[GlobalOpt] adjust test to show load problems; NFC
2021-05-20 Raphael Isemann[lldb] Adjust DumpDataExtractorTest.Formats for Windows
2021-05-20 Alexey Bataev[SLP]Try to vectorize tiny trees with shuffled gathers...
2021-05-20 Nicolas Vasilache[mlir][Linalg] NFC - Drop Linalg EDSC usage
2021-05-20 Aaron BallmanCorrect some thread safety analysis diagnostics; NFC.
2021-05-20 Jon Chesterfield[libomptarget][amdgpu] Remove majority of fatal errors
2021-05-20 Raphael Isemann[lldb][NFC] Add more Float16 unit tests
2021-05-20 Daniel Kiss[ARM][AArch64] SLSHardening: make non-comdat thunks...
2021-05-20 Louis Dionne[libc++] Fix documentation build failure
2021-05-20 Louis Dionne[libc++] Remove workaround for PR28391 (ODR violations...
2021-05-20 Jon Chesterfield[libomptarget] Disable test bug49334 on amdgpu
2021-05-20 Louis Dionne[libc++] Switch a few CI jobs to the minimal Lit config...
2021-05-20 Andrzej Warzynski[flang][docs] Update driver sync-up call link
2021-05-20 Aaron Puchert[AST] Store regular ValueDecl* in BindingDecl (NFC)
2021-05-20 Djordje TodorovicRevert "[Debugify][Original DI] Test dbg var loc preser...
2021-05-20 Hubert Tong[test] Fix pre-ra-sched.c to check for error message...
2021-05-20 Tamar ChristinaRevert "libsanitizer: Guard cyclades inclusion in sanit...
2021-05-20 Djordje Todorovic[Debugify][Original DI] Test dbg var loc preservation
2021-05-20 Paul C. Anagnostopoulos[TableGen] [Clang] Clean up arm_mve.td file.
2021-05-20 Xiangling LiaoFix LIT failure on native aix
2021-05-20 Haojian Wu[clang] Invalidate a non-dependent-type RecordDecl...
2021-05-20 Joerg Sonnenberger[SPARCv9] allow stw as alias for st
2021-05-20 David Green[ARM] Extra tests for MVE vhadd and vmulh. NFC
2021-05-20 Adrian Kuegel[mlir] Add conversion from complex to standard dialect...
2021-05-20 David Sherwood[CodeGen] Add support for widening the result of EXTRAC...
2021-05-20 Adrian Kuegel[mlir] Add EqualOp and NotEqualOp to complex dialect.
2021-05-20 Simon Pilgrim[CostModel][X86][AVX2] Improve 256-bit vector non-unifo...
2021-05-20 David Truby[llvm][sve] Lowering for VLS MLOAD/MSTORE
2021-05-20 Michael SpencerReapply "[clang][deps] Support inferred modules"
2021-05-20 Roman Lebedev[NFC][Coroutines] Autogenerate a few tests for ease...
2021-05-20 Sergey Dmitriev[llvm-strip] Add support for '--' for delimiting option...
2021-05-20 David Green[AArch64] Add extra codegen tests. NFC
2021-05-20 LLVM GN Syncbot[gn build] Port 081c62501e4f
2021-05-20 Alexey Lapshin[llvm-objcopy] Refactor CopyConfig structure.
2021-05-20 Roman Lebedev[NFC][CHR] Autogenerate checklines in a few tests for...
2021-05-20 Roman Lebedev[NFC][PruneEH] Autogenerate checklines in a few tests...
2021-05-20 Roman Lebedev[NFC][SimplifyCFG] Autogenerate checklines in a few...
2021-05-20 Tamar Christinalibsanitizer: Guard cyclades inclusion in sanitizer
2021-05-20 Simon Pilgrim[X86][AVX] Don't scrub pointer math in avx-vperm2x128.ll
2021-05-20 Luke[RISCV] Add legality check for vectorizing reduction
2021-05-20 David Sherwood[CodeGen] Add support for widening INSERT_SUBVECTOR...
2021-05-20 Nicolas Vasilache[mlir][Linalg] Drop spurious usage of OperationFolder
2021-05-20 Matthias Springer[mlir] Add Python bindings for vector dialect
2021-05-20 Heejin Ahn[WebAssembly] Ignore filters in Emscripten EH landingpads
2021-05-20 Caroline Concatto[CostModel][AArch64] Add missing costs for getShuffleCo...
2021-05-20 serge-sans... Force visibility of llvm::Any to external
2021-05-20 Andrew Savonichev[AArch64] Combine vector shift instructions in SelectionDAG
2021-05-20 Tobias Gysi[mlir][Python][linalg] Fix to limit size of SmallVector.
2021-05-20 Haojian Wu[clang-tidy] Fix a crash for raw-string-literal check.
2021-05-20 Amara Emerson[GlobalISel] Fix div+rem -> divrem combine causing...
2021-05-20 Simon GieseckeAdd option to llvm-gsymutil to read addresses from...
2021-05-20 Vitaly Buka[tsan] Deflake pthread_atfork_deadlock3
2021-05-20 Xiang1 ZhangRevert "[HWASAN] Update the tag info for X86_64."
2021-05-20 Sergey Dmitriev[clang-offload-bundler] Delimit input/output file names...
2021-05-20 Xiang1 Zhang[HWASAN] Update the tag info for X86_64.
2021-05-20 Sergey Dmitriev[llvm-objcopy] Update LIT test to resolve bot failure...
2021-05-20 Johannes Doerfert[OpenMP][NFC] Remove SIMD check lines for non-simd...
2021-05-20 Zhiwei Chen[sanitizer] Reduce redzone size for small size global...
2021-05-20 Jon RoelofsFix warnings in windows bots. NFC
2021-05-19 River Riddle[mlir] Refactor the implementation of pass crash reprod...
2021-05-19 River Riddle[mlir] Add a new `print-ir-after-failure` IR pass print...
2021-05-19 Fangrui Song[test] Fix test
2021-05-19 Fangrui Song-fno-semantic-interposition: Don't set dso_local on...
2021-05-19 Richard SmithPR50402: Use proper constant evaluation rules for check...
2021-05-19 LLVM GN Syncbot[gn build] Port 4bf69fb52b3c
2021-05-19 Sam Clegg[lld][WebAssembly] Fix for string tail merging and...
2021-05-19 Ahmed Bougacha[docs] Describe reporting security issues on the chromi...
2021-05-19 Jon Roelofs[Remarks] Add analysis remarks for memset/memcpy/memmov...
2021-05-19 Ryan Prichard[MC][ARM] Reject Thumb "ror rX, #0"
2021-05-19 Petr Hosek[CMake] Don't LTO optimize targets that aren't part...
2021-05-19 hasheddan[mlir][docs] Fix minor typos in vector dialect docs
2021-05-19 Martin StorsjöRevert "[Driver] Delete -mimplicit-it="
2021-05-19 Vitaly Buka[NFC][tsan] clang-format the test
2021-05-19 Aart Bik[mlir][sparse] skip sparsification for unannotated...
2021-05-19 River Riddle[mlir] Properly align StorageUniquer::BaseStorage to...
2021-05-19 Marius Brehler[mlir] Harmonize TOSA include guards
2021-05-19 Sean Silva[mlir][CAPI] Expose [u]int8 DenseElementsAttr.
2021-05-19 wlei[CSSPGO] Avoid deleting probe instruction in FoldValueC...
2021-05-19 Richard SmithTreat implicit deduction guides as being equivalent...
next