platform/upstream/llvm.git
2021-08-23 MaheshRavishankar[mlir][Linalg] Allow all build methods of Structured...
2021-08-23 Nikita Popov[MergeICmps] Allow sinking past non-load/store
2021-08-23 River Riddle[mlir][NFC] Add inlineRegion overloads that take a...
2021-08-23 Alina Sbirlea[DSE] Check post-dominance for malloc+memset->calloc...
2021-08-23 Louis Dionne[libc++][NFC] Reindent error message
2021-08-23 Andrei Elovikov[NFC][clang] Use X86 Features declaration from X86Targe...
2021-08-23 Jon Chesterfield[openmp] Use llvm GridValues from devicertl
2021-08-23 Stanislav MekhanoshinFix late rematerialization operands check
2021-08-23 Zarko Todorovski[PowerPC][AIX] Set the HasAlloca flag in the AIX Traceb...
2021-08-23 Sanjay Patel[InstCombine] improve efficiency of isFreeToInvert
2021-08-23 River Riddle[mlir][FoldUtils] Ensure the created constant dominates...
2021-08-23 Alex Langford[lldb][NFC] Remove unused method RichManglingContext...
2021-08-23 Krzysztof Drewniak[MLIR][Docs] Fix broken link to tuple type rationale
2021-08-23 Alfonso Gregory[libc][NFC] Add explicit casts to ctype functions
2021-08-23 Greg ClaytonFix fallback code that gets decl file + line.
2021-08-23 Jessica Paquette[AArch64][GlobalISel] Add regbankselect support for...
2021-08-23 Chris BienemanImplement #pragma clang restrict_expansion
2021-08-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_LLROUND for s64 + s32
2021-08-23 Jessica Paquette[GlobalISel] Translate @llvm.llround.* -> G_LLROUND
2021-08-23 Jon Chesterfield[openmp][nfc] Refactor GridValues
2021-08-23 Florian Hahn[InstCombine] Add reduced sub/negate test from PR51584.
2021-08-23 Florian HahnRevert "[InstCombine] generalize subtract with 'not...
2021-08-23 Jinsong Ji[InstrProfiling] Add AIX triple to platform test
2021-08-23 Alexander Potapenko[tsan] Do not include <stdatomic.h> from sanitize-threa...
2021-08-23 Krasimir Georgiev[clang-format] break after the closing paren of a TypeS...
2021-08-23 Peyton, Jonathan L[OpenMP][test] fix omp_get_wtime.c test to be more...
2021-08-23 Simon Pilgrim[X86] Add unaligned partial load test
2021-08-23 Andy Wingo[clang][CodeGen] GetDefaultAlignTempAlloca uses preferr...
2021-08-23 Andy Wingo[clang][NFC] Tighten up code for GetGlobalVarAddressSpace
2021-08-23 Andy Wingo[clang][NFC] GetOrCreateLLVMGlobal takes LangAS
2021-08-23 Matthias Springer[mlir][SCF] Do not peel loops inside partial iterations
2021-08-23 Chuanqi Xu[FuncSpec] Don't specialize function which are easy...
2021-08-23 Alexander Potapenko[tsan] Add support for disable_sanitizer_instrumentatio...
2021-08-23 Simon Pilgrim[X86][AVX] Add PR13310 test coverage
2021-08-23 Florian HahnRecommit "[LoopVectorize][AArch64] Enable ordered reduc...
2021-08-23 Jay Foad[AMDGPU] Try to fix a GCC 11 warning
2021-08-23 Cullen Rhodes[AArch64][SME] Support NEON scalar FP instructions...
2021-08-23 Cullen Rhodes[AArch64][SME] Add predicate for NEON support in stream...
2021-08-23 Michael Kruse[Polly] Never consider non-SCoP blocks as error blocks.
2021-08-23 Siva Chandra... [libc] Add a multi-waiter mutex test.
2021-08-23 Min-Yih Hsu[M68k][NFC] Tidy up the just-migrated MC tests
2021-08-23 Min-Yih Hsu[M68k][test] Migrate some MOVE instruction MC tests
2021-08-23 Siva Chandra... [libc] Add range reduction functions based on Paine...
2021-08-23 Shilei Tian[NFC] clang-format -i clang/lib/CodeGen/CGStmtOpenMP.cpp
2021-08-23 Kai Luo[PowerPC] Use int64_t to represent stack object offset...
2021-08-23 Michael Kruse[Polly] Add support for -polly-dump-before/after with...
2021-08-23 Stella Laurenzo[mlir] Add op for NCHW conv2d.
2021-08-22 Stella Laurenzo[mlir][linalg] Add script to update the LinalgNamedStru...
2021-08-22 Stella Laurenzo[mlir][python] Makes C++ extension code relocatable...
2021-08-22 Nikita Popov[GVN] Fix test for loop load PRE on alloca (NFC)
2021-08-22 Nikita Popov[GVN] Don't short-circuit load PRE
2021-08-22 Amy Kwan[scudo][standalone] Link tests against libatomic if...
2021-08-22 Philip Reames[runtimeunroll] Use early return to reduce nesting...
2021-08-22 Philip ReamesSpecial case common branch patterns in breakLoopBackedge
2021-08-22 Simon Pilgrim[X86] combineMul - move MUL_IMM comment inside function...
2021-08-22 Alexey Lapshin[DWARF][Verifier] Do not add child DieRangeInfo with...
2021-08-22 Kazu Hirata[Transforms] Remove unused declaration emitStrNLen...
2021-08-22 Arthur O'Dwyer[libc++] Eliminate needless `add_lvalue_reference`...
2021-08-22 Nikita Popov[InstCombine] Perform "eq of parts" fold with logical ops
2021-08-22 Nikita Popov[InstCombine] Add tests for "eq of parts" with logical...
2021-08-22 Simon Pilgrim[X86][AVX] matchShuffleAsBlend - use isElementEquivalen...
2021-08-22 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2021-08-22 Simon Pilgrim[X86] Expose memory codegen in element insert load...
2021-08-22 Simon Pilgrim[X86][SSE] lowerVECTOR_SHUFFLE - canonicalize with...
2021-08-22 Sanjay Patel[InstSimplify] fold rotate of -1 to -1
2021-08-22 Sanjay Patel[InstSimplify] fold rotate of zero to zero
2021-08-22 Sanjay Patel[InstSimplify] add tests for rotates of 0/-1; NFC
2021-08-22 Simon Pilgrim[X86] Try to sync HSW + BDW model class defs to simplif...
2021-08-22 Sanjay Patel[InstCombine] generalize subtract with 'not' operands
2021-08-22 Simon PilgrimCGBuiltin.cpp - pass SVETypeFlags by const reference...
2021-08-22 Florian Hahn[LV] Adjust reduction recipes before recurrence handling.
2021-08-22 Ben Shi[DAGCombiner] Add target hook function to decide foldin...
2021-08-22 luxufan[JITLink] Add support of R_X86_64_32S relocation
2021-08-22 Lang Hames[ORC] Add std::tuple support to SimplePackedSerialization.
2021-08-22 Lang Hames[ORC] Rename blobSerializationRoundTrip, drop explicit...
2021-08-22 Wang, Pengfei[X86] AVX512FP16 instructions enabling 4/6
2021-08-22 Lang Hames[ORC] Add missing header.
2021-08-21 Fangrui Song[TargetCallingConv] Change OutputArg ctor to match...
2021-08-21 Fangrui Song[AArch64] Replace unneeded CCAssignToRegWithShadow...
2021-08-21 Fangrui Song[TargetMachine] Drop special case for *-win32-macho
2021-08-21 Fangrui Song[TargetMachine] Simplify shouldAssumeDSOLocal. NFC
2021-08-21 Kazu Hirata[clang] Fix typos in documentation (NFC)
2021-08-21 Sanjay Patel[InstCombine] combine constants by reassociating add...
2021-08-21 Sanjay Patel[InstCombine] add tests for add/sub/add combines; NFC
2021-08-21 Sanjay Patel[InstCombine] add tests for min/max with nots and sub...
2021-08-21 David Green[ARM] Fix VQDMULH fold for scalar smin
2021-08-21 Andrzej Warzynski[flang] Refine output file generation
2021-08-21 Kirill Shmakov[lldb] Fix typo in the description of breakpoint options
2021-08-21 LLVM GN Syncbot[gn build] Port 7f99337f9bcf
2021-08-21 Lang Hames[ORC] Add EPCGenericMemoryAccess: generic executor...
2021-08-21 eopXD[NFC][LoopIdiom] Let processLoopStoreOfLoopLoad take...
2021-08-21 Siva Chandra... [libc] Add a new suite called "libc-long-running-tests".
2021-08-21 Kazu Hirata[CodeGen] Remove unused declaration setLiveInsUsed...
2021-08-21 Joseph Huber[OpenMP] Correctly add member expressions to OpenMP...
2021-08-21 Amara Emerson[AArch64][GlobalISel] Add legalizer support for the...
2021-08-21 Geoffrey Martin... [Bazel] Fix version defines
2021-08-20 Fangrui Song[Driver] Remove discouraged -gcc-toolchain
2021-08-20 Amara Emerson[AArch64][GlobalISel] Don't contract cross-bank copies...
2021-08-20 Geoffrey Martin... [Bazel] Reduce quote escaping
2021-08-20 William S.... [MLIR][OMP] Ensure nested scf.parallel execute all...
next