platform/upstream/llvm.git
2021-05-03 Philip ReamesOne more test case inspired by PR50191
2021-05-03 Eugene Zhulenev[mlir] Linalg: add vector transfer lowering patterns...
2021-05-03 Peyton, Jonathan L[OpenMP] Refactor/Rework topology discovery code
2021-05-03 Philip ReamesAdd some additional test cases inspired by PR50191
2021-05-03 Jez Ng[lld-macho] Add ARM requirement to objc.s
2021-05-03 Jez Ng[lld-macho] De-templatize mach_header operations
2021-05-03 Dávid Bolvanský[InstCombine] Added tests for PR50094, NFC
2021-05-03 Giorgis Georgakoudis[Utils] Add prof metadata to matched unnamed values
2021-05-03 Emilio Cota[mlir] Add polynomial approximation for math::Log1p
2021-05-03 Eli Friedman[AArch64][SVE] More unpredicated ld1/st1 patterns for...
2021-05-03 Jonas Devlieghere[debugserver] Include LLDB_VERSION_SUFFIX in debugserve...
2021-05-03 Dávid Bolvanský[InstCombine] cttz(sext(x)) -> cttz(zext(x))
2021-05-03 Heejin Ahn[WebAssembly] Reenable end-to-end test in wasm-eh.cpp
2021-05-03 MaheshRavishankar[mlir][Linalg] Add a utility method to get reassociatio...
2021-05-03 Christopher... [libcxx][iterator][ranges] adds `bidirectional_iterator...
2021-05-03 Aart Bik[mlir][sparse] fixed typo: sparse -> sparse_tensor
2021-05-03 Dimitry AndricRevert "[MC][ELF] Work around R_MIPS_LO16 relocation...
2021-05-03 Dimitry Andric[MC][ELF] Work around R_MIPS_LO16 relocation handling...
2021-05-03 Fangrui Song[sanitizer] Set IndentPPDirectives: AfterHash in .clang...
2021-05-03 Tomas MathesonRevert "[CodeGen][ARM] Implement atomicrmw as pseudo...
2021-05-03 Christopher... [libcxx][iterator][ranges] adds `forward_iterator`...
2021-05-03 Teresa Johnson[SimplifyCFG] Look for control flow changes instead...
2021-05-03 Paulo Matos[WebAssembly] Fixup order of ins variables for table...
2021-05-03 Sanjay Patel[ValueTracking] soften assert for invertible recurrence...
2021-05-03 MaheshRavishankar[mlir][Linalg] Use rank-reduced versions of subtensor...
2021-05-03 Valentin Clement[OpenMPIRBuilder] Add createOffloadMaptypes and createO...
2021-05-03 Tomas Matheson[CodeGen][ARM] Implement atomicrmw as pseudo operations...
2021-05-03 thomasraoux[mlir][linalg] Fix vectorization bug in vector transfer...
2021-05-03 Frederik Gossen[MLIR][Linalg] Avoid forward declaration in `Loops...
2021-05-03 Frederik Gossen[MLIR][Linalg] Lower `linalg.tiled_loop` in a separate...
2021-05-03 Anirudh Prasad[AsmParser][SystemZ][z/OS] Implement HLASM location...
2021-05-03 Mitch Phillips[scudo] Don't track free/use stats for transfer batches.
2021-05-03 Louis Dionne[libc++] Use the internal Lit shell to run the tests
2021-05-03 Louis Dionne[libc++] Fix template instantiation depth issues with...
2021-05-03 Stella LaurenzoMove MLIR python sources to mlir/python.
2021-05-03 Louis Dionne[libc++] Disentangle std::pointer_safety
2021-05-03 Paul Robinson[DebuggerTuning] Move a comment to a more useful place.
2021-05-03 thomasraoux[mlir][spirv] Add support to convert std.splat op
2021-05-03 Stanislav Mekhanoshin[AMDGPU] Change FLAT Scratch SADDR to VADDR form in...
2021-05-03 Zarko Todorovski[AIX] Remove unused vector registers from allocation...
2021-05-03 Duncan P. N... Modules: Remove an extra early return, NFC
2021-05-03 thomasraoux[mlir][vector] Extend vector transfer unrolling to...
2021-05-03 thomasraoux[mlir][vector] Add canonicalization for extract/insert...
2021-05-03 Matt Morehouse[libFuzzer] Deflake entropic exec-time test.
2021-05-03 Fabian Meumertzheim[libFuzzer] Fix off-by-one error in ApplyDictionaryEntry
2021-05-03 Stanislav Mekhanoshin[AMDGPU] Change FLAT SADDR to VADDR form in moveToVALU
2021-05-03 Giorgis Georgakoudis[OpenMP] Fix non-determinism in clang task codegen
2021-05-03 Benjamin Kramer[mlir] Fix multidimensional lowering from std.select...
2021-05-03 thomasraoux[mlir][vector][NFC] split TransposeOp lowerning out...
2021-05-03 Arthur Eubanks[docs][NewPM] Add section on analyses
2021-05-03 Uday Bondhugula[MLIR] Fix TestAffineDataCopy for test cases with no...
2021-05-03 Stella Laurenzo[mlir][Python] Add casting constructor to Type and...
2021-05-03 Chris Lattner[Support/Parallel] Add a special case for 0/1 items...
2021-05-03 Marek Kurdej[clang-format] Fix build on gcc < 7 introduced in rG8d9...
2021-05-03 Frederik Gossen[MLIR][Linalg] Lower `linalg.tiled_loop` to `scf` loops
2021-05-03 Marek Kurdej[docs] Automatically update copyright year in libc++.
2021-05-03 Marek Kurdej[docs] Bump the trunk major version to 13 and update...
2021-05-03 David Green[AArch64] Fold CSEL x, x, cc -> x
2021-05-03 Marek Kurdej[docs] Fix title overline.
2021-05-03 Marek Kurdej[docs] Fix syntax typo.
2021-05-03 Marek Kurdej[clang-format] Add options to AllowShortIfStatementsOnA...
2021-05-03 Fangrui Song[ELF] Don't suggest alternative spelling of an empty...
2021-05-03 William S.... [MLIR] Canonicalize sub/add of a constant and another...
2021-05-03 Anirudh Prasad[SystemZ][z/OS] Enforce prefix-less registers in System...
2021-05-03 Utkarsh Saxena[clangd] Find implementors only when index is present.
2021-05-03 Alexey Bataev[SLP]Allow masked gathers only if allowed by target.
2021-05-03 Dávid Bolvanský[InstCombine] cttz(zext(x)) -> zext(cttz(x)) if the...
2021-05-03 Jon RoelofsPartial revert of "Use std::foo_t rather than std:...
2021-05-03 Louis Dionne[libc++] Acquire locks on Ranges work
2021-05-03 Saurabh Jha[Matrix] Remove bitcast when casting between matrices...
2021-05-03 Alexey BataevRevert "[SLP]Allow masked gathers only if allowed by...
2021-05-03 Alexey Bataev[SLP]Allow masked gathers only if allowed by target.
2021-05-03 Konstantin... AMDGPU: XFAIL LLVM::note-amd-valid-v2.test for big...
2021-05-03 Florian Hahn[LV] Iterate over recipes in VPlan to fix PHI (NFC).
2021-05-03 LLVM GN Syncbot[gn build] Port 1527a5e4b483
2021-05-03 Abhina Sreeskantharajan[SystemZ][z/OS] Add the functions needed for handling...
2021-05-03 Sanjay Patel[InstCombine] improve demanded bits analysis of left...
2021-05-03 Nathan Sidwell[clang] Spell correct variable
2021-05-03 Aaron PuchertThread safety analysis: Fix false negative on break
2021-05-03 Aaron PuchertThread safety analysis: Replace flags in FactEntry...
2021-05-03 Hans Wennborg[clang-cl] Add parsing support for a bunch of new flags
2021-05-03 Nathan Sidwell[clang] Remove libstdc++ friend template hack
2021-05-03 Muhammad Omair... Support AArch64 PAC elf-core register read
2021-05-03 David Green[ARM] Memory operands for MVE gathers/scatters
2021-05-03 Nathan James[clang-tidy][NFC] Short circuit getting enum options...
2021-05-03 Fraser Cormack[RISCV] Add support for fmin/fmax vector reductions
2021-05-03 Benjamin Kramer[mlir] Allow lowering cmpi/cmpf with multidimensional...
2021-05-03 Christian Kühnel[doc] typo fixes
2021-05-03 Guillaume Chatelet[libc] warns about missing linting only in full build...
2021-05-03 Sebastian Neubauer[AMDGPU] Do not annotate features for graphics
2021-05-03 Diana Picus[flang] Fix a bug in the character runtime
2021-05-03 Diana Picus[flang] Fix handling of elem_len in CFI_establish
2021-05-03 Diana Picus[flang] Use CFI_TYPE_LAST instead of CFI_type_struct
2021-05-03 Nathan Ridge[clangd] Parameter hints for dependent calls
2021-05-03 Pushpinder... [AMDGPU][OpenMP] Enable Libomptarget runtime tests
2021-05-03 Nathan Ridge[clangd] Fix test failure in initialize-params.test
2021-05-03 Nathan Ridge[clangd] Fix build error in SemanticHighlighting.cpp
2021-05-03 Nathan Ridge[clangd] Hide inlay hints capability behind a command...
2021-05-03 Nathan Ridge[clangd] Avoid including HeuristicResolver.h from Parse...
2021-05-03 Reshabh Sharma[ASAN][AMDGPU] Add support for accesses to global and...
next