platform/upstream/llvm.git
2022-01-22 Sanjay Patel[InstCombine] try to fold binop with phi operands
2022-01-22 Craig Topper[RISCV] Don't Custom legalize f16/f32/f64 bitcasts...
2022-01-22 John Ericson[openmp][cmake] Use `GNUInstallDirs` to support custom...
2022-01-22 Peter Klausler[flang] Support DECIMAL='COMMA' mode in namelist I/O
2022-01-22 Peter Klausler[flang] Don't drop format string for external child I/O
2022-01-22 Arthur O'Dwyer[libc++] [test] {cpo,niebloid}.compile.pass.cpp: Also...
2022-01-22 Florian Hahn[LV] Always create VPWidenCanonicalIVRecipe, optimize...
2022-01-22 Qiu Chaofan[PowerPC] Support parsing GNU attributes in MC
2022-01-22 Qiu Chaofan[PowerPC] Change CTR clobber estimation for 128-bit...
2022-01-22 David Green[DAG] Convert truncstore(extend(x)) back to store(x)
2022-01-22 luxufanreapply de872382951 "[JITLink] Add anonymous symbols...
2022-01-22 Micah Weston[AArch64] Optimize add/sub with immediate through MIPee...
2022-01-22 Alexander Belyaev[mlir] Add SingleBlockImplicitTerminator<"tensor::Yield...
2022-01-22 Mark de Wever[libc++] Use addressof in unordered_set.
2022-01-21 fourdim[JITLink][RISCV] Support R_RISCV_SET* and R_RISCV_32_PC...
2022-01-22 luxufanRevert "[JITLink] Add anonymous symbols in LinkGraph...
2022-01-22 luxufan[JITLink] Add anonymous symbols in LinkGraph for unname...
2022-01-22 Prashant Kumar[MLIR] Fix negative gcd in `normalizeDivisionByGCD...
2022-01-22 Wei Wang[time-trace] Add optimizer and codegen regions to NPM
2022-01-22 Peter Klausler[flang] Allow INQUIRE() on a child unit in user-defined...
2022-01-22 Alex Fan[RISCV][RFC] add MC support for zbkc subextension
2022-01-22 Dave Lee[lldb] Allow aliases to aliases of raw input commands
2022-01-22 Peter Klausler[flang] Fix crash from USE-associated defined I/O subpr...
2022-01-22 Julian Lettner[TSan] Omit vfork interceptor iOS simulator runtime
2022-01-22 Peter Klausler[flang] Fix repeated "DT" editing
2022-01-22 Fangrui Song[XRay][test] Clean up llc RUN lines
2022-01-22 Petr Hosek[CMake] Passthrough OSX CMake options to builtins and...
2022-01-22 Joe Loser[libc++][test] Add const and reference tests for enable...
2022-01-22 Chris Bieneman[split-file] Respect input file's line endings
2022-01-22 not-jenni[mlir][tosa] Add clamp + clamp as single clamp canonica...
2022-01-22 Mitch PhillipsNFC (build fix): Add header for llvm::errs().
2022-01-21 John Ericson[clang][cmake] Use `GNUInstallDirs` to support custom...
2022-01-21 Aart Bik[mlir][sparse] add ability for sparse tensor output
2022-01-21 Dave Lee[lldb] Fix timer logging inverted quiet condition
2022-01-21 Zequan Wu[llvm-pdbutil] Fix gaps ouput.
2022-01-21 Bixia ZhengFix a commit.
2022-01-21 Bixia ZhengOnly run MLIR PyTACO tests when python bindings are...
2022-01-21 Sam McCall[CodeComplete] fix nullptr crash in 612f5ed8823120
2022-01-21 Arthur Eubanks[gn build] Set HAVE_MALLINFO2=1
2022-01-21 Dávid Bolvanský[x86] regenerate smul-with-overflow.ll; add test which...
2022-01-21 Arthur EubanksRevert "[gn build] Set HAVE_MALLINFO2=1"
2022-01-21 Shubham Sandeep... Revert "Emit swift5 reflection section data in dsym...
2022-01-21 Arthur Eubanks[gn build] Set HAVE_MALLINFO2=1
2022-01-21 Shubham Sandeep... Emit swift5 reflection section data in dsym bundle...
2022-01-21 Muiez Ahmed[SystemZ][z/OS][NFC] Remove extra symbol
2022-01-21 Craig Topper[RISCV] Strengthen a SDTypeProfile. Fix formatting.
2022-01-21 Alex Brachet[Sema] Warn about printf %n on Android and Fuchsia
2022-01-21 Daniel Thornburgh[Support] Update missed tests with lazy caching behavior.
2022-01-21 Rob Suderman[mlir] Add polynomial approximation for atan and atan2
2022-01-21 Amir Ayupov[BOLT][NFC] Reduce includes with include-what-you-use
2022-01-21 Amir Ayupov[BOLT] Make ICP target selection (more) deterministic
2022-01-21 Amir Ayupov[BOLT][NFC] Expand auto types pt.2
2022-01-21 David Green[AArch64] Add extra tests useful in testing hadd. NFC
2022-01-21 wren romano[mlir][sparse] Adding assertions for overhead storage...
2022-01-21 Mark de Wever[libc++] Use addressof in unordered_map.
2022-01-21 Craig Topper[RISCV] Simplify interface to combineMUL_VLToVWMUL...
2022-01-21 Valentin ClementRevert "[flang] Update tco tool pipline and add transla...
2022-01-21 Alexander Belyaev[mlir] Move linalg::PadTensorOp to tensor::PadOp.
2022-01-21 Lei Zhang[mlir][spirv] Support size-1 vector inserts during...
2022-01-21 Craig Topper[RISCV] Use RVBUnary in more places to simplify some...
2022-01-21 Florian Mayer[NFC] Improve code reuse.
2022-01-21 eopXD[Clang][RISCV] Restrict rvv builtins with zve macros
2022-01-21 John Paul Adrian... [Sparc] Don't define __sparcv9 and __sparcv9__ when...
2022-01-21 Petr HosekRevert "[cmake] Duplicate `{llvm,compiler_rt}_check_lin...
2022-01-21 Valentin Clement[flang] Remove target and require shell
2022-01-21 David TentyRevert "[compiler-rt][cmake] Use HandleOutOfTreeLLVM...
2022-01-21 Marek Kurdej[clang-format] Fix comment in spaceRequiredBefore....
2022-01-21 Mark de WeverRevert "[libc++] Use addressof in unordered_map."
2022-01-21 Bixia ZhengUpstream MLIR PyTACO implementation.
2022-01-21 Mark de Wever[libc++] Use addressof in unordered_map.
2022-01-21 Jake Egan[ifs] Use a tmp file instead of "-"
2022-01-21 serge-sans... Include missing "llvm/Support/Path.h" in "flang/lib...
2022-01-21 Chris Bieneman[ADT] [NFC] Add StringRef::detectEOL
2022-01-21 Vy Nguyen[libcxx][doc][nfc] Fixed typo in doc
2022-01-21 Nico WeberTry to unbreak build on Windows more after e9211e03937
2022-01-21 serge-sans... Add missing llvm/support/Regex.h include in polly/lib...
2022-01-21 Nico WeberTry to unbreak build on Windows after e9211e03937
2022-01-21 Benjamin Kramer[clang-tidy] Avoid binding nullptr to a reference
2022-01-21 Kristof BeylsAdd security group 2021 transparency report.
2022-01-21 Caroline Concatto[InstCombine] Fold for masked gather when loading the...
2022-01-21 serge-sans... Remove dependency from raw_ostream on <chrono>
2022-01-21 Kai Nacke[SystemZ] Properly register machine passes.
2022-01-21 serge-sans... Add apple-specific missing header in Support/GraphWrite...
2022-01-21 Jan Svoboda[llvm][ADT] Implement `BitVector::{pop_,}back`
2022-01-21 serge-sans... Add ms-specific missing header in Support/InitLLVM.cpp
2022-01-21 serge-sans... Add apple-specific missing include
2022-01-21 Archibald Elliott[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)
2022-01-21 serge-sans... Add missing header in Support/ConvertUTF.h
2022-01-21 serge-sans... [llvm] Cleanup header dependencies in ADT and Support
2022-01-21 Simon PilgrimRevert rG4727d29d908f9dd608dd97a58c0af1ad579fd3ca ...
2022-01-21 Simon PilgrimRevert rG8ee135dcf8ff060656ad481c3e980fe8763576f5 ...
2022-01-21 Simon Pilgrim[X86] Remove `__builtin_ia32_pmax/min` intrinsics and...
2022-01-21 Valentin Clement[flang] Update tco tool pipline and add translation...
2022-01-21 Jan Svoboda[clang][deps] Handle symlinks in minimizing FS
2022-01-21 Jan Svoboda[clang][deps] Ensure filesystem cache consistency
2022-01-21 Jan Svoboda[clang][deps] NFC: Simplify handling of cached FS errors
2022-01-21 Simon Pilgrim[X86] Remove __builtin_ia32_pabs intrinsics and use...
2022-01-21 Kadir Cetinkaya[clangd] Fail inlayHints requests on content changes
2022-01-21 Fraser Cormack[RISCV] Enable CGP to sink splat operands of VP intrinsics
2022-01-21 Siddharth Bhat[mlir][LangRef] Add top-level production to the MLIR...
next