platform/upstream/llvm.git
2021-09-28 Liu, Chen3[X86][FP16] Fix a bug when Combine the FADD(A, FMA...
2021-09-28 Lang Hames[ORC] Fix the LLJITWithRemoteDebugging example.
2021-09-28 Xiang1 Zhang[ISel] Legalized arithmetic.fence.f128 for 32-bits...
2021-09-28 Anna Thomas[LoopPred Test] Fix lld-x86_64-win BB failure
2021-09-28 Ahsan SaghirRevert "tsan: fix trace tests on darwin"
2021-09-28 Anna ThomasReland "[LoopPredication] Add testcase showing BPI...
2021-09-28 Lang Hamesclang-format
2021-09-28 Lang Hames[llvm-jitlink] Add more information about allocation...
2021-09-28 Ahsan Saghir[PowerPC] MMA - Add __builtin_vsx_build_pair and __buil...
2021-09-27 Lang Hames[ORC] Switch from JITTargetAddress to ExecutorAddr...
2021-09-27 Michael Kruse[Polly] Reject regions entered by an indirectbr/callbr.
2021-09-27 Joe Loser[libc++][NFC] s/enable_if<...>::type/enable_if_t<....
2021-09-27 Haowei WuRevert "[Polly] Reject reject regions entered by an...
2021-09-27 Lang Hames[ORC] Hold shared_ptr<SymbolStringPool> in errors conta...
2021-09-27 Congzhe Cao[CodeMoverUtils] Enhance isSafeToMoveBefore() when...
2021-09-27 Kevin AtheyRevert "tsan: add a test for stack init race"
2021-09-27 LLVM GN Syncbot[gn build] Port 6cfb4d46bae1
2021-09-27 Jozef Lawrynowicz[llvm-readobj] Support dumping of MSP430 ELF attributes
2021-09-27 Jon Chesterfield[libomptarget][amdgpu] Follow on to D110513, empty...
2021-09-27 Jon Chesterfield[libomptarget][amdgpu] Report zero devices if plugin...
2021-09-27 Anna ThomasRevert "[LoopPredication] Add testcase showing BPI...
2021-09-27 Louis Dionne[libc++] Do not enable P1951 before C++23, since it...
2021-09-27 Anna Thomas[LoopPredication] Add testcase showing BPI computation...
2021-09-27 Simon Pilgrim[X86] Add slow/fast pmulld test coverage to vector...
2021-09-27 Kostya Kortchinsky[gwp-asan] Initialize AllocatorVersionMagic at runtime
2021-09-27 Roman Lebedev[NFC][X86] Add 'gather' optsize/minsize test coverage
2021-09-27 Florian Mayer[NFC] [PSI] explain encoding of PercentileCutoff.
2021-09-27 Fangrui Song[Driver] Remove confusing *-linux-android detection...
2021-09-27 Roman Lebedev[NFC][X86] Add test showing that legal `GATHER`'s are...
2021-09-27 modimo[ThinLTO] Add noRecurse and noUnwind thinlink function...
2021-09-27 Tobias Gysi[mlir][linalg] Finer-grained padding control.
2021-09-27 Roman Lebedev[X86][Costmodel] Load/store i16 Stride=4 VF=32 interlea...
2021-09-27 Roman Lebedev[X86][Costmodel] Load/store i16 Stride=4 VF=16 interlea...
2021-09-27 Roman Lebedev[X86][Costmodel] Load/store i16 Stride=4 VF=8 interleav...
2021-09-27 Roman Lebedev[X86][Costmodel] Load/store i16 Stride=4 VF=4 interleav...
2021-09-27 Roman Lebedev[X86][Costmodel] Load/store i16 Stride=4 VF=2 interleav...
2021-09-27 Chris BienemanFixing docs build
2021-09-27 Chris BienemanImplement #pragma clang final extension
2021-09-27 Sanjay Patel[InstCombine] reduce code for shl-of-sub transform...
2021-09-27 Sanjay Patel[InstCombine] add tests for shl-of-sub; NFC
2021-09-27 Aart Bik[mlir][sparse] sampled matrix multiplication fusion...
2021-09-27 Nico WeberRevert "[clangd] Refactor IncludeStructure: use File...
2021-09-27 Jon ChesterfieldRevert "[openmp] Add addrspacecast to getOrCreateIdent"
2021-09-27 Jon Chesterfield[openmp] Add addrspacecast to getOrCreateIdent
2021-09-27 Aart Bik[mlir][sparse] preserve zero-initialization for materia...
2021-09-27 Aaron BallmanAdd a missing include to appease the build bots
2021-09-27 Sanjay Patel[InstCombine] add use check to shl transform
2021-09-27 Sanjay Patel[InstCombine] add tests for opposing shifts separated...
2021-09-27 Jameson NashBad SLPVectorization shufflevector replacement, resulti...
2021-09-27 Carlos GalvezFix bug in readability-uppercase-literal-suffix
2021-09-27 peter klausler[flang] Catch branching into FORALL/WHERE constructs
2021-09-27 Praveen Velliengiri[AMDGPU] Change ASAN init/fini kernels linkage to external.
2021-09-27 Sumesh Udayakumaran[mlir] Mode for explicitly controlling the fusion kind
2021-09-27 Quinn Pham[PowerPC] Fix td pattern for P10 VSLDBI and VSRDBI
2021-09-27 Yaxun (Sam... [HIP] Fix linking of asanrt.bc
2021-09-27 William S.... [MLIR][LLVM] Add error if using incorrect attribute...
2021-09-27 peter klausler[flang] Enforce constraint: defined ass't in WHERE...
2021-09-27 Craig Topper[RISCV] Fold store of vmv.x.s to a vse with VL=1.
2021-09-27 Fangrui Song[ELF] Support symbol names with space in linker script...
2021-09-27 Kazu Hirata[InstCombine] Fix an "unused variable" warning
2021-09-27 Bixia ZhengImplement the conversion from sparse constant to sparse...
2021-09-27 @vladaindjic[OpenMP] libomp: Usage of TASK_TIED constant inside...
2021-09-27 Craig Topper[RISCV] Improve support for forming widening multiplies...
2021-09-27 Daniil Fukalov[NFC][AMDGPU] Update cost model tests:
2021-09-27 Sanjay Patel[InstCombine] move shl-only folds out from under common...
2021-09-27 Pavel Labath[lldb] A different fix for Domain Socket tests
2021-09-27 Kazu Hirata[Lanai] Remove redundant declaration getTheLanaiTarget...
2021-09-27 Kirill Bobyrev[clangd] Refactor IncludeStructure: use File (unsigned...
2021-09-27 Joseph Huber[OpenMP] Add new worksharing definitions into device RTL
2021-09-27 Joseph Huber[OpenMP] Introduce a new worksharing RTL function for...
2021-09-27 Raphael Isemann[lldb] Fix SocketTest.DomainGetConnectURI on macOS...
2021-09-27 Nico Weber[llvm/OptTable] Add named param comment for GroupedShor...
2021-09-27 Jake EganFix tests defaulting to incorrect triples on AIX
2021-09-27 Nico Weber[llvm/OptTable] Drop "The" prefix on fields
2021-09-27 Nico Weber[llvm] Convert OptTable::ParseOneArg() to std::unique_ptr<>
2021-09-27 Nico Weber[llvm] Convert OptTable::parseOneArgGrouped() to std...
2021-09-27 Nico Weber[llvm] ConvertOption::accept(), acceptInternal() to...
2021-09-27 Sanjay Patel[InstCombine] generalize fold for (trunc (X u>> C1...
2021-09-27 Sanjay Patel[InstCombine] match variable names and code comments...
2021-09-27 Amy KwanExplicitly specify -fintegrated-as to clang/test/Driver...
2021-09-27 Eugene Zhulenev[mlir] AsyncRuntime: use int64_t for ref counting opera...
2021-09-27 Dmitry Vyukovtsan: fix trace tests on darwin
2021-09-27 Dmitry Vyukovtsan: add a test for stack init race
2021-09-27 Dmitry Vyukovtsan: fix and test detection of TLS races
2021-09-27 Sebastian Neubauer[AMDGPU] Ignore KILLs when forming clauses
2021-09-27 Nico Weber[clang] Put original flags on 'Driver args:' crash...
2021-09-27 Dmitry Vyukovtsan: de-hardcode MemCount const
2021-09-27 Michał Górny[lldb] [DynamicRegisterInfo] Add a convenience method...
2021-09-27 Sjoerd Meijer[FuncSpec] Don't specialise (or crash) on poison or...
2021-09-27 David Green[AArch64] Fix neon-reverseshuffle test extension. NFC
2021-09-27 Aaron BallmanRemoving a default constructor argument; NFC
2021-09-27 Sjoerd Meijer[LoopFlatten] Precommit new test widen-iv2.ll for D110234.
2021-09-27 gbreynoo[llvm-dwarfdump][docs] Add missing options to the help...
2021-09-27 Jun MaRevert "Recommit "Revert "[CVP] processSwitch: Remove...
2021-09-27 LLVM GN Syncbot[gn build] Port 9da2fa277e81
2021-09-27 Michał Górny[lldb] Move StringConvert inside debugserver
2021-09-27 Pushpinder... [AMDGPU][OpenMP] Add memory pool size check to isValidM...
2021-09-27 Michał Górny[lldb] [Host] Refactor XML converting getters
2021-09-27 Michael Kruse[OpenMP][CMake] Use in-project clang as CUDA->IR compil...
2021-09-27 Tobias Gysi[mlir][linalg] Make fusion on tensor rewriter friendly...
next