platform/upstream/llvm.git
2020-06-18 Alex Richardson[libc++] Don't override LIBCXX_CXX_ABI_INCLUDE_PATHS...
2020-06-18 Alex Richardson[update_cc_test_checks.py] Handle C++ methods
2020-06-18 Alex Richardson[update_cc_test_checks.py] Correctly skip function...
2020-06-18 Cullen Rhodesvim: add `bfloat` keyword
2020-06-18 Arthur Eubanks[GlobalOpt] Remove preallocated calls when possible
2020-06-18 Francesco Petrogalli[llvm][SveEmitter] Emit the bfloat version of `svld1ro`.
2020-06-18 Roman Lebedev[NFC][IndVarSimplify] Test: replacing IV user with...
2020-06-18 Alexey Bataev[OPENMP50]Allow nonmonotonic modifier for all schedule...
2020-06-18 Tobias Bosch[Dexter] Add --source-dir-root flag
2020-06-18 Alexandros... [ARM] Basic bfloat support
2020-06-18 Amara Emerson[docs] Clarify semantics of ordered fadd/fmul reductions.
2020-06-18 Alexey Bataev[OPENMP50]Codegen for scan directives in parallel for...
2020-06-18 Pete Steinfeld[flang] Fix crash with alternate returns in modules
2020-06-18 Saleem Abdulrasoolunwind: EHABISectionIterator `operator!=`, constify...
2020-06-18 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2020-06-18 Nico Weberfix a typo to cycle bots
2020-06-18 Hans WennborgDon't require shell in clang/test/CodeGen/aarch64-sve...
2020-06-18 hyd-dev[clang-tidy] Add --use-color command line option and...
2020-06-18 Matt ArsenaultAMDGPU: Don't pass MachineFunction if only the IR Funct...
2020-06-18 Ayke van Laethem[AVR] Fix miscompilation of zext + add
2020-06-18 Nathan James[clang-tidy] RenamerClangTidy group redecls into 1...
2020-06-18 Matt ArsenaultLanai: Remove unused method
2020-06-18 Simon Pilgrim[X86][SSE] Fold MOVMSK(PCMPEQ(X,0)) == -1 -> PTESTZ...
2020-06-18 Christopher... [libc++] Add equality for spaceship types for themselves
2020-06-18 Michael Park[libcxx/variant] Fix build error for when exceptions...
2020-06-18 Alexandre GaneaFix linker error in clang-fuzzer following 89ea0b05207d...
2020-06-18 Alexandre Ganea[CodeView] Fix generated command-line expansion in...
2020-06-18 Louis Dionne[libc++] Allow specifying custom Lit config files
2020-06-18 Kamlesh Kumar[RISCV64] Emit correct lib call for fp(float/double...
2020-06-18 Jean-Michel... [llvm][docs] Document the LLVM_INSTALL_UTILS CMake...
2020-06-18 Igor Kudrin[MC] Rename a misnamed function. NFC.
2020-06-18 Alexandre Ganea[CodeView] Add full repro to LF_BUILDINFO record
2020-06-18 Alexandre Ganea[MC] Pass down argv0 & cc1 cmd-line to the back-end...
2020-06-18 Alexandre Ganea[CodeView] Add TypeCollection::replaceType to replace...
2020-06-18 Alexandre Ganea[Clang] Move clang::Job::printArg to llvm::sys::printAr...
2020-06-18 Yaxun (Sam... [HIP] Fix rocm not found on rocm3.5
2020-06-18 Bruno Ricci[clang][utils] Modify make-ast-dump-check.sh to generat...
2020-06-18 Bruno Ricci[clang] Fix the serialization of LambdaExpr and the...
2020-06-18 Florian Hahn[Matrix] Pass darwin tripe to SeamObjc test to fix...
2020-06-18 Florian Hahn[Matrix] Use alignment info when lowering loads/stores.
2020-06-18 David Sherwood[SVE] Add checks for no warnings in SVE tests
2020-06-18 Lucas Prates[ARM][Clang] Removing lowering of half-precision FP...
2020-06-18 Lucas Prates[ARM] Moving CMSE handling of half arguments and return...
2020-06-18 Lucas Prates[ARM] Supporting lowering of half-precision FP argument...
2020-06-18 Paul Walker[SVE] Add flag to specify SVE register size, using...
2020-06-18 Sameer Sahasrabuddhe[DA] conservatively mark the join of every divergent...
2020-06-18 Hans WennborgMake matrix-type-builtins.m pass also on platforms...
2020-06-18 Tres Popp[mlir] Add a pass to remove all shape.cstr_ and assumin...
2020-06-18 Florian Hahn[Matrix] Preserve volatile when loading loads/stores.
2020-06-18 Florian Hahn[Matrix] Add __builtin_matrix_column_store to Clang.
2020-06-18 Sander de Smalen[SveEmitter] Add builtins to insert/extract subvectors...
2020-06-18 Hans WennborgTry to remove the acle_sve_adda.s file that's breaking...
2020-06-18 Jean-Michel... [mlir] NFC: Fix link in traits documentation
2020-06-18 Jeremy Morse[NFC][LiveDebugValues] Document how LiveDebugValues...
2020-06-18 Florian Hahn[Matrix] Add __builtin_matrix_column_load to Clang.
2020-06-18 Alex Zinenko[mlir] Provide OpBuilder-based replacements for edsc...
2020-06-18 lorenzo chelini[MLIR][Linalg] Retire C++ MatvecOp in favor of a linalg...
2020-06-18 Ayke van Laethem[AVR] Implement disassembly of 32-bit instructions
2020-06-18 Sander de Smalen[SveEmitter] Add builtins for tuple creation (svcreate2...
2020-06-18 Guillaume Chatelet[Clang][Sema] Use of incorrect __has_feature vs __has_b...
2020-06-18 Florian Hahn[Matrix] Add volatile load/store tests (NFC).
2020-06-18 David Sherwood[CodeGen] Fix warnings in getVectorTypeBreakdown
2020-06-18 Florian Hahn[Matrix] Update load/store intrinsics.
2020-06-18 David Sherwood[CodeGen] Fix warnings in foldCONCAT_VECTORS
2020-06-18 serge-sans... Correctly report modified status for HWAddressSanitizer
2020-06-18 Pierre Oechsel[mlir] [Vector] Add missing edsc intrinsics.
2020-06-18 David Sherwood[CodeGen] Fix warnings in isPow2VectorType and getPow2V...
2020-06-18 Frederik Gossen[MLIR][Shape] Lower `size_to_index` and `index_to_size...
2020-06-18 Frederik Gossen[MLIR][Shape] Realize `shape` to `std` lowering with...
2020-06-18 David Green[ARM] Adjust AND/OR combines to not call isConstantSpla...
2020-06-18 David SherwoodRevert "[SVE] Add checks for no warnings in SVE tests"
2020-06-18 David Sherwood[CodeGen] Fix warnings in getVectorElementCount()
2020-06-18 David Sherwood[SVE] Add checks for no warnings in SVE tests
2020-06-18 Haojian Wu[AST] Move the "fallback to recovery expr" mechanism...
2020-06-18 Jean Perier[flang] AMAX0, MIN1... rewrite to MAX/MIN: make result...
2020-06-18 Kristof Beyls[IndirectThunks] Tiny comment fix
2020-06-18 Kristof Beyls[IndirectThunks] Make generated MF structure as expecte...
2020-06-18 Kristof Beyls[AArch64] SLSHardening: compute correct thunk name...
2020-06-18 Max Kazantsev[Test] Add more tests showing missing opportunities...
2020-06-18 Xing GUO[DWARFYAML][debug_abbrev] Make the abbreviation code...
2020-06-18 Rahul Joshi[MLIR] Move SymbolOpInterface::isPublic() and friends...
2020-06-18 Greg McGary[lld-macho] Add missing search-paths-darwin.test
2020-06-18 Greg McGary[lld-macho] Handle framework search path, alongside...
2020-06-18 Jez Ng[lld-macho] Handle alignment correctly when merging...
2020-06-18 Jez Ng[lld-macho] Ensure __bss sections we output have file...
2020-06-18 Jez Ng[lld-macho] Handle GOT relocations of non-dylib symbols
2020-06-18 Jez Ng[lld-macho] Support X86_64_RELOC_GOT
2020-06-18 Jez Ng[lld-macho] Support non-pcrel section relocs
2020-06-18 Jez Ng[lld-macho] Avoid explicit -arch in tests by defaulting...
2020-06-18 Mehdi AminiRemove "unused" member ModuleSlice from `struct OpenMPOpt`
2020-06-18 Kang Zhang[PowerPC] Don't convert Loop to CTR Loop for fp128...
2020-06-18 Xing GUO[ObjectYAML][ELF] Add support for emitting the .debug_a...
2020-06-18 Esme-Yi[PowerPC] Custom lower rotl v1i128 to vector_shuffle.
2020-06-18 Fangrui Song[ELF] Improve --export-dynamic-symbol performance by...
2020-06-17 Sam Clegg[WebAssembly] MC: Fix for data aliases with offsets...
2020-06-17 Ryan Prichard[Driver] Search computed sysroot for libc++ header...
2020-06-17 Matt ArsenaultAMDGPU: Don't use 16-bit FP inline constants in integer...
2020-06-17 Richard SmithRevert "When performing a substitution into a dependent...
2020-06-17 Richard SmithRevert "Fix rejects-valid when referencing an implicit...
2020-06-17 peter klausler[flang] More Fortran runtime support for CHARACTER...
next