platform/upstream/llvm.git
2021-01-10 Sanjay Patel[SLP] put verifyFunction call behind EXPENSIVE_CHECKS
2021-01-10 Kazu Hirata[llvm] Ensure newlines at the end of files (NFC)
2021-01-10 Kazu Hirata[MemorySSA] Remove unused dominatesUse (NFC)
2021-01-10 Kazu Hirata[CodeGen, DebugInfo] Use llvm::find_if (NFC)
2021-01-10 Nikita Popov[ConstantFold] Fold fptoi.sat intrinsics
2021-01-10 Nikita Popov[ConstantFold] Add tests for fptoi.sat (NFC)
2021-01-10 Florian Hahn[STLExtras] Use return type from operator* of the wrapp...
2021-01-10 Nico Weber[lld/mac] llvm style fix: no else after return
2021-01-10 Nicolas Vasilache[mlir] NFC - Drop spurious assertion on symbols during...
2021-01-10 Juneyoung Lee[CodeGen] Update transformations to use poison for...
2021-01-10 Fangrui Song[test] Improve weakref & weak_import tests
2021-01-10 Craig Topper[RISCV] Change ConstraintMask in RISCVII enum to be...
2021-01-10 Craig Topper[RISCV] Use uint16_t instead of unsigned for opcodes...
2021-01-10 Nico Weber[lld/mac] remove redundant null check
2021-01-10 Sriraman TallamRecommit D91678 after fixing the test breakage.
2021-01-10 Fangrui Song[CodeGenModule] Drop dso_local on function declarations...
2021-01-09 Fraser Cormack[RISCV] Add scalable vector icmp ISel patterns
2021-01-09 Fraser Cormack[SelectionDAG] Teach isConstOrConstSplat about ISD...
2021-01-09 Lewuathe[mlir] Enhance mlir-opt show-dialects test case
2021-01-09 Shoaib Meenai[clang] Add llvm-strip to test dependencies
2021-01-09 Mircea Trofin[NFC] Disallow unused prefixes in CodeGen/X86 tests.
2021-01-09 Aart Bik[mlir][vector] modified scatter/gather syntax, pass_thr...
2021-01-09 Florian Hahn[SimplifyCFG] Keep !dgb metadata of moved instruction...
2021-01-09 Nico Weber[gn build] Make an explicit `use_lld = true` on mac...
2021-01-09 Shilei Tian[OpenMP] Remove copy constructor of `RTLInfoTy`
2021-01-09 Jez Ng[lld-macho] Remove unnecessary llvm:: namespace prefixes
2021-01-09 Kazu Hirata[llvm] Drop unnecessary make_range (NFC)
2021-01-09 Kazu Hirata[Transforms] Use llvm::find_if (NFC)
2021-01-09 Kazu Hirata[SCEV] Remove unused getOrInsertCanonicalInductionVaria...
2021-01-09 Fraser Cormack[SelectionDAG] Extend immAll(Ones|Zeros)V to handle...
2021-01-09 Shilei Tian[OpenMP] Added the support for cache line size 256...
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...
next