platform/upstream/llvm.git
2021-07-07 Tom Stellardunittests: Fix build with LLVM_LINK_LLVM_DYLIB=ON
2021-07-07 Louis Dionne[libc++] NFC: Fix incorrect comments in CMake
2021-07-07 Sander de Smalen[CostModel] Express cost(urem) as cost(div+mul+sub...
2021-07-07 Alexander Belyaev[mlir] Use indices instead of affine maps when composin...
2021-07-07 Arnold Schwaighofer[coro async] Move code to proper switch
2021-07-07 Zarko Todorovski[AIX] Use VSSRC/VSFRC Register classes for f32/f64...
2021-07-07 Simon Pilgrim[IndVarSimplify][X86] Regenerate loop-invariant-conditi...
2021-07-07 Simon Pilgrim[CostModel][X86] Adjust sext/zext SSE/AVX legalized...
2021-07-07 Alexey Bataev[OPENMP]Remove const firstprivate allocation as a varia...
2021-07-07 Alexander Belyaev[mlir] Move common reshapeops-related code to ReshapeOp...
2021-07-07 Nicolas Vasilache[mlir][Linalg] Rewrite PadTensorOp to enable its compre...
2021-07-07 Yi ZhangRefactor GenericPadTensorOpVectorizationPattern
2021-07-07 Nicolas Vasilache[mlir][Linalg] Proper handling of ForOp and TiledLoopOp
2021-07-07 Simon Pilgrim[CostModel][X86] Adjust sitofp/uitofp SSE/AVX legalized...
2021-07-07 LLVM GN Syncbot[gn build] Port 6829db727e9e
2021-07-07 Louis Dionne[libc++] Implement copyable-box from Ranges
2021-07-07 Max Kazantsev[NFC] Remove duplicate function calls
2021-07-07 Dylan Fleming[SVE] Fixed cast<FixedVectorType> on scalable vector...
2021-07-07 Adrian KuegelAdd Log1pOp to complex dialect.
2021-07-07 Bairen Yi[mlir][CAPI] Export mlirValueEqual in C API
2021-07-07 David Green[DAG] Reassociate Add with Or
2021-07-07 Saiyedul Islam[Clang] Add test dependency on llvm-ar
2021-07-07 Dylan Fleming[SVE] Fix cast<FixedVectorType> in truncateToMinimalBit...
2021-07-07 Alex Zinenko[mlir] factor out common parts of the converstion to...
2021-07-07 Nicolas Vasilache[mlir][Linalg] Add an InitTensor -> DimOp canonicalizat...
2021-07-07 Jay Foad[AMDGPU] Simplify tablegen files. NFC.
2021-07-07 Jean Perier[flang] Create HostAssocDetails symbols when needed...
2021-07-07 Srishti Srivastava[MLIR] Simplify affine.if having yield values and trivi...
2021-07-07 Fangrui Song[llvm-readobj][test] Improve grouped option test
2021-07-07 Uday Bondhugula[MLIR] Split out GPU ops library from Transforms
2021-07-07 Hsiangkai Wang[Clang][RISCV] Implement vlseg and vlsegff.
2021-07-07 Stanislav Mekhanoshin[AMDGPU] isPassEnabled() helper to check cl::opt and...
2021-07-07 Johannes Doerfert[Attributor][FIX] Replace uses first, then values
2021-07-07 Johannes Doerfert[Attriibutor][NFC] Precommit heap-2-stack test case
2021-07-07 Johannes Doerfert[Attributor] Introduce a helper function to deal with...
2021-07-07 Johannes Doerfert[Attributor] Simplify operands inside of simplification...
2021-07-07 Uday Bondhugula[MLIR][NFC] Move normalizeAffine methods to Affine...
2021-07-07 Tom Stellardtests/CodeGen: Use %python lit substitution when invoki...
2021-07-07 Nemanja Ivanovic[PowerPC] Re-enable combine for i64 BSWAP on targets...
2021-07-07 Matheus Izvekov[clang] fixes named return of variables with dependent...
2021-07-07 Eli Friedman[AArch64] Add more tests related to vselect with consta...
2021-07-07 Eli Friedman[AArch64] Sync isDef32 to the current x86 version.
2021-07-06 David BlaikieDebugInfo: Mangle K&R declarations for debug info linka...
2021-07-06 Stanislav Mekhanoshin[AMDGPU] Move atomic expand past infer address spaces
2021-07-06 Stanislav Mekhanoshin[AMDGPU] Do not run IR optimizations at -O0
2021-07-06 Stanislav Mekhanoshin[AMDGPU] Fix pass name of AMDGPULowerKernelAttributes...
2021-07-06 Tony Tye[NFC][AMDGPU] Add link to AMD GPU gfx906 instruction...
2021-07-06 Krzysztof Parzyszek[Hexagon] Generate trap/undef if misaligned access...
2021-07-06 Nico Weber[lld/mac] Give several LTO tests an "lto-" prefix
2021-07-06 Eli FriedmanRecommit [ScalarEvolution] Make getMinusSCEV() fail...
2021-07-06 Louis Dionne[libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR
2021-07-06 Louis Dionne[libc++] NFC: Sort header lists and remove outdated...
2021-07-06 Craig Topper[RISCV] Implement lround*/llround*/lrint*/llrint* with...
2021-07-06 Michał Górny[compiler-rt] [test] Fix asan symbolize tests on py3.10
2021-07-06 Michał Górny[openmp] [test] Add missing <limits> include to capacit...
2021-07-06 David Green[Tests] Update some tests for D104765. NFC
2021-07-06 LLVM GN Syncbot[gn build] Port 8517a26d442f
2021-07-06 Eli FriedmanRevert "[ScalarEvolution] Make getMinusSCEV() fail...
2021-07-06 Jake Egan[AIX] Define __TOS_AIX__ predefined macro
2021-07-06 Louis Dionne[libc++][docs] Overhaul the documentation for building...
2021-07-06 Fangrui Song[profile][test] Improve coverage-linkage.cpp with ld...
2021-07-06 Sanjay Patel[InstSimplify] fix bug in poison propagation for FP ops
2021-07-06 Sanjay Patel[InstSimplify][test] add tests for poison propagation...
2021-07-06 Christopher... [libcxx][modularisation] splices `<iterator>` into...
2021-07-06 Philip Reames[LV] Disable epilogue vectorization for non-latch exits
2021-07-06 Philip Reames[LoopVersion] Move an assert [nfc-ish]
2021-07-06 Eli Friedman[ScalarEvolution] Make getMinusSCEV() fail for unrelate...
2021-07-06 Jonas Paulsson[SystemZ] Support the 'N' code for the odd register...
2021-07-06 Jeremy Morse[DebugInfo][InstrRef][3/4] Produce DBG_INSTR_REFs for...
2021-07-06 Craig Topper[RISCV] Add support for matching vwmul(u) and vwmacc...
2021-07-06 Arnold SchwaighoferFix coro lowering of single predecessor phis
2021-07-06 Simon Pilgrim[CostModel][X86] fptosi/fptoui to i8/i16 are truncated...
2021-07-06 ShihPo Hung[RISCV] Remove Zvamo implication for v1.0-rc change
2021-07-06 Jonas Paulsson[SystemZ] Generate XC loop for memset 0 of variable...
2021-07-06 Jon Chesterfield[libomptarget][nfc] Group environment variables, drop...
2021-07-06 Alexey Bataev[SLP]Fix non-determinism in PHI sorting.
2021-07-06 Arnold SchwaighoferUse swift mangling for resume functions
2021-07-06 Nico Weber[lld/mac] Partially implement -export_dynamic
2021-07-06 Bradley Smith[AArch64][SVE] Fix selection failures for scalable...
2021-07-06 Louis Dionne[libc++] NFC: Remove outdated link to TS status
2021-07-06 Louis Dionne[libc++] NFC: Move the status docs to their own subdire...
2021-07-06 Florian HahnRecommit "[VPlan] Add VPReductionPHIRecipe (NFC)."...
2021-07-06 Simon Pilgrim[CostModel][X86] i8/i16 sitofp/uitofp are sext/zext...
2021-07-06 Nico WeberRevert "[profile][test] Improve coverage-linkage.cpp"
2021-07-06 Louis Dionne[runtimes] Move enable_32bit to the DSL
2021-07-06 Kerry McLaughlin[LV] Prevent vectorization with unsupported element...
2021-07-06 Peter Waller[CodeGen][AArch64][SVE] Use ld1r[bhsd] for vector splat...
2021-07-06 Florian Mayer[hwasan] Fix incorrect candidate matching for stack...
2021-07-06 Florian HahnRevert "[VPlan] Add VPReductionPHIRecipe (NFC)." and...
2021-07-06 Florian Hahn[VPlan] Mark overriden function in VPWidenPHIRecipe...
2021-07-06 Florian Hahn[VPlan] Add destructor to VPReductionRecipe to unbreak...
2021-07-06 Jay Foad[AMDGPU] Remove outdated comment and tidy up. NFC.
2021-07-06 Florian Hahn[VPlan] Add VPReductionPHIRecipe (NFC).
2021-07-06 Florian Mayer[hwasan] Check for overflow when searching candidates.
2021-07-06 Sebastian Neubauer[AMDGPU] Set optional PAL metadata
2021-07-06 Uday Bondhugula[MLIR] Fix dialect conversion cancelRootUpdate
2021-07-06 Kerry McLaughlin[LV] Collect a list of all element types found in the...
2021-07-06 patacca[Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_...
2021-07-06 Adrian KuegelRevert "[clang] fixes named return of variables with...
2021-07-06 Raphael Isemann[lldb][docs] Fix reference warnings in python-reference.rst
next