platform/upstream/llvm.git
2022-10-03 rkayaith[mlir-reduce] Support parsing operations other than...
2022-10-03 rkayaith[mlir-vulkan-runner] Fix build failure after 200889f
2022-10-03 Louis Dionne[libc++] Simplify transitive includes test and fix...
2022-10-03 jeff[AMDGPU] Use V_PERM to match buildvectors when inputs...
2022-10-03 Florian Hahn[ConstraintElimination] Add test for debug printing.
2022-10-03 Florian Hahn[ConstraintElimination] Re-enable debug print when...
2022-10-03 Philip Reames[DAG] Introduce getSplat utility for common dispatch...
2022-10-03 Erich Keane[Concepts] Fix Concepts on generic lambda in a VarTempl...
2022-10-03 Jim Kitchen[mlir][sparse] Implement sparse_tensor.select
2022-10-03 rkayaith[mlir-cpu-runner] Support parsing operations other...
2022-10-03 Craig Topper[RISCV] Add missing VL arguments to the creation of...
2022-10-03 Jonathon Penix[flang] Skip creating AggregateStores for common block...
2022-10-03 Craig TopperRevert "foo"
2022-10-03 Craig TopperRevert "[RISCV] Add missing VL arguments to the creatio...
2022-10-03 Craig Topper[RISCV] Add missing VL arguments to the creation of...
2022-10-03 Craig Topperfoo
2022-10-03 River Riddle[mlir][NFC] Use TypeRange in buildWithEntryBlock
2022-10-03 River Riddle[mlir] Rename FunctionOpInterface::getBody to getFuncti...
2022-10-03 Thomas Raoux[mlir] Add unsigned version of index_cast
2022-10-03 Guozhi Wei[IVDescriptors] Before moving an instruction in SinkAft...
2022-10-03 Hussain Kadhem[flang] Write semantics tests for the FORM TEAM statement.
2022-10-03 Kirsten Lee[mlir][memref] Extend multi-buffering transform
2022-10-03 oberrich[lld/COFF] Ignore `/ASSEMBLYDEBUG[:NONE]` and `/EMITPOG...
2022-10-03 bixia1[mlir][sparse] Refactor the conversion of the tensor...
2022-10-03 Louis Dionne[libc++] Suppress -Wctad-maybe-unsupported on types...
2022-10-03 Chris Bieneman[DirectX] Add DXIL metadata `dx.shaderModel`
2022-10-03 Craig Topper[RISCV] Pass the destination register to getVLENFactore...
2022-10-03 Fangrui Song[Driver] Remove unneeded RenderAsInput flag
2022-10-03 Florian Hahn[ConstraintElimination] Simplify logic for using invers...
2022-10-03 natashaknk[mlir][tosa] Swap the reshape at the end of the reduce...
2022-10-03 Florian Hahn[ConstraintElimination] Remove stray comment (NFC).
2022-10-03 Aart Bik[mlir][sparse] sorted coo co-iteration check test
2022-10-03 Jessica Paquette[GlobalISel] Combine `(x + y) - y -> x` and friends
2022-10-03 Florian Hahn[ConstraintElimination] Remove unused StackEntry::IsNot...
2022-10-03 bixia1[mlir][sparse][taco] Avoid hard-coding DimLevelType...
2022-10-03 Keith Smiley[llvm-libtool-darwin] Add support for -dependency_info
2022-10-03 Keith Smiley[llvm-libtool-darwin] Parse and ignore -syslibroot
2022-10-03 Philip Reames[DAG] Use getSplatBuildVector in a couple more places...
2022-10-03 Michał Górny[lldb] [gdb-remote] Move ReadPacketWithOutputSupport...
2022-10-03 Jacques Pienaar[mlir][c] Init MLProgram C API
2022-10-03 Zain Jaffal[AArch64] Add support to loop vectorization for non...
2022-10-03 Alex Richardson[SimplifyLibCalls] Reduce code duplication. NFC
2022-10-03 Joseph Huber[Clang] Make offloading flags accept '-' and '--'
2022-10-03 Sam Clegg[WebAssembly] Fix return type of __builtin_return_addre...
2022-10-03 Jonathan Peyton[OpenMP][libomp] Allow unused-but-set warnings
2022-10-03 Sanjay PatelRevert "[InstSimplify] reduce code duplication for...
2022-10-03 Florian Hahn[ConstraintElimination] Add tests for chained GEPs...
2022-10-03 Yevgeny RoubanFix compilation of CodeLayout.cpp for MacOS
2022-10-03 Sanjay Patel[InstSimplify] reduce code duplication for fmul folds...
2022-10-03 David Green[ARM][AArch64] Dont use macros for half instrinsics...
2022-10-03 David Green[AArch64] Add pr58109 tests, one showing incorrect...
2022-10-03 Igor Kirillov[LoopVectorize] Add missing test for D133687
2022-10-03 Christian Sigg[mlir][shape] fix test added in 9f77909.
2022-10-03 Tomasz Kamiński[analyzer][NFC] Add tests for D132236
2022-10-03 Hansang Bae[OpenMP] Ignore schedule modifier in static scheduling
2022-10-03 chenglin.bi[ARM64EC][clang-cl] Add /arm64EC flag
2022-10-03 Nico Weber[lld/mac] Extract a reportUndefinedSymbol function
2022-10-03 Alex Zinenko[mlir] fix markdown headers in structured ops doc
2022-10-03 Markus Böck[SelectionDAG] Fix use-after-free introduced in D130881
2022-10-03 Hans WennborgRevert "[CMake] Use libcxx-abi-* targets for in-tree...
2022-10-03 Alex Richardson[libc++] Avoid relying on non-portable behaviour in...
2022-10-03 Tobias Gysi[mlir][llvmir] Add filename debug info when converting...
2022-10-03 Rainer Orth[flang] Add Sparc support to Optimizer/CodeGen/Target.cpp
2022-10-03 Petar Avramovic[SelectionDAG] Add check for BUILD_VECTOR in isKnownNev...
2022-10-03 Bjorn Pettersson[Analysis][SimplifyLibCalls] Refactor code related...
2022-10-03 Javier Setoain[mlir][Affine] Add pass options to supervectorizer
2022-10-03 Jean Perier[flang] Do not resolve TRIM/REPEAT length to its argume...
2022-10-03 Max Kazantsev[Test] Add test showing that Constraint Elimination...
2022-10-03 Weining Lu[DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstr...
2022-10-03 Valentin Clement[flang][NFC] Use prefixed accessors for fircg dialect
2022-10-03 Alvin Wong[Clang][MinGW][cygwin] Fix __declspec with -fdeclspec...
2022-10-03 Alvin Wong[LLD][COFF] Reduce chance of symbol name collision...
2022-10-03 Alvin Wong[LLD][COFF] Set OrdinalBase to 1 for export table
2022-10-03 Vitaly Buka[libc++] Remove a part of reverted D131898 or D130695
2022-10-03 Vitaly BukaRevert "[libc++] Updates generated transitve includes."
2022-10-03 Peixin Qiao[flang] Make real type of kind 10 target dependent
2022-10-03 Christian Sigg[Bazel] fixes for 9f77909.
2022-10-03 Matthias Springer[mlir][bufferize][NFC] Fix FileCheck capture
2022-10-03 Amara Emerson[GlobalISel] Allow prelegalizer combiners to have acces...
2022-10-03 Matthias Springer[mlir][interfaces] Add ShapedDimOpInterface
2022-10-03 Fangrui Song[ELF] Replace some config->ekind with file->ekind. NFC
2022-10-03 Vitaly BukaRevert "Add APFloat and MLIR type support for fp8 ...
2022-10-03 Fangrui Song[ELF] Move init from ELFFileBase constructor to a separ...
2022-10-03 Yuanqiang Liu[mlir][shape] add outline-shape-computation pass
2022-10-03 Fangrui Song[ELF] Remove redundant getELFKind call. NFC
2022-10-03 Fangrui Song[ELF] Simplify addFile. NFC
2022-10-03 Matthias Springer[mlir][linalg][NFC] Drop emitAccessorPrefix from Linalg...
2022-10-03 LLVM GN Syncbot[gn build] Port 71410fd2c065
2022-10-03 Vitaly BukaRevert "[libc++] Implement P0591R4 (Utility functions...
2022-10-03 Stella LaurenzoAdd APFloat and MLIR type support for fp8 (e5m2).
2022-09-30 luxufan[RISCV] Add a LocalStackSlotAllocation test
2022-10-02 LLVM GN Syncbot[gn build] Port a6e1080b87db
2022-10-02 Vitaly BukaRevert "[libc++][ranges]Refactor `copy{,_backward}...
2022-10-02 Fangrui Song[ELF] Add LLVM_LIBRARY_VISIBILITY to some global variab...
2022-10-02 Valentin Clement[flang] Introduce fir.class type
2022-10-02 Valentin Clement[flang] Introduce BaseBoxType
2022-10-02 Fangrui Song[llvm-objdump][test] Improve address test
2022-10-02 Mark de Wever[libc++] Updates generated transitve includes.
2022-10-02 Sanjay Patel[InstCombine] convert mul by negative-pow2 to negate...
2022-10-02 Sanjay Patel[ValueTracking] peek through fpext in isKnownNeverInfin...
next