platform/upstream/llvm.git
2022-03-15 Stanislav Gatev[clang][dataflow] Model the behavior of non-standard...
2022-03-15 Adrian Kuegel[mlir][Bazel] Adjust build file to account for new...
2022-03-15 Qiu Chaofan[PowerPC] Disable perfect shuffle by default
2022-03-15 River Riddle[mlir] Refactor how parser/printers are specified for...
2022-03-15 River Riddle[mlir] Rewrite and modernize the documentation for...
2022-03-15 River Riddle[mlir] Split out AttrDef/TypeDef and pattern constructs...
2022-03-15 Mogball[mlir][ods] Add support for custom directive in attr...
2022-03-15 esmeyi[NFC][XCOFF] Refactor and format XCOFFObjectWriter...
2022-03-15 Fangrui Song[llvm-objcopy] Simplify CompressedSection creation...
2022-03-15 Fangrui Song[MC][test] Add more .loc directives to improve portabil...
2022-03-15 Chris LattnerRevert "[mlirTranslateMain] Add a customization callback."
2022-03-15 Thomas Raoux[mlir][nvvm] Fix bug in ldmatrix intrinsic conversion
2022-03-15 Jonas Devlieghere[lldb] Cleanup MacOSX platform headers (NFC)
2022-03-15 Keith Smiley[clang] Fix DIFile directory root on Windows
2022-03-15 Keith Smiley[test] Add lit helper for windows paths
2022-03-15 Sam Clegg[WebAssembly] Fix asan issue from https://reviews.llvm...
2022-03-15 Ruiling SongAMDGPU: Use removeAllRegUnitsForPhysReg()
2022-03-15 Petr Hosek[CMake][Fuchsia] Use correct architecture for iossim
2022-03-15 Jez Ng[lld-macho] -flat_namespace for dylibs should make...
2022-03-15 Jez Ng[lld-macho][nfc] Allow Defined symbols to be placed...
2022-03-15 Owen Pan[clang-format] Don't unwrap lines preceded by line...
2022-03-15 Joseph Huber[OpenMP][Fix] Fix test failing after patch
2022-03-15 Joseph Huber[OpenMP][Fix] Add offloading kind to AMDGPU libraries
2022-03-15 LLVM GN Syncbot[gn build] Port 9c542a5a4e1b
2022-03-15 Julian LettnerLower `@llvm.global_dtors` using `__cxa_atexit` on...
2022-03-15 Joseph Huber[CUDA] Add CUDA fatbinary magic
2022-03-15 Joseph Huber[OpenMP][NFC] Refactor new driver to be more general
2022-03-15 Joseph Huber[Clang] Add offload kind to embedded offload object
2022-03-15 Joseph Huber[OpenMP] Implement dense map info for device file
2022-03-15 Joseph Huber[OpenMP] Try to embed offloading objects after codegen
2022-03-15 Stanislav Mekhanoshin[AMDGPU] gfx940: disable OP_SEL on V_DOT instructions
2022-03-14 Vy NguyenReland "[lld-macho] Avoid using bump-alloc in TrieBuider""
2022-03-14 Stanislav Mekhanoshin[AMDGPU] Add symbolic names for gfx940 HWREGs
2022-03-14 Andrew Browne[DFSan] Remove trampolines to unblock opaque pointers...
2022-03-14 Stanislav Mekhanoshin[AMDGPU] Support for gfx940 flat lds opcodes
2022-03-14 Stanislav Mekhanoshin[AMDGPU] Support gfx940 v_lshl_add_u64 instruction
2022-03-14 Ryan Prichard[ARM] __cxa_end_cleanup: avoid clobbering r4
2022-03-14 Dávid Bolvanský[Clang] noinline stmt attribute - emit warnings rather...
2022-03-14 Jim InghamDon't report memory return values on MacOS_arm64 of...
2022-03-14 Stanislav Mekhanoshin[AMDGPU] flat scratch SVS addressing mode for gfx940
2022-03-14 Sterling AugustineRevert "[lld-macho] Avoid using bump-alloc in TrieBuider"
2022-03-14 Peter Klausler[flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONS
2022-03-14 Stanislav Mekhanoshin[AMDGPU] gfx940 memory model
2022-03-14 Andrew Litteken[IROutliner] Ensure merged PHINodes respect order and...
2022-03-14 Craig Topper[InstCombine] Fold select based logic of fcmps with...
2022-03-14 Nick Desaulniers[IRLinker] make IRLinker::AddLazyFor optional (llvm...
2022-03-14 Vy Nguyen[lld-macho] Avoid using bump-alloc in TrieBuider
2022-03-14 Simon Pilgrim[X86] Fix avx512.mask.vpshld/vpshrd tests to correctly...
2022-03-14 Dávid Bolvanský[AttrDocs] try to fix build
2022-03-14 Fangrui Song[ELF] Move section assignment from initializeSymbols...
2022-03-14 Stella LaurenzoNFC: Remove unterminated string from Python pyi file.
2022-03-14 Stanislav Mekhanoshin[AMDGPU] Restrict machine copy propagation from creatin...
2022-03-14 Valentin Clement[flang] Lower any intrinsic
2022-03-14 Amara Emerson[GlobalISel] Fix store merging incorrectly merging...
2022-03-14 Andrew BrowneRevert "[DFSan] Remove trampolines to unblock opaque...
2022-03-14 Dávid Bolvanský[Clang] always_inline statement attribute
2022-03-14 Andrew Browne[DFSan] Remove trampolines to unblock opaque pointers.
2022-03-14 Florian Mayer[MTE] Add test that stack tagging does not mess up...
2022-03-14 Shafik Yaghmour[LLDB] Applying clang-tidy modernize-use-default-member...
2022-03-14 Andrew Litteken[IROutliner] Separate split PHI nodes from multiple...
2022-03-14 Peter Collingbournegn build: Add support for building with libcurl.
2022-03-14 Florian Hahn[LV] Check for users of truncated IVs, add more detaile...
2022-03-14 Amir Ayupov[X86] Fix cosmetic issues in instruction mnemonics
2022-03-14 Jonas Devlieghere[lldb] Plumb process host architecture through platform...
2022-03-14 Fangrui Song[ELF] Set the priority of STB_GNU_UNIQUE the same as...
2022-03-14 Ben Barham[Support] Add const to `FileError::getFileName`
2022-03-14 Ben Barham[VFS] Rename `RedirectingFileSystem::dump` to `print`
2022-03-14 Kazu Hirata[CodeGen] Remove an unused variable introduced in D121128
2022-03-14 Fangrui Song[Support] Change zlib::compress to return void
2022-03-14 Jonas Devlieghere[lldb] Fix the Windows build after D121536
2022-03-14 Peter Klausler[flang] LBOUND() edge case: empty dimension
2022-03-14 Eric SchweitzWrite a pass to annotate constant operands on FIR ops...
2022-03-14 Andrzej WarzynskiRevert "[flang] IEEE_ARITHMETIC must imply USE IEEE_EXC...
2022-03-14 Fraser Cormack[RISCV] Add MIR tests exposing missed InstAliases
2022-03-14 Louis Dionne[libc++][NFC] Remove several redundant #if _LIBCPP_STD_...
2022-03-14 Mircea Trofin[regalloc] Remove -consider-local-interval-cost
2022-03-14 Peter Klausler[flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONS
2022-03-14 Jonas Devlieghere[lldb] Use the debugger's asynchronous output stream...
2022-03-14 zhongyunde[AArch64] Perform last active true vector combine
2022-03-14 Stanislav Gatev[clang][dataflow] Add support for nested composite...
2022-03-14 Sam Clegg[WebAssembly] Remove unused method from WebAssemblyTarg...
2022-03-14 Teresa Johnson[WPD] Extend checking mode to support fallback to indir...
2022-03-14 Valentin Clement[flang] Lower format statement
2022-03-14 Jonas Devlieghere[llvm] Fix warning: missing submodule 'LLVM_Analysis...
2022-03-14 Jonas Devlieghere[lldb] Use the IOHandler's stream instead of the debugg...
2022-03-14 Arthur Eubanks[OpaquePtr][AArch64] Use elementtype on ldxr/stxr
2022-03-14 Valentin Clement[flang] Lower common block
2022-03-14 Andrew Browne[DFSan] Remove use of setarch in dfsan test.
2022-03-14 Andrew Litteken[IROutliner] Avoid reusing PHINodes that have already...
2022-03-14 LLVM GN Syncbot[gn build] Port 5e65e79bace6
2022-03-14 Valentin Clement[flang] Lower all intrinsic
2022-03-14 Jonas DevlieghereFix the implicit module build (2/2)
2022-03-14 Arthur Eubanks[NewPM] Actually recompute GlobalsAA before module...
2022-03-14 Arthur Eubanks[test] Add phase ordering test
2022-03-14 Valentin Clement[flang] Lower elemental calls
2022-03-14 Arthur Eubanks[ValueTracking] Simplify llvm::isPointerOffset()
2022-03-14 serge-sans... Fix issing header on z/OS
2022-03-14 Stella Stamenova[lldb] Skip Test11588 on Windows
2022-03-14 Jonas DevlieghereFix the implicit module build
2022-03-14 Jonas Devlieghere[lldb] Move ProgressEventData out of debugger and into...
next