platform/upstream/llvm.git
2022-05-27 Hanhan Wang[mlir][Linalg] Relax vectorization condition to allow...
2022-05-27 Enna1Add !nosanitize to FixedMetadataKinds
2022-05-27 Rahman LavaeeRevert "[Propeller] Promote functions with propeller...
2022-05-27 Fangrui Song[RISCV] Simplify code after D125905
2022-05-27 wren romano[mlir][sparse] Moving some functions around
2022-05-27 wren romano[mlir][sparse] Improving ExecutionEngine/SparseTensorUt...
2022-05-27 Argyrios Kyrtzidis[test/ClangScanDeps] Add a target triple for `macro...
2022-05-27 Chelsea Cassanova[lldb/fuzzer] Moving target fuzzer into separate subdir...
2022-05-26 Damian Rouson[flang] expand the this_image test coverage
2022-05-26 Rahman Lavaee[Propeller] Promote functions with propeller profiles...
2022-05-26 Arthur Eubanks[NFC][JumpThreading] Remove InsertFreezeWhenUnfoldingSe...
2022-05-26 Philip Reames[RISCV] Add a subtarget feature to enable unaligned...
2022-05-26 Rafael Auler[BOLT] Fix AND evaluation bug in shrink wrapping
2022-05-26 Sam Clegg[lld][WebAssembly] Update test after 87628f5804e2
2022-05-26 Jim InghamStore a by name list of signals with their actions...
2022-05-26 Matthias BraunUse cmake Python3_EXECUTABLE variable instead of hardcoding
2022-05-26 Sam Clegg[lld][WebAssembly] Require double dash for modern linke...
2022-05-26 Fangrui Song[Driver][test] Change -target i386-unknown-linux-gnu...
2022-05-26 Sebastian Peryt[DOC] Improve LangRef description of declare
2022-05-26 Sebastian Peryt[DOC] Refactor Functions section in LangRef
2022-05-26 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-05-26 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-05-26 Michael Kruse[Polly][Test] Fix race condition while printing dot...
2022-05-26 owenca[clang-format][NFC] Refactor UnwrappedLineParser::parse...
2022-05-26 Louis Dionne[libc++][NFC] Fix whitespace
2022-05-26 Sam Clegg[lld][WebAssembly] Avoid importing/exporting hidden...
2022-05-26 owenca[clang-format] Fix an invalid code generation in Remove...
2022-05-26 Sam Clegg[lld][WebAssemlby] Check for command line flags with...
2022-05-26 William Huang[ValueTracking] Added support to deduce PHI Nodes value...
2022-05-26 Sanjay Patel[InstCombine] fold mul of signbit directly to X < 0...
2022-05-26 Sanjay Patel[InstCombine] add tests for mul with sign-splat operand...
2022-05-26 Sanjay Patel[InstCombine] fold icmp equality with sdiv and SMIN
2022-05-26 Sanjay Patel[InstCombine] reduce code duplication in icmp+div folds...
2022-05-26 Sanjay Patel[InstCombine] add tests for icmp with sdiv operand...
2022-05-26 Craig Topper[LegalizeTypes] Fix bug in expensive checks verification
2022-05-26 Craig Topper[RISCV] Simplfy creation of IndexVT in lowerMaskedGathe...
2022-05-26 LLVM GN Syncbot[gn build] Port b58a420ff4f9
2022-05-26 Argyrios Kyrtzidis[Tooling/DependencyScanning & Preprocessor] Refactor...
2022-05-26 Argyrios Kyrtzidis[Tooling/DependencyScanning] Rename refactorings toward...
2022-05-26 python3kgae[DirectX] Update test for dxil-dis.
2022-05-26 Louis Dionne[libunwind] Tidy-up the testing configuration for libunwind
2022-05-26 Stella Stamenova[lldb] Fix enums-layout test on Windows
2022-05-26 Will Hawkins[lldb] Fix broken bad-address-breakpoint test
2022-05-26 Joel E. Denny[OpenMP] Extend omp teams to permit nested omp atomic
2022-05-26 Louis Dionne[libc++] Time tests during CI
2022-05-26 Mircea TrofinFix break introduced by D124306
2022-05-26 Aaron BallmanRoll back use of #warning for header deprecations
2022-05-26 Adrian TongGive option to use isCopyInstr to determine which MI is
2022-05-26 Jason MolendaOne further tweak for realpathing filepath to match...
2022-05-26 Zongwei Lan[Target] use getSubtarget<> instead of static_cast...
2022-05-26 Jason MolendaCheck that a FileSpec has a Directory component before...
2022-05-26 Jason MolendaDefer source path remap tilde expansion until source...
2022-05-26 Bruno Cardoso... [Clang][CoverageMapping] Fix switch counter codegen...
2022-05-26 Mircea Trofin[UpdateTestChecks] Auto-generate stub bodies for unused...
2022-05-26 Florian Hahn[SCEV] Collect conditions from assumes same way as...
2022-05-26 David Penry[ARM] Recognize t2LoopEnd for software pipelining
2022-05-26 Mike Rice[OpenMP] Use the align clause value from 'omp allocate...
2022-05-26 Owen AndersonRevert "Replace the custom linked list in LeaderTableEn...
2022-05-26 Philip Reames[RISCV] reorganize getFrameIndexReference to reduce...
2022-05-26 Shoaib MeenaiRevert "[runtimes] Detect changes to Tests.cmake"
2022-05-26 Shoaib Meenai[libunwind] Use process_vm_readv to avoid potential...
2022-05-26 Shoaib Meenai[libunwind] Factor out sigreturn check condition. NFC
2022-05-26 Nikita Popov[ControlHeightReduction] Use logical and
2022-05-26 Philip Reames[RISCV] Allow compatible VTYPE in AVL Reg Forward cases
2022-05-26 Alexey Bataev[SLP]Improve compile time, NFC.
2022-05-26 Alexey Bataev[SLP]Fix PR55653: emit undefs where required, not poison.
2022-05-26 Alex Zhikhartsev[DFAJumpThreading] Relax analysis to handle unpredictab...
2022-05-26 Florian Hahn[SCEV] Add test with loop guarded by assume with an...
2022-05-26 Krzysztof Parzyszek[ADT] Explicitly delete copy/move constructors and...
2022-05-26 Anastasia Stulova[OpenCL][Doc] Misc improvements related to SPIR-V support.
2022-05-26 LLVM GN Syncbot[gn build] Port 0e3dc1a52ffe
2022-05-26 Nikolas Klauser[libc++] Implement ranges::{all, any, none}_of
2022-05-26 Simon Pilgrim[SLP] Move canVectorizeLoads implementation to simplify...
2022-05-26 Stefan Pintilie[PowerPC][Future] Add an ISA Future to go with mcpu...
2022-05-26 Paul Robinson[PS5] Allow dllimport/dllexport same as PS4
2022-05-26 Tyler Chatow[clang-format] Handle attributes in enum declaration.
2022-05-26 Nathan Sidwell[clang][PR55406] CFG for coroutine
2022-05-26 NAKAMURA Takumi[bazel] Introduce "VE" CodeGen in LLVM.
2022-05-26 Louis Dionne[libc++] Remove temporary workaround for existing CMake...
2022-05-26 Alexey Bataev[SLP]Fix crash on reordering of ScatterVectorize nodes.
2022-05-26 Emil Kieri[flang][NFC] Make semantics test dosemantics03.f90...
2022-05-26 Joseph Huber[Cuda] Use fallback method to mangle externalized decls...
2022-05-26 Sanjay Patel[InstCombine] fold icmp equality with udiv and large...
2022-05-26 Sanjay Patel[InstCombine] add tests for icmp with udiv operand...
2022-05-26 Louis Dionne[libc++abi] Use from-scratch testing configs for libc...
2022-05-26 Simon Pilgrim[DAG] Generalize (sra (trunc (sra x, c1)), c2) -> ...
2022-05-26 Marek Kurdej[clang-format] Fix QualifierAlignment with global names...
2022-05-26 Aaron BallmanFix failing test case with strict prototype changes
2022-05-26 Aaron BallmanImprove the strict prototype diagnostic behavior
2022-05-26 Gabor Marton[analyzer][solver] Handle UnarySymExpr in SMTConv
2022-05-26 Gabor Marton[analyzer][solver] Handle UnarySymExpr in RangeConstrai...
2022-05-26 Gabor Marton[analyzer] Add UnarySymExpr
2022-05-26 Gabor Marton[analyzer] Return from reAssume if State is posteriorly...
2022-05-26 Ivan Kosarev[AMDGPU][GFX9] Support base+soffset+offset SMEM loads.
2022-05-26 Aaron BallmanUse the canonical type when matching a generic selectio...
2022-05-26 Simon Pilgrim[DAG] Cleanup "and/or of cmp with single bit diff"...
2022-05-26 Ivan Kosarev[FileCheck] GetCheckTypeAbbreviation() to handle the...
2022-05-26 Chen Zheng[MachineSink] replace MachineLoop with MachineCycle
2022-05-26 Ivan Kosarev[FileCheck] Catch missspelled directives.
2022-05-26 Alex Zinenko[mlir] Use-after-free checker for the Transform dialect
next