platform/upstream/llvm.git
2021-10-30 Raphael Isemann[lldb][NFC] Modernize for-loops in ModuleList
2021-10-30 Raphael Isemann[lldb] Make SBType::IsTypeComplete more consistent...
2021-10-30 Raphael Isemann[lldb] Update field offset/sizes when encountering...
2021-10-30 Christudasan... GlobalISel/Utils: Use incoming regbank while constraini...
2021-10-30 Raphael Isemann[ASTImporter] Remove ASTNodeImporter::IsStructuralMatch...
2021-10-30 David Green[ARM] Add some fp convert with saturate MVE tests. NFC
2021-10-30 Nikolas Klauser[libc++] reformatted test_allocator.h
2021-10-30 Mark de Wever[libc++][format] Mark LWG-issues as complete.
2021-10-30 Mark de Wever[libc++][format] Use preferred_name attribute.
2021-10-30 Mark de Wever[libc++] Update clang-format to C++20.
2021-10-30 Mark de Wever[libc++] Remove Clang-11 support.
2021-10-30 David Green[InstCombine] Fix type of constant in canonicalizeClampLike
2021-10-30 Kazu HirataEnsure newlines at the end of files (NFC)
2021-10-30 Kazu HirataUse {DenseSet,SmallPtrSet}::contains (NFC)
2021-10-30 Lang Hames[ORC] Move all pass config into MachOPlatformPlugin...
2021-10-30 Vladimir Vereschaka[CMake] Update Cmake cache file for Win to ARM Linux...
2021-10-30 wren romano[mlir][sparse] Improve handling of dynamic-sizes for...
2021-10-30 Phoebe Wang[X86][NFC] Pre-commit test to show prolog insert problem
2021-10-29 Duncan P. N... Support: Remove sys::path::is_style_native()
2021-10-29 Duncan P. N... Support: Reduce stats in fs::copy_file on Darwin
2021-10-29 Jonas Devlieghere[llvm] Include LLVM_ENABLE_RUNTIMES in the cross compil...
2021-10-29 Duncan P. N... Fix a use-after-scope from 99023627010bbfefb71e25a2b4d0...
2021-10-29 Joe Loser[libc++] Ensure valid view for view_interface template...
2021-10-29 Jonas Devlieghere[llvm] Disable xar on macOS 12.0 and later
2021-10-29 Alexander BatashevDisable lockdown for external forks by default
2021-10-29 Joseph Huber[OpenMP] Fix assert macro expr
2021-10-29 Stanislav Mekhanoshin[AMDGPU] Fix global isel for kernels using agprs on...
2021-10-29 Valentin Clement[fir] Add base of the FIR to LLVM IR pass
2021-10-29 Florian Hahn[DSE] Support redundant stores eliminated by memset.
2021-10-29 David BlaikieCleanup a few more PR36048 skips
2021-10-29 Jacques Pienaar[mlir][ods] Fix incorrectly generated attribute name.
2021-10-29 Zarko Todorovski[clang][NFC] Inclusive terms: Replace uses of whitelist...
2021-10-29 Joseph Huber[OpenMP] Use the assertion formatting from assert.h
2021-10-29 Nikita Popov[BasicAA] Extract linear expression multiplication...
2021-10-29 Alex Lorenz[clang] Make 'align-mismatch' warning work without...
2021-10-29 Sam CleggRevert "[WebAssembly] Fix debug locations for ExplicitL...
2021-10-29 Aart Bik[mlir][sparse] refine the mixed width sparse conversion...
2021-10-29 Nikita Popov[BasicAA] Don't treat non-inbounds GEP as nsw
2021-10-29 Jacques Pienaar[mlir] Flip accessors to prefixed form (NFC)
2021-10-29 Sam Clegg[lld][WebAssembly] Generate TLS relocation code also...
2021-10-29 Guillaume ChateletRevert "[libc] Add more robust compile time architectur...
2021-10-29 Richard SmithProperly determine the end location of an ObjCObjectPoi...
2021-10-29 Arthur O'Dwyer[libc++] Implement LWG3369, tweak CTAD for std::span.
2021-10-29 Arthur O'Dwyer[libc++] [doc] Mark LWG3398 as complete.
2021-10-29 Guillaume Chatelet[libc] Add more robust compile time architecture detection
2021-10-29 Nick Desaulniers[SparcISelLowering] avoid emitting libcalls to __muloti...
2021-10-29 Miguel Raz... [doc] Typo fix in NewPassManager.rst
2021-10-29 wren romano[mlir][sparse] Renaming CPP macros for clarity
2021-10-29 Sanjay Patel[x86] limit vector increment fold to allow load folding
2021-10-29 Sanjay Patel[x86] make mayFold* helpers visible to more files; NFC
2021-10-29 Sanjay Patel[InstCombine] fix comments to match code; NFC
2021-10-29 Guillaume Chatelet[libc][NFC] Fix typo and unused variable
2021-10-29 Michał Górny[lldb] [gdb-remote] Fix processing generic regnums
2021-10-29 modimo[InlineAdvisor] Add fallback/format switches and negati...
2021-10-29 Duncan P. N... Support: Use sys::path::is_style_{posix,windows}()...
2021-10-29 modimo[SampleProfile] Add all callsites to AllCandidates...
2021-10-29 Roman Lebedev[NFC][LoopDeletion] Count the number of broken backedges
2021-10-29 Joseph Huber[OpenMP][Docs] Add documentation for device RTL debugging
2021-10-29 Joseph Huber[OpenMP] Check output of malloc in the device for debug
2021-10-29 Joseph Huber[OpenMP] Use function tracing RAII for runtime functions.
2021-10-29 Amara Emerson[AArch64][GlobalISel] Fix an crash in RBS due to a...
2021-10-29 Duncan P. N... Support: Expose sys::path::is_style_{posix,windows...
2021-10-29 Sanjay Patel[InstCombine] allow vector splat matching for bitwise...
2021-10-29 Sanjay Patel[InstCombine] add tests for bitwise logic folds; NFC
2021-10-29 Roman Lebedev[NFC][PhaseOrdering] Add additional loop deletion tests
2021-10-29 peter klausler[flang] Fix combined folding of FINDLOC/MAXLOC/MINLOC
2021-10-29 Stanislav Mekhanoshin[InstCombine] Fold `(~(a | b) & c) | ~(a | c)` into...
2021-10-29 peter klausler[flang] Fix crash on "call system_clock(count_max=j)"
2021-10-29 Michael Jones[libc] add fast path to string to float conversion
2021-10-29 Sam Clegg[lld][WebAssembly] Handle TLS variables in Symbol:...
2021-10-29 Matt Morehouse[X86] Don't affect jump tables under +tagged-globals.
2021-10-29 wlei[llvm-profgen] Update total samples by accumulating...
2021-10-29 Fraser Cormack[SelectionDAG] Allow FindMemType to fail when widening...
2021-10-29 Kazu Hirata[llvm-profgen] Fix a set-but-unused warning
2021-10-29 Zarko Todorovski[clang] Inclusive language: change error message to...
2021-10-29 Keith Smiley[clang][driver] Fix multiarch output name with -Wl arg
2021-10-29 Dwight Guth[llvm-reduce] optimize extractFromModule functions
2021-10-29 Nikita Popov[BasicAA] Add missing inbounds to tests (NFC)
2021-10-29 wlei[llvm-profgen] Fix bug of populating profile symbol...
2021-10-29 wlei[llvm-profgen] Switch to DWARF-based symbol and ranges
2021-10-29 Craig Topper[RISCV] Teach RISCVInsertVSETVLI::needVSETVLI to handle...
2021-10-29 Denys Petrov[analyzer] Retrieve a character from StringLiteral...
2021-10-29 Nimish MishraFixed erring semantic errors arising from D108904
2021-10-29 Matt ArsenaultAMDGPU: Check kernarg alignments in test
2021-10-29 Simon Pilgrim[CostModel][X86] Remove old TODO comment
2021-10-29 Sanjay Patel[InstCombine] regenerate test checks; NFC
2021-10-29 Mike Rice[OpenMP] Add triple to run lines to avoid message diffe...
2021-10-29 Arthur Eubanks[llvm-reduce] Actually skip invalid candidates in opera...
2021-10-29 Joe Loser[libc++] Mark LWG3211 as complete: default constructor...
2021-10-29 Ahmed TaeiDon't drop in_bounds when vector-transfer-collapse...
2021-10-29 Nikita Popov[BasicAA] Add range test with nsw (NFC)
2021-10-29 Steven WanPoint replay file to non-existent dummy
2021-10-29 Kirill Bobyrev[clangd] IncludeCleaner: Skip non self-contained headers
2021-10-29 Siva Chandra... [libc][NFC] Move test related pieces from FPUtil to...
2021-10-29 Dmitry Vyukovtsan: add debugging code for ptrace test failures
2021-10-29 Mircea Trofin[NFC] ProfileSummary: const most of the fields.
2021-10-29 Tobias Gysi[mlir][linalg] Add padding pass to strategy passes.
2021-10-29 Quinn Pham[docs] Inclusive language: replace master with main
2021-10-29 Tobias Gysi[mlir][linalg] Add pad and hoist test pass.
2021-10-29 Jez Ng[lld-macho] -all_load and -ObjC should not affect LC_LI...
next