platform/upstream/llvm.git
2020-12-08 Arthur O'Dwyer[libc++] Mark my new <algorithm> test unsupported on...
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Swap select operands when inverti...
2020-12-08 Anna Thomas[ScalarizeMaskedMemIntrin] Add new PM support
2020-12-08 Arthur O'Dwyer[libc++] Add _VSTD:: qualifications to ADL-proof <algor...
2020-12-08 Arthur O'Dwyer[libc++] ADL-proof __libcpp_is_nothrow_constructible.
2020-12-08 Matt Morehouse[DFSan] Add pthread and other functions to ABI list.
2020-12-08 Arthur EubanksPin -loop-reduce to legacy PM
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Check if G_SELECT has been optimi...
2020-12-08 Duncan P. N... ARCMigrate: Use hash_combine in the DenseMapInfo for...
2020-12-08 Arthur Eubanks[NFC] Rename IsCodeGenPass to ShouldPinPassToLegacyPM
2020-12-08 Kazushi (Jam... [VE] Correct LVLGen (LVL instruction insert pass)
2020-12-08 Fangrui Song[Driver] Add -gno-split-dwarf which can disable debug...
2020-12-08 Siva Chandra... [libc] Raise x87 exceptions by synchronizing with ...
2020-12-08 Saleem AbdulrasoolAPINotes: add bitcode format schema definitions
2020-12-08 Saleem AbdulrasoolBitcode: add some convenience helpers for streaming...
2020-12-08 Fangrui Song[Driver] Don't make -gsplit-dwarf imply -g2
2020-12-08 Florian Hahn[AArch64] Fix rottype use in complex instr defs.
2020-12-08 Harald van... [X86] Handle localdynamic TLS model in x32 mode
2020-12-08 Duncan P. N... Frontend: Clarify logic for using the preamble in ASTUn...
2020-12-08 Louis Dionne[libc++] Implement missing feature-test macro __cpp_lib...
2020-12-08 Louis Dionne[libc++] NFC: Indent feature-test macro script consistently
2020-12-08 Nathan James[clang-tidy] Add support for diagnostics with no location
2020-12-08 Austin Kerbow[AMDGPU] Add new pseudos for indirect addressing with...
2020-12-08 Craig Topper[RISCV] Add isel patterns for SBCLRI/SBSETI/SBINVI...
2020-12-08 LLVM GN Syncbot[gn build] Port 39431e479ff
2020-12-08 LLVM GN Syncbot[gn build] Port 1821265db68
2020-12-08 Valentin Clement[flang][openacc] Avoid use of init, shutdown and set...
2020-12-08 Roman Lebedev[clang-tidy] Introduce misc No Integer To Pointer Cast...
2020-12-08 Chih-Ping Chen[DebugInfo] Add handling of stringLengthExp operand...
2020-12-08 Arthur Eubanks[llvm-lto2] Use NPM with ENABLE_EXPERIMENTAL_NEW_PASS_M...
2020-12-08 Raphael Isemann[cmake] Make ExecutionEngine/Orc/Shared depend on intri...
2020-12-08 Valentin Clement[flang][openacc] Update reference to OpenACC 3.1 specif...
2020-12-08 Arthur Eubanks[gn build] Move ScalarizeMaskedMemIntrin.cpp
2020-12-08 Craig Topper[RISCV] Detect more errors when parsing vsetvli in...
2020-12-08 Craig Topper[RISCV] When parsing vsetvli in the assembler, use...
2020-12-08 Masoud Ataei[PPC] Fixing a typo in altivec.h. Commenting out an...
2020-12-08 Valentin Clement[flang][openacc] Add missing loop construct restriction...
2020-12-08 Adam Czachorowski[clangd] ExpandAutoType: Do not offer code action on...
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Fold G_SELECT cc, %t, (G_ADD...
2020-12-08 Matt Morehouse[DFSan] Add several math functions to ABI list.
2020-12-08 Yuriy Chernyshov[libc++] Add std::hash<char8_t> specialization if char8...
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Fold binops on the true side...
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Don't explicitly write to the...
2020-12-08 Nuno LopesDenseMap: fix build with clang in C++20 mode
2020-12-08 Jez Ng[lld-macho] Support parsing of bitcode within archives
2020-12-08 Jez Ng[lld-macho][nfc] Move some methods from InputFile to...
2020-12-08 Eugene Zhulenev[mlir] Async: Add numWorkerThreads argument to createAs...
2020-12-08 peter klausler[flang] Implement derived type description table encoding
2020-12-08 Craig Topper[RISCV] Replace custom isel code for RISCVISD::READ_CYC...
2020-12-08 Yuanfang Chen[Time-report] Add a flag -ftime-report={per-pass,per...
2020-12-08 Eric Seidelcppcoreguidelines Narrowing Conversions Check: detect...
2020-12-08 Jeroen Dobbelaere[compiler-rt santizer] Use clock_gettime instead of...
2020-12-08 Benjamin KramerMove createScalarizeMaskedMemIntrinPass to Scalar.h
2020-12-08 Benjamin KramerRemove unused include. NFC.
2020-12-08 Arthur Eubanks[test] Rewrite phi-empty.ll into a unittest
2020-12-08 Sanjay Patel[VectorCombine] add tests for load of insert/extract...
2020-12-08 Huihui Zhang[AArch64][SVE] Add lowering for llvm.maxnum|minnum...
2020-12-08 Bardia Mahjour[LV] Make optimal-epilog-vectorization-profitability...
2020-12-08 Nigel PerksFix inconsistent availability attribute message string...
2020-12-08 Anna Thomas[ScalarizeMaskedMemIntrinsic] Move from CodeGen into...
2020-12-08 Jessica Paquette[AArch64][GlobalISel] Select G_SADDO and G_SSUBO
2020-12-08 Nathan James[clangd][NFC] Small tweak to combined provider
2020-12-08 Marek Kurdej[libc++] [LWG3221] Add tests for wrapping operator...
2020-12-08 Xun Li[coroutine] should disable inline before calling coro...
2020-12-08 Nico Weber[gn build] (manually) port db61b1844e11f
2020-12-08 Christian Sigg[mlir] Revert "Tighten access of RewritePattern methods."
2020-12-08 Simon PilgrimSemaType.cpp - use castAs<> instead of getAs<> for...
2020-12-08 Tres Popp[mlir] Use rewriting infrastructure in AsyncToLLVM
2020-12-08 Arthur O'Dwyer[libc++] ADL-proof <iterator>. `__convert_to_integral...
2020-12-08 Frederik GossenAdd sqrt lowering from standard to NVVM
2020-12-08 Louis Dionne[libc++] Add a CI job to backdeploy to macOS 10.14
2020-12-08 Benjamin Kramer[mlir][Shape] Canonicalize assume_all with one input...
2020-12-08 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Add more return...
2020-12-08 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Make close and...
2020-12-08 Valentin Clement[flang][openacc] Add clause validity tests for the...
2020-12-08 Teresa Johnson[ICP] Don't promote when target not defined in module
2020-12-08 Christian Sigg[mlir] Tighten access of RewritePattern methods.
2020-12-08 Stefan Pintilie[PowerPC] Fix missing nop after call to weak callee.
2020-12-08 Simon Pilgrim[X86] Regenerate vector-shift-*.ll tests
2020-12-08 Simon Pilgrim[X86] Regenerate store-narrow.ll tests
2020-12-08 Simon Pilgrim[X86] Regenerate bmi-intrinsics-fast-isel.ll tests
2020-12-08 Simon Pilgrim[X86] Regenerate addcarry2.ll tests
2020-12-08 Simon Pilgrim[X86] Regenerate sttni.ll tests
2020-12-08 Simon Pilgrim[X86] Regenerate clzero.ll tests
2020-12-08 Chris Kennelly[clang-tidy] Omit std::make_unique/make_shared for...
2020-12-08 David Green[ARM] Turn pred_cast(xor(x, -1)) into xor(pred_cast...
2020-12-08 Kevin P. Neal[FPEnv] Correct constrained metadata in fp16-ops-strict.c
2020-12-08 Chris Kennelly[clang-tidy] Recognize single character needles for...
2020-12-08 Adam Czachorowski[clangd] ExtractFunction: disable on regions that somet...
2020-12-08 Adhemerval... [compiler-rt] [builtins] Support conversion between...
2020-12-08 David Sherwood[SVE] Remove duplicate assert in DAGTypeLegalizer:...
2020-12-08 Jay Foad[AMDGPU] Add occupancy level tests for GFX10.3. NFC.
2020-12-08 ergawy[MLIR][SPIRV] Add initial support for OpSpecConstantOp.
2020-12-08 David Green[ARM] Remove dead instructions before creating VPT...
2020-12-08 David Sherwood[SVE] Fix crashes with inline assembly
2020-12-08 Frederik GossenAdd rsqrt lowering from standard to NVVM
2020-12-08 Jan Svoboda[clang][cli] Unify boolean marshalling
2020-12-08 Simon Pilgrim[SLP][X86] Extend PR46983 tests to include SSE2,SSE42...
2020-12-08 Raphael Isemann[lldb][import-std-module] Add a test for typedef'd...
2020-12-08 Nigel Perks[XCore][docs] Fix XCore compiler writer documentation...
next