platform/upstream/llvm.git
2021-06-16 Jez Ng[lld-macho] Put DATA_IN_CODE immediately after FUNCTION...
2021-06-16 Jez Ng[lld-macho] Handle multiple LC_LINKER_OPTIONs
2021-06-16 Jez Ng[lld-macho][nfc] Put back shouldOmitFromOutput() asserts
2021-06-16 Fangrui Song[llvm-objcopy][MachO] Copy LC_LINKER_OPTIMIZATION_HINT
2021-06-16 Hongtao Yu[CSSPGO] Report zero-count probe in profile instead...
2021-06-16 Aart Bik[mlir][sparse] support new kind of scalar in sparse...
2021-06-16 Sanjay Patel[ValueTracking] add FP intrinsics to test for propagate...
2021-06-16 Fangrui SongRISCVFixupKinds.h: Don’t duplicate function or class...
2021-06-16 peter klausler[flang] Correct the subscripts used for arguments to...
2021-06-16 Ben Langmuir[index] Fix performance regression with indexing macros
2021-06-16 Fangrui Song[llvm-objcopy] Make ihex writer similar to binary writer
2021-06-16 Sushma Unnibhavi[M68k][GloballSel] Adding initial GlobalISel infrastructure
2021-06-16 Christopher... Revert "Revert "[libcxx][module-map] creates submodules...
2021-06-16 Sanjay Patel[ValueTracking] add tests for propagatesPoison with...
2021-06-16 LLVM GN Syncbot[gn build] Port ef16c8eaa5cd
2021-06-16 Patrick HollandReapply "[MCA] Adding the CustomBehaviour class to...
2021-06-16 Vyacheslav... [NFC][libomptarget] Reduce the dependency on libelf
2021-06-16 Sanjay Patel[InstSimplify] propagate poison through FP ops
2021-06-16 Sjoerd Meijer[FuncSpec] Fixed prefix typo in test function-specializ...
2021-06-16 Yitzhak Mandelbaum[libTooling][NFC] Refactor implemenation of Transformer...
2021-06-16 Jez Ng[lld-macho] Downgrade version mismatch to warning
2021-06-16 Dylan Fleming[SVE] Selection failure with scalable insertelements
2021-06-16 James Henderson[obj2yaml] Address D104035 review comments
2021-06-16 Jay Foad[AMDGPU] Set VOP3P flag on Real instructions
2021-06-16 David Spickett[llvm][AArch64] Handle arrays of struct properly (from IR)
2021-06-16 Louis Dionne[libc++] Undeprecate the std::allocator<void> specializ...
2021-06-16 Andrea Di Biagio[MCA][InstrBuilder] Always check for implicit uses...
2021-06-16 Nicolas Vasilache[mlir] NFC - Drop newline form BlockArgument printing.
2021-06-16 Simon Pilgrim[X86][AVX] Regenerate pr15296.ll tests
2021-06-16 Ben Dunbobbin[llvm-symbolizer] improve test and fix doc example...
2021-06-16 Jay Foad[AMDGPU] Set SALU, VALU and other instruction type...
2021-06-16 Amilendra Kodithuwakku[libcxx] Fix exception raised during downstream bare...
2021-06-16 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-16 Dylan Fleming[SVE] Fix PromoteIntRes_TRUNCATE not to call getVectorN...
2021-06-16 Raphael Isemann[lldb] Require Clang 8 for gpubnames test
2021-06-16 AndreyChurbanov[OpenMP] libomp: fixed implementation of OMP 5.1 inouts...
2021-06-16 Diana Picus[flang] Check there's no dependency on C++ libs. NFC
2021-06-16 Jay Foad[AMDGPU] Set IsAtomicRet and IsAtomicNoRet on Real...
2021-06-16 Guillaume ChateletRevert "[libc] Add a set of elementary operations"
2021-06-16 Guillaume Chatelet[libc] Add a set of elementary operations
2021-06-16 Raphael Isemann[lldb] vwprintw -> vw_printw in IOHandlerCursesGUI
2021-06-16 Jay Foad[AMDGPU] Set mayLoad and mayStore on Real instructions
2021-06-16 Diana PicusRevert "[flang] Check there's no dependency on C++...
2021-06-16 Nico Weber[lld/mac] Add support for -no_data_in_code_info flag
2021-06-16 Nico Weber[lld/mac] Put lld-only flags in "LLD-SPECIFIC:" --help...
2021-06-16 Konstantin... [ELF] Consider that NOLOAD sections should be placed...
2021-06-16 Alex Zinenko[mlir] ODS: temporarily disbale external model in prese...
2021-06-16 David Green[ARM] Correct type of setcc results for FP vectors
2021-06-16 David Green[ARM] Extra tests for sign extended floating point...
2021-06-16 Diana Picus[flang] Fixup 7ddbf2633911a5c378ad6af01e250f6f252b9032
2021-06-16 Sjoerd Meijer[FuncSpec] Remove other passes in a test RUN line....
2021-06-16 Diana Picus[flang] Add clang-tidy check for braces around if
2021-06-16 Sjoerd Meijer[FuncSpec] Add test for a call site that will never...
2021-06-16 James Henderson[yaml2obj][obj2yaml] Support custom ELF section header...
2021-06-16 James Henderson[yaml2obj] Fix bug when referencing items in SectionHea...
2021-06-16 Jay Foad[AMDGPU] Set more flags on Real instructions
2021-06-16 Diana Picus[flang] Check there's no dependency on C++ libs
2021-06-16 Jay Foad[AMDGPU] Use defvar in SOPInstructions.td. NFC.
2021-06-16 Joachim Protze[OpenMP][NFC] Add back suppression of warning
2021-06-16 Sjoerd Meijer[FuncSpec] Statistics
2021-06-16 Lang Hames[ORC] Switch to WrapperFunction utility for calls to...
2021-06-16 Andrzej Warzynski[flang][nfc] Move `external-hello-world` to flang/examples
2021-06-16 Andrzej Warzynski[flang][driver] Add `-fdebug-dump-all`
2021-06-16 Joachim Protze[OpenMP] Remove unused variables from libomp code
2021-06-16 Roman Lebedev[NFC][X86] lowerVECTOR_SHUFFLE(): drop FIXME about...
2021-06-16 Roman Lebedev[SCEV] PtrToInt on non-integral pointers is allowed
2021-06-16 Evgeniy Brevnov[SLP] Incorrect handling of external scalar values
2021-06-16 Andrew Browne[DFSan][NFC] Fix shadowing variable name.
2021-06-16 Chen Zheng[LLDB] Fix buildbots breakage due to TestGuessLanguage.py
2021-06-16 Rong Xu[SampleFDO] Place the discriminator flag variable into...
2021-06-16 Peter Steinfeld[flang] Add semantic check for the RANDOM_SEED intrinsic
2021-06-16 Rong XuRevert "[SampleFDO] Using common linkage for the discri...
2021-06-16 Fangrui Song[Driver] Delete -fsanitize-coverage-blocklist= in favor...
2021-06-16 Chen Zheng[Debug-Info] guard DW_LANG_C_plus_plus_14 under strict...
2021-06-16 Saleem AbdulrasoolX86: balance the frame prologue and epilogue on Win64
2021-06-16 Chuanqi Xu[FuncSpec] Use std::pow instead of operator^
2021-06-16 Kevin Athey[NFC][sanitizer] Remove calls to __asan_get_current_fak...
2021-06-16 Andrew Browne[DFSan] Handle landingpad inst explicitly as zero shadow.
2021-06-16 Louis Dionne[libc++] Promote GCC 11 to mandatory CI
2021-06-15 Jim InghamDon't depend on the "run" alias doing shell expanding.
2021-06-15 Wenlei HeCMake: allow overriding CMAKE_CXX_VISIBILITY_PRESET
2021-06-15 Aart Bik[mlir][sparse] integration test for all-dense annotated...
2021-06-15 Jim InghamMissed a Windows use of ValidForThisThread in the chang...
2021-06-15 Fangrui Song[docs] Exclude FlangOption and re-generate ClangCommand...
2021-06-15 MaheshRavishankar[mlir][SCF] Remove empty else blocks of `scf.if` operat...
2021-06-15 Zequan Wu[OpaquePtr] Verify Opaque pointer in function parameter
2021-06-15 Aart Bik[mlir][sparse] allow all-dense annotated "sparse" tenso...
2021-06-15 Rong Xu[SampleFDO] Using common linkage for the discriminator...
2021-06-15 Jim InghamConvert functions that were returning BreakpointOption...
2021-06-15 Peyton, Jonathan L[OpenMP] Add GOMP 5.0 version symbols to API
2021-06-15 Peyton, Jonathan L[OpenMP] Fix affinity determine capable algorithm on...
2021-06-15 Peyton, Jonathan L[OpenMP] Lazily assign root affinity
2021-06-15 Muhammad Omair... AArch64 Linux and elf-core PAC stack unwinder support
2021-06-15 Siva Chandra... [libc][NFC] Disable thrd_test as it is exhibiting flaky...
2021-06-15 Andrea Di BiagioRevert "[MCA] Adding the CustomBehaviour class to llvm...
2021-06-15 Patrick Holland[MCA] Adding the CustomBehaviour class to llvm-mca
2021-06-15 Aaron BallmanAdding the rest of the C11 papers to the status page.
2021-06-15 LLVM GN Syncbot[gn build] Port 6478ef61b1a4
2021-06-15 Arthur Eubanks[InstSimplify] Treat invariant group insts as bitcasts...
2021-06-15 Vitaly Buka[asan] Remove Asan, Ubsan support of RTEMS and Myriad
next