platform/upstream/llvm.git
2021-05-10 Bradley Smith[AArch64][SVE] Better utilisation of unpredicated forms...
2021-05-10 Momchil Velikov[GlobalISel] Fix wrong invocation of `getParamStackAlig...
2021-05-10 Sander de Smalen[AArch64][SVE] Fix isel failure for FP-extending loads
2021-05-10 Simon PilgrimHexagonVectorCombine.cpp - don't negate a bool value...
2021-05-10 Kadir Cetinkaya[clang][PreProcessor] Cutoff parsing after hitting...
2021-05-10 Mats Petersson[OpenMP][MLIR]Add support for guided, auto and runtime...
2021-05-10 Julian GrossFixed bug in buffer deallocation pass using unranked...
2021-05-10 David Spickett[compiler-rt] Handle None value when polling addr2line...
2021-05-10 Frederik Gossen[MLIR][Shape] Concretize broadcast result type if possible
2021-05-10 Guillaume Chatelet[libc] Simplifies multi implementations and benchmarks
2021-05-10 Petar AvramovicAMDGPU/GlobalISel: Use destination register bank in...
2021-05-10 Petar AvramovicAMDGPU/GlobalISel: Add regbankselect test for vgpr...
2021-05-10 Alex Zinenko[mlir] OpenMP-to-LLVM: properly set outer alloca insert...
2021-05-10 Pushpinder... [AMDGPU][OpenMP] Emit textual IR for -emit-llvm -S
2021-05-10 Guillaume Chatelet[libc] Allow target architecture customization
2021-05-10 Pushpinder... [AMDGPU][OpenMP] Disable tests when amdgpu-arch fails
2021-05-10 Pushpinder... [amdgpu-arch] Guard hsa.h with __has_include
2021-05-10 Fraser Cormack[LegalizeVectorOps][RISCV] Add scalable-vector SELECT...
2021-05-10 Adrian Kuegel[mlir] Fix compile error.
2021-05-10 Jun Ma[AArch64][SVE] Remove index_vector node.
2021-05-10 Lang Hames[ORC] Use the new dispatchTask API to run query callbacks.
2021-05-10 Lang Hames[ORC] Generalize materialization dispatch to task dispatch.
2021-05-10 Teresa Johnson[SimplifyCFG] Ignore ephemeral values when counting...
2021-05-10 Yuanfang Chen[NFC][Coroutines] Fix two tests by removing hardcoded...
2021-05-10 Zakk Chen[RISCV][NFC] Don't need to create a new STI in RISCVAsm...
2021-05-10 Chia-hung DuanSupport NativeCodeCall binding in rewrite pattern.
2021-05-10 Jez Ng[lld-macho] Add llvm-otool as a test dependency
2021-05-10 Nico Weber[lld/mac] Fix alignment on subsections
2021-05-10 Jez Ng[lld-macho] Don't reference entry symbol for non-execut...
2021-05-09 Tomasz Miąsko[Demangle][Rust] Print special namespaces
2021-05-09 Roman Lebedev[X86] AMD Zen 3: same-reg CMP is a zero-cycle dependenc...
2021-05-09 Roman Lebedev[NFC][X86][MCA] AMD Zen 3: add tests for CMP dependency...
2021-05-09 Roman Lebedev[X86] AMD Zen 3: same-reg SBB is a dependency-breaking...
2021-05-09 Roman Lebedev[NFC][X86][MCA] AMD Zen 3: add tests for SBB dependency...
2021-05-09 Roman Lebedev[X86] AMD Zen 3: same-register XOR/SUB are GPR dependen...
2021-05-09 Roman Lebedev[NFC][X86][MCA] AMD Zen3: add GPR zero-idiom dependency...
2021-05-09 David Green[ARM] Fix postinc of vst1xN
2021-05-09 Nikita Popov[SCEV] Handle and/or in applyLoopGuards()
2021-05-09 Nikita Popov[SCEV] Add additional loop guard and/or tests (NFC)
2021-05-09 Roman Lebedev[NFC][X86] Znver3: drop obsolete fixme
2021-05-09 Roman Lebedev[X86] AMD Zen 3: XCHG is a zero-cycle instruction
2021-05-09 LemonBoy[SelectionDAG] Regenerate test checks (NFC)
2021-05-09 Nikita Popov[SROA] Regenerate test checks (NFC)
2021-05-09 Mark de Wever[libc++][doc] Update the Format library status.
2021-05-09 Greg McGary[lld-macho][NFC] Purge stale test-output trees prior...
2021-05-08 Roman Lebedev[NFC][LoopIdiom] Add some tests for 'lshr until zero...
2021-05-08 Roman Lebedev[NFCI][X86] Mark Znver3 scheduling model as complete
2021-05-08 Roman Lebedev[NFCI][X86] Mark a few lately-added system instructions...
2021-05-08 Fangrui Song[test] Fix tools/gold/X86/new-pm.ll after D101797
2021-05-08 Krzysztof Parzyszek[Hexagon] Propagate metadata in Hexagon Vector Combine
2021-05-08 Andrea Di Biagio[llvm-mca][View] Update the Register File statistics.
2021-05-08 Greg McGary[lld-macho] Explicitly undefine literal exported symbols
2021-05-08 Andrea Di Biagio[MCA][RegisterFile] Refactor the move elimination logic...
2021-05-08 Nico Weber[lld/mac] Copy some of the commit message of d5a70db193...
2021-05-08 Louis Dionne[libc++] NFC: Refactor Lit annotations
2021-05-08 Florian Hahn[VPlan] Add test for sink scalars and merging using...
2021-05-08 Simon Pilgrim[GlobalISel] Ensure MachineIRBuilder::getDebugLoc(...
2021-05-08 Simon Pilgrim[X86] combineHorizOpWithShuffle - generalize HOP(SHUFFL...
2021-05-08 Louis Dionne[libc++] Move handling of the target triple to the DSL
2021-05-08 Vinayaka Bandishti[MLIR] Add memref dialect dependency for affine fusion...
2021-05-08 Uday Bondhugula[MLIR][NFC] Remove unused MLIRContext declaration
2021-05-08 Roman LebedevRevert "[LICM] Hoist loads with invariant.group metadata"
2021-05-08 Saurabh JhaTest commit to check commit access
2021-05-08 Roman Lebedev[X86] Improve costmodel for scalar byte swaps
2021-05-08 Louis Dionne[libc++] Use Xcode's CMake if it's present
2021-05-08 Qiu Chaofan[VectorCombine] Simplify to scalar store if only one...
2021-05-08 Butygin[mlir] Debug print pattern before and after matchAndRew...
2021-05-08 Xiang1 Zhang[X86] Support AMX fast register allocation
2021-05-08 Arthur EubanksFix build after 34a8a437b
2021-05-08 Xiang1 ZhangRevert "[X86] Support AMX fast register allocation"
2021-05-08 Xiang1 Zhang[X86] Support AMX fast register allocation
2021-05-08 Michael LiaoReplace a remaining CRLF with LF. NFC.
2021-05-08 Arthur Eubanks[NewPM] Hide pass manager debug logging behind -debug...
2021-05-08 RamNalamothu[DebugInfo] UnwindTable::create() should not add empty...
2021-05-08 River Riddle[mlir] Refactor the representation of function-like...
2021-05-08 Arthur Eubanks[lit] Bump up the Windows process cap from 32 to 60
2021-05-08 River Riddle[mlir] Add hover support to mlir-lsp-server
2021-05-08 Arthur EubanksRevert "lit: revert 134b103fc0f3a995d76398bf4b029d72beb...
2021-05-08 Arthur Eubanks[gn build] Manually port 5b158093e
2021-05-08 thomasraoux[mlir][vector] Fix warning
2021-05-08 Amara Emerson[AArch64][GlobalISel] Create a new minimal combiner...
2021-05-07 Amara Emerson[GlobalISel] Don't form zero/sign extending loads for...
2021-05-07 Weston CarvalhoMake `hasTypeLoc` matcher support more node types.
2021-05-07 Weston CarvalhoNFC: Move TypeList implementation up the file
2021-05-07 Arthur Eubanks[NewPM] Move analysis invalidation/clearing logging...
2021-05-07 Jessica Paquette[AArch64][GlobalISel] Legalize narrow type G_CTPOPs
2021-05-07 Adrian PrantlFix the module-enabled build by removing a redundant...
2021-05-07 Petr Hosek[BareMetal] Ensure that sysroot always comes after...
2021-05-07 Nico Weber[lld/mac] Write every weak symbol only once in the...
2021-05-07 thomasraoux[mlir] Missed clang-format
2021-05-07 thomasraoux[mlir][vector] Extend pattern to trim lead unit dimensi...
2021-05-07 Petr HosekRevert "[BareMetal] Ensure that sysroot always comes...
2021-05-07 Florian Hahn[LV] Remove reference of PHI from comment, they are...
2021-05-07 Andrea Di Biagio[MCA][RegisterFile] Fix register class check for move...
2021-05-07 Olivier Goffart[SEH] Fix regression with SEH in noexpect functions
2021-05-07 Florian Hahn[LV] Assert if trying to sink replicate region into...
2021-05-07 Florian Hahn[LV] Rename Region to TargetRegion, similar to SinkRegi...
2021-05-07 peter klausler[flang] Implement NORM2 in the runtime
2021-05-07 Petr Hosek[BareMetal] Ensure that sysroot always comes after...
2021-05-07 Hsiangkai Wang[RISCV] Consider scalar types for required extensions.
next