platform/upstream/llvm.git
2021-10-16 Roman Lebedev[X86][LV] X86 does *not* prefer vectorized addressing
2021-10-16 Ben Shi[AArch64] Optimize add/sub with immediate
2021-10-16 Carlos Galvez[clang-tidy] Fix false positive in cppcoreguidelines...
2021-10-16 Matthias Springer[mlir][linalg][bufferize] Relax rules for extract_slice...
2021-10-16 Craig Topper[TableGen] Replace static_cast with llvm's cast. NFC
2021-10-16 Juneyoung LeeFix missing failures in clang-ppc64be* and retry fixing...
2021-10-16 Groverkss[MLIR] Generalize Affine dependence analysis using...
2021-10-16 Juneyoung LeeFix lit test failures in clang-ppc* and clang-x64-windo...
2021-10-16 Juneyoung LeeResolve lit failures in clang after 8ca4b3e's land
2021-10-16 Juneyoung Lee[Clang/Test]: Rename enable_noundef_analysis to disable...
2021-10-16 Juneyoung Lee[Clang/Test]: Rename enable_noundef_analysis to disable...
2021-10-16 Michael Kruse[Polly][docs] Fix Sphinx warning.
2021-10-16 Craig Topper[X86] Add more tests for D111858. NFC
2021-10-16 Zhi An Ng[WebAssembly] Add prototype relaxed laneselect instructions
2021-10-16 Jacques Pienaar[mlir] Add folder for shape.add
2021-10-15 Aart Bik[mlir][sparse] run less combinations of SpMM in test...
2021-10-15 Geoffrey Martin... [MLIR][TOSA] Drop "OnTensors" suffix
2021-10-15 Fangrui Song[ELF] Require two-dash form for --pack-dyn-relocs
2021-10-15 Matheus Izvekov[clang] fix typo correction not looking for candidates...
2021-10-15 Anshil GandhiRevert "[HIP] [AlwaysInliner] Disable AlwaysInliner...
2021-10-15 Lawrence D... Fix Xcode project for debugserver
2021-10-15 Nikita Popov[ConstantRange] Compute precise shl range for single...
2021-10-15 Anshil Gandhi[HIP] Relax conditions for address space cast in builti...
2021-10-15 Arthur Eubanks[NFC] Make Assume2KnowledgeMap's typedef more precise
2021-10-15 Sanjay Patel[InstCombine] generalize fold for mask-with-signbit...
2021-10-15 Stanislav Mekhanoshin[AMDGPU] Precommit fused-bitlogic.ll test. NFC.
2021-10-15 Nikita Popov[ConstantRange] Support checking optimality for subset...
2021-10-15 Anshil GandhiRevert "[HIP] Relax conditions for address space cast...
2021-10-15 Sanjay Patel[InstCombine] generalize fold for mask-with-signbit...
2021-10-15 Anshil Gandhi[HIP] Relax conditions for address space cast in builti...
2021-10-15 Nikita Popov[BasicAA] Rename ExtendedValue to CastedValue (NFC)
2021-10-15 Nikita Popov[ConstantRange] Better diagnostic for correctness test...
2021-10-15 Volodymyr Sapsai[modules] Make a module map referenced by a system...
2021-10-15 Florian Hahn[VectorCombine] Add option to only run scalarization...
2021-10-15 Pirama Arumuga... [compiler-rt/profile] Hide __llvm_profile_raw_version
2021-10-15 Sam Clegg[WebAssembly] Add import info to `dylink` section of...
2021-10-15 Mingming Liu[SelectionDAG] Fix typo in option help
2021-10-15 Anshil Gandhi[HIP] [AlwaysInliner] Disable AlwaysInliner to eliminat...
2021-10-15 Nico Weber[lld/mac] Mark private externs with GOT relocs as LOCAL...
2021-10-15 Michael Liao[amdgpu] Fix a crash case when preserving MDT in SILowe...
2021-10-15 Vitaly Buka[ubsan] Remove REQUIRED from some TestCases
2021-10-15 Arthur Eubanks[clang] Pass -clear-ast-before-backend in Clang::Constr...
2021-10-15 Jonas Paulsson[SystemZ] Handle huge immediates in SystemZInstrInfo...
2021-10-15 Kazu Hirata[clang] Use llvm::is_contained (NFC)
2021-10-15 Jessica PaquetteNFC: Remove wayward MIR tests from lib/Target
2021-10-15 Raphael Isemann[lldb] Harden TestCompletion against new settings in...
2021-10-15 Alexey Bataev[SLP]Add a test for shrink shuffle after reorder, NFC.
2021-10-15 Ellis Hoag[DebugInfo] retainedTypes should not have subprograms
2021-10-15 Stephen Tozer[DebugInfo] Limit the size of DIExpressions that we...
2021-10-15 Aart Bik[mlir][sparse] implement sparse tensor init operation
2021-10-15 Jinsong Ji[AIX] Enable int128 in 64 bit mode
2021-10-15 Craig Topper[IR] Fix a few incorrect paths in file header comments...
2021-10-15 Cyndy Ishida[clang] Capture Framework when HeaderSearch is resolved...
2021-10-15 Craig Topper[ARM] Don't use TARGET_HEADER_BUILTIN in arm_mve_builti...
2021-10-15 Nicolas Vasilache[mlir][vector] NFC - Refactor and extract a helper...
2021-10-15 Konstantin... [libc++] LWG3266: delete the to_chars(bool) overload.
2021-10-15 Joachim Protze[OpenMP][Tools][NFC] Make an Archer test more robust
2021-10-15 Mark de Wever[libc++][doc] Use issue labels.
2021-10-15 gbreynoo[llvm-readelf] Make -W an alias of --wide
2021-10-15 Sanjay Patel[VectorCombine] add tests for shuffle of binops; NFC
2021-10-15 Raphael Isemann[lldb] Add test for struct merging in scratch ASTContext
2021-10-15 Tomas Matheson[AArch64] Fix failing test target-invalid-cpu-note.c
2021-10-15 Frederic Cambus[Driver][NetBSD] Use Triple reference instead of ToolCh...
2021-10-15 Abinav Puthan... [AMDGPU] Avoid redundant calls to numBits in AMDGPUCode...
2021-10-15 Max Fan[Polly] Remove checkIslAstExprInt and use RAII instead...
2021-10-15 Michał Górny[lldb] [test] Add TestGDBServerTargetXML tests for...
2021-10-15 Aaron BallmanFix a crash on an invalid templated UDL declaration
2021-10-15 Guillaume Chatelet[libc] Memory function benchmarks: rename MemcmpConfigu...
2021-10-15 Dávid Bolvanský[X86] Enable promotion of i16 popcnt (PR52056)
2021-10-15 Mubashar Ahmad[AArch64]Enabling Cortex-A510 Support
2021-10-15 Abinav Puthan... [AMDGPU] Fix width check for signed mul24 generation.
2021-10-15 Mikhail Dvorskiy[pstl] Initial implementation of OpenMP backend, on...
2021-10-15 Michał Górny[lldb] [test] Simplify X86 TestGDBServerTargetXML logic...
2021-10-15 Michał Górny[lldb] [ABI/AArch64] Do not add subregs if some of...
2021-10-15 Bogdan GraurAdds //mlir:GPUTransforms dependency to //llvm:MC as...
2021-10-15 Andrew SavonichevReland [clang] Check unsupported types in expressions
2021-10-15 Michał Górny[lldb] [ABI/X86] Add pseudo-registers if missing
2021-10-15 Michał Górny[lldb] [DynamicRegisterInfo] Support value_regs with...
2021-10-15 Anton Afanasyev[InstCombine] Support arbitrary const shift amount...
2021-10-15 Anton Afanasyev[Test][InstCombine] Precommit tests for PR52078
2021-10-15 David Green[AArch64] Improve fptosi.sat vector lowering
2021-10-15 djtodoro[llvm-dwarfdump] Fix unsigned overflow when calculating...
2021-10-15 David Green[AArch64] Improve fptosi.sat lowering
2021-10-15 Louis Dionne[libc++] Use apple-install-libcxx.sh in the Apple/syste...
2021-10-15 John Brawn[ARM] Fix MOVCC peephole to not use an incorrect regist...
2021-10-15 djtodoro[JSON] Handle uint64_t type
2021-10-15 Pavel Labath[lldb] Fix an include in HostTest.cpp
2021-10-15 Roland Fischer[git-clang-format] Add --diffstat parameter
2021-10-15 mydeveloperday[clang-format] [PR42014,PR52021] don't let clang-format...
2021-10-15 guopeilin[AArch64ISelLowering] Avoid duplane in some cases when...
2021-10-15 Dan LiewFix another test not using the standard separator for...
2021-10-15 Jim Lin[RISCV] Add invalid match case for uimm2, uimm3 and...
2021-10-15 Andrew Young[MLIR] Add `KeywordOrString` handling to AsmParser
2021-10-15 Jason MolendaUse Module's FileSpec for limiting binaries to set...
2021-10-15 Shao-Ce SUN[NFC] fix a typo
2021-10-15 Ben Shi[RISCV] Optimize immediate materialisation with SH*ADD
2021-10-15 Kazu Hirata[llvm] Use llvm::is_contained (NFC)
2021-10-15 Max Kazantsev[SCEV] Prove implication of predicates to their sign...
2021-10-15 Qiu Chaofan[PowerPC] Support ppc-asm-full-reg-names for AIX
2021-10-15 Artem Dergachev[analyzer] Fix property access kind detection inside...
next