platform/upstream/llvm.git
2022-09-15 Sanjay Patel[SCCP] convert ashr to lshr for non-negative shift...
2022-09-15 Sanjay Patel[SCCP] add tests for ashr range transforms; NFC
2022-09-15 Amy HuangAdd Clang driver flags equivalent to cl's /MD, /MT...
2022-09-15 GroverkssRevert "[MLIR][Presburger] Improve unittest parsing"
2022-09-15 GroverkssRevert "[mlir] Remove the unused source file."
2022-09-15 Aart Bik[mlir][sparse] partially implement codegen for sparse_t...
2022-09-15 Siva Chandra... [libc] Add the implementation of the "remove" function.
2022-09-15 Craig Topper[IntegerDivision][AMDGPU] Use CreateLogicalOr to block...
2022-09-15 Sanjay Patel[InstCombine] fold X*X == 0 --> X == 0
2022-09-15 Sanjay Patel[InstCombine] add tests for X*X == 0; NFC
2022-09-15 Simon Pilgrim[CostModel][X86] Add CostKinds handling for vector...
2022-09-15 Jay Foad[AMDGPU] Add GFX11 ds_bvh_stack_rtn_b32 instruction
2022-09-15 Joe Loser[libc++] Clean up `_LIBCPP_HAS_NO_PLATFORM_WAIT` macro
2022-09-15 Matt ArsenaultAMDGPU: Use GlobalPriority for largest register tuples
2022-09-15 Jakub Kuderski[mlir][arith] Support wide int cast emulation
2022-09-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Add disassembler tests for v_readfi...
2022-09-15 Nico WeberRevert "[lld-macho] Add support for N_INDR symbols"
2022-09-15 Sander de Smalen[AArch64][SME] Fix lowering of llvm.aarch64.get.pstatesm()
2022-09-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update disassembler tests...
2022-09-15 Simon Pilgrim[CostModel][X86] Remove redundant SSSE3 checks from...
2022-09-15 Matt ArsenaultRegAllocGreedy: Avoid overflowing priority bitfields
2022-09-15 Simon Pilgrim[CostModel][X86] Remove redundant BTVER2 checks from...
2022-09-15 Simon Pilgrim[CostModel][X86] Remove redundant BTVER2 checks from...
2022-09-15 Florian Hahn[AArch64] Add big-endian tests for trunc-to-tbl.ll
2022-09-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Add validation of constant bus...
2022-09-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Add VOPD literals validation
2022-09-15 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Refactor AMDGPUAsmParser::validateVOP...
2022-09-15 Mehdi AminiApply clang-tidy fixes for llvm-include-order in TypeTe...
2022-09-15 Mehdi AminiApply clang-tidy fixes for bugprone-argument-comment...
2022-09-15 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-09-15 Tue Ly[libc][math] Improve sinhf and coshf performance.
2022-09-15 Alexey Lapshin[DWARFLinker][NFC] Set the target DWARF version explicitly.
2022-09-15 Simon Pilgrim[CostModel][X86] Add CostKinds handling for vector...
2022-09-15 Florian Hahn[AArch64] Add big-endian tests for zext-to-tbl.ll
2022-09-15 wanglei[LoongArch] Fixup value adjustment in applyFixup
2022-09-15 Aleksandr Platonov[clang][RecoveryExpr] Don't perform alignment check...
2022-09-15 Ivan Kosarev[AMDGPU][SILoadStoreOptimizer] Merge SGPR_IMM scalar...
2022-09-15 Jez Ng[lld-macho] Add support for N_INDR symbols
2022-09-15 Haojian Wu[mlir] Remove the unused source file.
2022-09-15 Arjun P[MLIR][Presburger] clarify why -0 is used instead of...
2022-09-15 Ilia Diachkov[SPIRV] add IR regularization pass
2022-09-15 Michael Platings[NFC] Don't assume llvm directory is CMake root
2022-09-15 Haojian WuFix bazel build after 84d07d021333f7b5716f0444d5c091055...
2022-09-15 Nicolas Vasilache[mlir][Linalg] Post submit addressed comments missed...
2022-09-15 Tobias Hieta[NFC] Fix exception in version-check.py script
2022-09-15 Aaron BallmanAdd a "Potentially Breaking Changes" section to the...
2022-09-15 Groverkss[MLIR][Presburger] Improve unittest parsing
2022-09-15 esmeyi[PowerPC] Converts to comparison against zero even...
2022-09-15 Guray Ozen[mlir][linalg] Retire Linalg's Vectorization Pattern
2022-09-15 Guray Ozen[mlir][linalg] Retire Linalg's StrategyVectorizePass
2022-09-15 Tom Praschan[clangd] Fix hover on symbol introduced by using declar...
2022-09-15 Marco Elver[GlobalISel][AArch64] Fix pcsections for expanded atomi...
2022-09-15 Christian Sigg[Bazel] Add lit tests to bazel builds.
2022-09-15 Evgeniy Brevnov[JumpThreading][NFC] Reuse existing DT instead of recom...
2022-09-15 Fangrui Song[IRBuilder] Fix -Wunused-variable in non-assertion...
2022-09-15 Dhruva ChakrabartiRevert "[OpenMP] Codegen aggregate for outlined functio...
2022-09-15 Vitaly Buka[nfc][msan] getShadowOriginPtr on <N x ptr>
2022-09-15 Vitaly Buka[IRBuilder] Add CreateMaskedExpandLoad and CreateMasked...
2022-09-15 Vitaly Buka[NFC][msan] Rename variables to match definition
2022-09-15 Vitaly Buka[NFC][msan] Convert some code to early returns
2022-09-15 Vitaly Buka[NFC][msan] Simplify llvm.masked.load origin code
2022-09-15 Vitaly Buka[msan] Resolve FIXME from D133880
2022-09-15 Vitaly Buka[test][msan] Use implicit-check-not
2022-09-15 Sheng[M68k] Fix the crash of fast register allocator
2022-09-15 Jeff Niu[mlir] Allow `Attribute::print` to elide the type
2022-09-15 Jeff Niu[mlir][ods] Add cppClassName to ConfinedType
2022-09-15 Giorgis Georgakoudis[OpenMP] Codegen aggregate for outlined function captures
2022-09-15 Stanislav MekhanoshinFix crash while printing MMO target flags
2022-09-15 Craig Topper[RISCV] Simplify some code in RISCVInstrInfo::verifyIns...
2022-09-14 Sam Clegg[MC] Fix typo in getSectionAddressSize comment. NFC
2022-09-14 Craig Topper[IR][VP] Remove IntrArgMemOnly from vp.gather/scatter.
2022-09-14 Craig Topper[GVN][VP] Add test case for incorrect removal of a...
2022-09-14 Jez Ng[lld-macho] Have ICF dedup explicitly-defined selrefs
2022-09-14 Jez Ng[lld-macho][nfc] Clean up ICF code
2022-09-14 Vitaly Buka[msan] Change logic of ClInstrumentationWithCallThreshold
2022-09-14 Craig Topper[RISCV] Update error message to not call 'RV32' and...
2022-09-14 Jim InghamRevert "Revert "Be more careful to maintain quoting...
2022-09-14 Philip Reames[RISCV] Verify SEW/VecPolicy immediate values
2022-09-14 Philip Reames[RISCV] Fix a silent miscompile in copyPhysReg
2022-09-14 Kazu Hirata[mlir] Fix warnings
2022-09-14 Lei Zhang[mlir][vector] Check minor identity map in FoldExtractS...
2022-09-14 Siva Chandra... [libc] Add POSIX functions pread and pwrite.
2022-09-14 Arthur Eubanks[OptBisect] Add flag to print IR when opt-bisect kicks in
2022-09-14 Leonard Grey[lsan][Darwin] Scan libdispatch and Foundation memory...
2022-09-14 Vitaly Buka[pipelines] Require GlobalsAA after sanitizers
2022-09-14 Vitaly Buka[NFC][CodeGen] Remove empty line
2022-09-14 Jeff Niu[mlir][LLVMIR] Add lifetime start and end marker instri...
2022-09-14 Stanley Winata[mlir][linalg] fix switch case for conv-vec to have...
2022-09-14 Akira Hatanaka[compiler-rt][builtins] Enable more warnings in add_sec...
2022-09-14 John Ericson[CMake] Avoid `LLVM_BINARY_DIR` when other more specifi...
2022-09-14 Roland Froese[DAGCombiner] More load-store forwarding for big-endian
2022-09-14 Fangrui Song[llvm-objdump] Change printSymbolVersionDependency...
2022-09-14 Fangrui Song[llvm-objdump][test] Add verneed-invalid.test
2022-09-14 Nico Weberlld: Include name of output file in "failed to write...
2022-09-14 Michael Buch[lldb][tests] Move C++ gmodules tests into new gmodules...
2022-09-14 Tue Ly[libc][math] Improve exp2f performance.
2022-09-14 Fangrui Song[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by...
2022-09-14 Stanley Winata[mlir][linalg] Vectorization for conv_1d_ncw_fcw
2022-09-14 Piotr Sobczak[AMDGPU] Check for num elts in SelectVOP3PMods
2022-09-14 Julius[Clang]: Diagnose deprecated copy operations also in...
next