platform/upstream/llvm.git
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...
2022-10-02 Sanjay Patel[InstSimplify] add tests for FP infinity compare with...
2022-10-02 David Green[ARM] Add lowering for bf16 neon vtrn, vzup and vuzp.
2022-10-02 David Green[ARM] More bf16 shuffle handling, including perfect...
2022-10-02 Florian Hahn[ConstraintElimination] Update Changed status in ssub...
2022-10-02 David Green[ARM] Add tablegen patterns for bf16 vrev
2022-10-02 David Green[ARM] Add tablegen patterns for bf16 vext
2022-10-02 David Green[ARM][DAG] BF16 constant handling.
2022-10-02 Peixin QiaoRevert "[flang] Make real type of kind 10 target dependent"
2022-10-02 Fangrui Song[test] Make Linux/sem_init_glibc.cpp robust
2022-10-02 Peixin Qiao[flang][OpenMP] Fix resolve common block in data-sharin...
2022-10-02 Peixin Qiao[flang] Make real type of kind 10 target dependent
2022-10-02 Kees Cook[clang][auto-init] Deprecate -enable-trivial-auto-var...
2022-10-02 LLVM GN Syncbot[gn build] Port 005916de58f7
2022-10-02 Konstantin... [libc++][ranges]Refactor `copy{,_backward}` and `move...
2022-10-02 Kazu Hirata[mlir] Use std::enable_if_t (NFC)
2022-10-02 Kazu Hirata[clang] Use std::enable_if_t (NFC)
2022-10-02 Kazu Hirata[ADT] Use std::common_type_t (NFC)
2022-10-02 Jacques Pienaar[mlir] Remove ReferTo attr constraint
2022-10-01 Arthur Eubanks[llvm] Migrate PAEval to new pass manager
2022-10-01 Craig Topper[RISCV] Use _TIED form of VWADD(U)_WX/VWSUB(U)_WX to...
2022-10-01 Craig Topper[RISCV] Minor tablegen formatting cleanup. NFC
2022-10-01 Fangrui Song[ELF] --check-sections: allow address 0xffffffff for...
2022-10-01 Fangrui Song[ELF] Rename LinkerScript::ctx to state. NFC
2022-10-01 Jessica Paquette[GlobalISel] Combine abs(undef) -> 0
2022-10-01 Fangrui Song[ELF] Move driver into ctx and remove indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove symtab indirection. NFC
2022-10-01 Jessica PaquetteUpdate missing test after 24553df57dcc7bb2567697d8697b3...
2022-10-01 Nikolas Klauser[libc++] Enable libc++-specific tests for constexpr...
2022-10-01 Nikolas Klauser[libc++][NFC] Prefer type aliases over structs
next