platform/upstream/llvm.git
2021-01-09 Roger Ferrer... [RISCV] Do not grow the stack a second time when we...
2021-01-09 Florian Hahn[VPlan] Keep start value of VPWidenPHIRecipe as VPValue.
2021-01-09 Mikhail Maltsev[clang][Sema] Compare SourceLocations directly [NFCI]
2021-01-09 Lei Zhang[mlir][spirv] Replace SPIRVOpLowering with OpConversion...
2021-01-09 Heejin Ahn[WebAssembly] Remove unreachable EH pads
2021-01-09 Fraser Cormack[RISCV] Add tests for scalable constant-folding (NFC)
2021-01-09 Thomas Preud... [Test][FileCheck] Fix use of undef var
2021-01-09 Heejin Ahn[WebAssembly] Update InstPrinter support for EH
2021-01-09 Eugene Zhulenev[mlir] AsyncRuntime: use LLVM ThreadPool to run async...
2021-01-09 Heejin Ahn[WebAssembly] Remove exnref and br_on_exn
2021-01-09 Heejin Ahn[WebAssembly] Update basic EH instructions for the...
2021-01-09 Fangrui SongFix CodeGenCXX/difile_entry.cpp on Windows
2021-01-09 Fangrui SongMake -fno-pic respect -fno-direct-access-external-data
2021-01-09 Fangrui SongAdd -f[no-]direct-access-external-data to supersede...
2021-01-09 Heejin Ahn[WebAssembly] Update WasmEHPrepare for the new spec
2021-01-09 Fangrui Song[IR] Delete unused ReplaceLast in DebugLoc::appendInlineAt
2021-01-09 Sriraman TallamRevert "This adds a new test checking llvm-symbolizer...
2021-01-09 Sriraman TallamThis adds a new test checking llvm-symbolizer with...
2021-01-09 Umesh KalappaPR47391: Canonicalize DIFiles
2021-01-09 Jonas Devlieghere[DWARFLinker] Link against BinaryFormat
2021-01-09 Jonas Devlieghere[debugserver] Various plist changes
2021-01-09 Jonas Devlieghere[DWARFLinker] Print the unsupport DWARF form as part...
2021-01-09 Kazu Hirata[SCEV] Remove unused getExactExistingExpansion (NFC)
2021-01-09 Kazu Hirata[Tablegen] Use llvm::find_if (NFC)
2021-01-09 Kazu Hirata[Target, Transforms] Use *Set::contains (NFC)
2021-01-09 Ben Shi[RISCV] Optimize multiplication with constant
2021-01-09 Nathan James[clangd][NFC] Remove unnecessary copy in CodeComplete
2021-01-09 Craig Topper[X86] Remove IntrArgMemOnly from ldmxcsr intrinsic.
2021-01-09 Tony[AMDGPU] Add volatile support to SIMemoryLegalizer
2021-01-09 Richard SmithNever call a destroying operator delete when cleaning...
2021-01-09 Michael Jones[libc][NFC] add includes for internal headers to all...
2021-01-08 Michael Jones[libc] Switch to use a macro which does not insert...
2021-01-08 Jez Ng[lld-macho] Fix TLV data initialization
2021-01-08 Arthur Eubanks[NewPM] Run ObjC ARC passes
2021-01-08 Andrew LenharthUpdate the maximum integer bitwidth in MLIR.
2021-01-08 Richard SmithAttempt to complete an incomplete expression type when...
2021-01-08 Vedant Kumar[InitLLVM] Ensure SIGPIPE handler installed before...
2021-01-08 Louis Dionne[libc++] NFC: Document the Differential queries to...
2021-01-08 River Riddle[mlir][PassManager] Properly set the initialization...
2021-01-08 Arthur O'Dwyer[libc++] Mark [P0809] "LWG2831: Comparing Unordered...
2021-01-08 Arthur O'Dwyer[libc++] Mark [P0475] "LWG2511: guaranteed copy elision...
2021-01-08 Arthur O'DwyerRe-enable __cpp_lib_constexpr_functional.
2021-01-08 Louis Dionne[libc++/abi] Re-remove unnecessary null pointer checks...
2021-01-08 Eugene Zhulenev[mlir] AsyncRuntime: disable mlir-runner init/disable...
2021-01-08 Aart Bik[mlir][vector] generalized masked l/s and compressed...
2021-01-08 River Riddle[mlir] Add a hook for initializing passes before execut...
2021-01-08 Adrian PrantlDon't take the address of a temporary
2021-01-08 Eugene Zhulenev[mlir:JitRunner] Use custom shared library init/destroy...
2021-01-08 Hongtao Yu[Driver] Add DWARF64 flag: -gdwarf64
2021-01-08 Martin Storsjö[compiler-rt] [sanitizer] Silence -Wframe-larger-than...
2021-01-08 Saleem AbdulrasoolAPINotes: annotate dump methods (NFC)
2021-01-08 River Riddle[mlir][PDL] Use ODS for defining PDL types
2021-01-08 Matthew Voss[NFC] Specify C11 in loop-opt-setup.c
2021-01-08 Haojian Wu[clangd] Add go-to-def metric.
2021-01-08 MaheshRavishankar[mlir][Linalg] NFC: Refactor fusion of LinalgOp with...
2021-01-08 Mircea Trofin[NFC] Disallow unused prefixes in CodeGen/AMDGPU
2021-01-08 Craig Topper[RISCV] Cleanup a few section comments in RISCVInstrInf...
2021-01-08 Raul Tambre[CMake] Fix incorrect rpath for tests if LLVM_LOCAL_RPA...
2021-01-08 Vedant Kumar[Signal] Re-raise SIGPIPE if the handler is uninstalled
2021-01-08 MaheshRavishankar[mlir][Linalg] Add verification checks to disallow...
2021-01-08 Raul TambreRe-land "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH...
2021-01-08 Paul C. Anagnostopoulos[TableGen] Fix use of *CurRec when CurRec is null.
2021-01-08 David Green[ARM] Custom lower i1 vector truncates
2021-01-08 Peter Steinfeld[flang] Fix bogus message on internal subprogram with...
2021-01-08 Jonas Devlieghere[lldb] Remove stale LLDB-Info.plist
2021-01-08 Louis Dionne[libc++] LWG2070: Use Allocator construction for object...
2021-01-08 Marek Kurdej[libc++] Add basic support for -std=c++2b.
2021-01-08 Raul TambreRevert "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH...
2021-01-08 Florian Hahn[VPlan] Move reduction start value creation to widenPHI...
2021-01-08 Ganesh Gopalasubramanian[X86] Add TLBSYNC, INVLPGB and SNP instructions
2021-01-08 Jonas Devlieghere[lldb] Bump the required SWIG version to 3
2021-01-08 Arthur O'Dwyer[libc++] Update generate_feature_test_macro_components...
2021-01-08 Alex Zinenko[mlir] replace LLVM dialect float types with built-ins
2021-01-08 Adam Czachorowski[clangd] Add missing "override" to fix the build.
2021-01-08 David Green[ConstProp] Constant propagation for get.active.lane...
2021-01-08 Adam Czachorowski[clangd] Fix type printing in the presence of qualifiers
2021-01-08 Eugene ZhulenevRevert "[mlir:JitRunner] Use custom shared library...
2021-01-08 Simon Pilgrim[X86][SSE] Fold unpack(hop(),hop()) -> permute(hop())
2021-01-08 David Green[ARM][LV] Additional loop invariant reduction test...
2021-01-08 Eugene Zhulenev[mlir:JitRunner] Use custom shared library init/destroy...
2021-01-08 Paul C. Anagnostopoulos[TableGen] Remove unused declaration that caused build...
2021-01-08 Heejin Ahn[WebAssembly] Rename wasm_rethrow_in_catch intrinsic...
2021-01-08 David Green[ARM] Update and regenerate test checks. NFC
2021-01-08 Paul C. Anagnostopoulos[TableGen] Add the assert statement, step 1
2021-01-08 Kiran Chandramohan[MLIR][OpenMP] Attribute to include WsLoop upperbound
2021-01-08 Simon Pilgrim[X86][SSE] Add vphaddd/vphsubd unpack(hop(),hop())...
2021-01-08 Alexey Bataev[SLP][NFC]Add a test for reused shrink check, NFC.
2021-01-08 Xiangling Liao[NFC] Renaming PackStack to AlignPackStack
2021-01-08 Simon Pilgrim[X86][SSE] Add tests for unpack(hop(),hop())
2021-01-08 KareemErgawy... [MLIR][SPIRV] Add `UsableInSpecConstantOp` trait.
2021-01-08 Kazushi (Jam... [VE] Support pack_f32p and pack_f32a intrinsic instructions
2021-01-08 Heejin Ahn[WebAssembly] Change label numbers to variables in...
2021-01-08 Anastasia Stulova[OpenCL] Documentation for experimental C++ libs
2021-01-08 Alexander BelyaevRevert "[SLP]Need shrink the load vector after reordering."
2021-01-08 LLVM GN Syncbot[gn build] Port 9c4b2225b24
2021-01-08 Simon Moll[VP] ISD helper functions [VE] isel for vp_add, vp_and
2021-01-08 Raphael Isemann[lldb][NFC] Refactor setup code for Clang diagnostics
2021-01-08 Shivam Gupta[MLIR][NFC] remove unnecessary includes form tablegen...
2021-01-08 Mark Murray[AArch64] Add +flagm archictecture option, allowing...
2021-01-08 Mark Murray[AArch64] Add +pauth archictecture option, allowing...
next