platform/upstream/llvm.git
2022-01-24 Julian Lettner[TSan] Mark test unsupported on Darwin
2022-01-24 David BlaikieRough guess at fixing lldb tests to handle Clang defaul...
2022-01-24 Abinav Puthan... [GlobalISel] Fold or of shifts with constant amount...
2022-01-24 David BlaikieAdd missing function implementation from DWARF default...
2022-01-24 David BlaikieClang: Change the default DWARF version to 5
2022-01-24 Kazu Hirata[Analysis] Use default member initialization (NFC)
2022-01-24 Kazu Hirata[Vectorize] Remove unused variables (NFC)
2022-01-24 Kazu HirataAdd modernize-use-default-member-init.UseAssignment...
2022-01-24 Chuanqi Xu[NFC] [Coroutines] Rename tests in coro-align
2022-01-24 Jim Lin[RISCV][NFC] Remove tailing whitespaces in RISCVInstrIn...
2022-01-24 Chuanqi Xu[C++20] [Module] fix bug 47716 and implement [module...
2022-01-24 David BlaikieDebugInfo: Include template parameters for simplified...
2022-01-23 Simon Pilgrim[X86] Add some basic tests for PR46809
2022-01-23 David BlaikieDebugInfo: Don't put types in type units if they refere...
2022-01-23 Kazu Hirata[Analysis] Remove a redundant const from a return type...
2022-01-23 Kazu Hirata[Sema] Fix a bugprone argument comment (NFC)
2022-01-23 Kazu Hirata[mlir] Ensure a newline at the end of a file (NFC)
2022-01-23 Craig Topper[RISCV] Add tests that do a bitreverse before or after...
2022-01-23 Craig Topper[RISCV] Add bitreverse tests to bswap-ctlz-cttz-ctpop...
2022-01-23 Simon Pilgrim[X86] LowerFunnelShift - always lower vXi8 fshl by...
2022-01-23 Kazu Hirata[clang] Remove unused forward declarations (NFC)
2022-01-23 Kazu Hirata[clang] Forward-declare DynTypedNode (NFC)
2022-01-23 Kazu Hirata[clang] Move the definition of ASTDiff (NFC)
2022-01-23 Simon Pilgrim[X86] LowerFunnelShift - use supportedVectorShiftWithBa...
2022-01-23 Craig Topper[RISCV] Adjust the header comment in RISCVInstrInfoZb...
2022-01-23 Groverkss[MLIR][Presburger] Clean PresburgerSet identifier inter...
2022-01-23 Kazu Hirata[Object] Remove a redundant return statement (NFC)
2022-01-23 Kazu Hirata[Commands] Remove redundant member initialization ...
2022-01-23 Kazu Hirata[llvm] Fix header guards (NFC)
2022-01-23 Nuno Lopes[NewGVN][NFC] precommit tests for PR53277
2022-01-23 Fangrui Song[Support] Simplify parallelForEach{,N}
2022-01-23 Casey Carter[libcxx][test] Make MSVC `<charconv>` test compile...
2022-01-23 Simon Pilgrim[InstCombine] Add test coverage for PR48683
2022-01-23 Craig Topper[RISCV] Merge some rvv intrinsic test cases that only...
2022-01-23 Simon Pilgrim[DAG] Fold (X & Y) != 0 --> zextOrTrunc(X & Y) iff...
2022-01-23 LLVM GN Syncbot[gn build] Port d2e8fb331835
2022-01-23 Simon PilgrimRevert rG7c66aaddb128dc0f342830c1efaeb7a278bfc48c ...
2022-01-23 Richard[clang-tidy] Add readability-duplicate-include check
2022-01-23 Sanjay Patel[IR] document and update ctlz/cttz intrinsics to option...
2022-01-23 Simon Pilgrim[DAG] Fold (X & Y) != 0 --> zextOrTrunc(X & Y) iff...
2022-01-23 Ayke van Laethem[AVR] Make use of the constant value 0 in R1
2022-01-23 Ayke van Laethem[AVR] Remove regalloc workaround for LDDWRdPtrQ
2022-01-23 Carlos Galvez[clang-tidy] Remove gsl::at suggestion from cppcoreguid...
2022-01-23 Simon Pilgrim[X86] Add vector signbit parity checks for non-popcnt...
2022-01-23 Arthur O'Dwyer[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator...
2022-01-23 Arthur O'Dwyer[libc++] Mark LWG3541 as "Complete". NFC.
2022-01-23 Simon PilgrimFix "not all control paths return a value" warning...
2022-01-23 Simon Pilgrim[lldb] TerminalState::Save - fix unused variable warning
2022-01-23 Simon Pilgrim[lldb] PdbAstBuilder - use cast<> instead of dyn_cast...
2022-01-23 Simon Pilgrim[lldb] CxxModuleHandler - use cast<> instead of dyn_cas...
2022-01-23 Simon Pilgrim[clangd] Use castAs<> instead of getAs<> to avoid deref...
2022-01-23 Simon Pilgrim[clang-tidy] Use cast<>/castAs<> instead of dyn_cast...
2022-01-23 Simon Pilgrim[llvm-objdump] Use cast<> instead of dyn_cast<> to...
2022-01-23 Simon Pilgrim[CodeGenPrepare] Use dyn_cast result to check for null...
2022-01-23 Simon Pilgrim[llvm-objdump] Use cast<> instead of dyn_cast<> to...
2022-01-23 Simon Pilgrim[X86] Regenerate avx512-mask-op.ll
2022-01-23 Alex Brachet[llvm-objcopy][MachO] Implement --update-section
2022-01-23 Craig Topper[RISCV] Use FP ABI for some RVV intrinsic tests. NFC
2022-01-23 Craig Topper[RISCV] Merge some rvv intrinsic test cases that only...
2022-01-23 eopXD[RISCV] Remove experimental prefix from rvv-related...
2022-01-23 Joe Loser[libc++] Implement LWG3549: view_interface need not...
2022-01-23 Phoebe Wang[X86][MS] Change the alignment of f80 to 16 bytes on...
2022-01-23 Dave[docs] [clang] Small documentation change for compilati...
2022-01-22 Malhar Jajoo[openmp] Allow x87 fp functions only in Openmp runtime...
2022-01-22 John Ericson[clang-tools-extra][cmake] Use `GNUInstallDirs` to...
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.
next