platform/upstream/llvm.git
2020-06-19 Kadir Cetinkaya[clangd] Rename FSProvider to TFS in case of ThreadsafeFS
2020-06-19 Kadir Cetinkaya[clangd][NFC] Rename FSProvider and getFileSystem
2020-06-19 Kadir Cetinkaya[clangd] Change FSProvider::getFileSystem to take Curre...
2020-06-19 Vitaly Buka[StackSafety,NFC] Fix comment
2020-06-19 Tykertry to fix build bot after b7338fb1a6a46447285021116539...
2020-06-19 Simon Pilgrim[X86][SSE] combineSetCCMOVMSK - fold MOVMSK(SHUFFLE...
2020-06-19 David Sherwood[SVE] Fall back on DAG ISel at -O0 when encountering...
2020-06-19 Sander de Smalen[SveEmitter] Add builtins for struct loads/stores ...
2020-06-19 David Sherwood[CodeGen,AArch64] Fix up warnings in performExtendCombine
2020-06-19 Vitaly Buka[StackSafety] Add StackLifetime::isAliveAfter
2020-06-19 Vitaly Buka[SafeStack,NFC] Print liveness for all instrunctions
2020-06-19 Vitaly Buka[StackSafety,NFC] Replace map with vector
2020-06-19 Vitaly Buka[StackSafety,NFC] Don't test terminators
2020-06-19 Florian Hahn[SCCP] Turn sext into zext for non-negative ranges.
2020-06-19 Jay Foad[LiveIntervals] Fix early-clobber handling in handleMoveUp
2020-06-19 Raul Tambre[libc++] Implement <numbers>
2020-06-19 Daniel Grumberg[NFC] Make AST_BLOCK_HASH test more robust with downstr...
2020-06-19 Tyker[AssumeBundles] add cannonicalisation to the assume...
2020-06-19 Alex Zinenko[mlir] Remove EDSC NestedBuilder
2020-06-19 Alex Zinenko[mlir] Remove EDSC BlockBuilder, BlockHandle and relate...
2020-06-19 Alex Zinenko[mlir] Remove EDSC LoopBuilder, derived classes and...
2020-06-19 David Sherwood[CodeGen] Fix SimplifyDemandedBits for scalable vectors
2020-06-19 David Sherwood[CodeGen] Fix ComputeNumSignBits for scalable vectors
2020-06-19 Haojian Wu[AST] Dump containsErrors bit for the Type.
2020-06-19 Mehdi AminiFix `check-mlir` target when the host target isn't...
2020-06-19 Mehdi AminiMark some LLVM tests which require a default_triple...
2020-06-19 Kristof Beyls[AArch64] Add clang command line support for -mharden...
2020-06-19 Max Kazantsev[Test] Add more tests on select->phi transform
2020-06-19 Dylan McKay[AVR] Remove duplicate specification of lib directory
2020-06-19 Dylan McKayRevert "[AVR] Remove duplicate specification of lib...
2020-06-19 Dylan McKay[AVR] Remove duplicate specification of lib directory
2020-06-19 Kristof Beyls[AArch64] Avoid incompatibility between SLSBLR mitigati...
2020-06-19 Anthony Steinhauser[libc] Migrate the libc benchmark instruction to ninja.
2020-06-19 Ronak Chauhan[MC] Pass the symbol rather than its name to onSymbolSt...
2020-06-19 Francesco Petrogalli[llvm][SVE] Reg + reg addressing mode for LD1RO.
2020-06-19 Nemanja Ivanovic[PowerPC] Canonicalize shuffles to match more single...
2020-06-19 Carl RitsonAMDGPU/GlobalISel: Remove selection of MAD/MAC when...
2020-06-19 LLVM GN Syncbot[gn build] Port 9ca50e887db
2020-06-19 Richard SmithMore test cleanup for c36b03e32556a966e584386ac7dbb110b...
2020-06-19 Yitzhak Mandelbaum[libTooling] Add parser for string representation of...
2020-06-19 Richard SmithThe type of a reference to a non-type template paramete...
2020-06-19 Ties Stuij[BFloat] Move LLVMBFloatTypeKind to the end of the...
2020-06-19 peter klausler[flang] DATA statement processing (part 2/4): Initial...
2020-06-19 Brad SmithRevert "Hook up OpenBSD 64-bit PowerPC support"
2020-06-19 Derek SchuffSet appropriate host defines for building under emscripten
2020-06-18 Vitaly Buka[sanitizer] Update global_symbols.txt
2020-06-18 Vitaly Buka[StackSafety] Add "Must Live" logic
2020-06-18 Nathan James[NFC] Refactor Registry loops to range for
2020-06-18 Vitaly Buka[StackSafety] Add pass for StackLifetime testing
2020-06-18 Brad SmithHook up OpenBSD 64-bit PowerPC support
2020-06-18 River Riddle[mlir][DialectConversion] Refactor how block argument...
2020-06-18 Xiangling Liao[NFC] Cleanup of EmitCXXGlobalInitFunc() and EmitCXXGlo...
2020-06-18 peter klausler[flang] DATA stmt processing (part 1/4): designator...
2020-06-18 Fangrui Song[docs] Regenerate clang/docs/ClangCommandLineReference.rst
2020-06-18 Matt ArsenaultARC: Enforce function alignment at code emission time
2020-06-18 Matt ArsenaultAMDGPU/GlobalISel: Implement computeKnownAlignForTarget...
2020-06-18 Matt ArsenaultAMDGPU: Update private null pointer value in documentation
2020-06-18 Matt ArsenaultBypassSlowDivision: Fix dropping debug info
2020-06-18 peter klausler[flang] Roll up small fixes to runtime bugs found in...
2020-06-18 Amy Kwan[PowerPC][Power10] Implement Parallel Bits Deposit...
2020-06-18 Matt ArsenaultGlobalISel: Fix some artifact combiner worklist inconsi...
2020-06-18 Matt ArsenaultGlobalISel: Pass LegalizerHelper to custom legalize...
2020-06-18 Vedant Kumar[docs] Specify rules for updating debug locations
2020-06-18 Jonas Devlieghere[Sphinx] Adjust for source_parsers deprecation in Sphin...
2020-06-18 Alex Zinenko[mlir] Update Toy tutorial to use callback-based loop...
2020-06-18 Alex Zinenko[mlir] Refactor affine loop nest builders
2020-06-18 River Riddle[mlir] Allow for patterns to match any root kind.
2020-06-18 River Riddle[mlir] Refactor RewritePatternMatcher into a new Patter...
2020-06-18 Shuhong Liu[AIX] Split lit test shtest-format into two separate...
2020-06-18 aartbik[mlir] [integration-test] [LLVMIR] Add reduction intrin...
2020-06-18 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-06-18 Yaxun (Sam... [HIP] Enable -amdgpu-internalize-symbols
2020-06-18 Thomas Raoux[mlir][vulkan-runner] add support for memref of i8...
2020-06-18 Alexandre Ganea[CodeView] Revert 8374bf43634725dc02a262a77b5f940fca259...
2020-06-18 Sam Clegg[lld][WebAssembly] Allow ctors functions that return...
2020-06-18 Thomas Raoux[mlir][spirv] Allow mixed type cooperative matrix muladd
2020-06-18 Jacques Pienaar[mlir][ods] Look through OpVariable for type constraint
2020-06-18 Kirill Naumov[BasicBlock] Added AnnotationWriter functionality to...
2020-06-18 Sanjay Patel[IRBuilder] add/use wrapper to create a generic compare...
2020-06-18 Eric ChristopherAdd SveBFloat16 to type switch.
2020-06-18 Matt ArsenaultAMDGPU: Add IntrWillReturn to intrinsic definitions
2020-06-18 Davide Italiano[SimplifyCFG] Update debug location when folding branch...
2020-06-18 Eduardo CaldasAdd support for DeclRefExpr in SyntaxTree, by generatin...
2020-06-18 Christopher... [scudo][standalone] Allow Primary allocations to fail...
2020-06-18 Michael Liao[TTI] Expose isNoopAddrSpaceCast in TTI.
2020-06-18 Louis Dionne[libc++] Add a dummy CMake file to include runtime...
2020-06-18 peter klausler[flang] Fix build problems on osx
2020-06-18 serge-sans... Fix return status of LoopDistribute
2020-06-18 Matt ArsenaultAMDGPU: Remove mayLoad/mayStore from some side effectin...
2020-06-18 Siva Chandra... [libc] Add implementations long double fabsl and truncl...
2020-06-18 aartbik[mlir] [VectorOps] remove print_i1 from runtime support...
2020-06-18 Martijn VelsOptimize 'construct at end' loops in vector
2020-06-18 Hanhan Wang[mlir] Add support for lowering tanh to LLVMIR.
2020-06-18 Daniel Grumberg[NFC][TableGen] Fix some clang-tidy warnings
2020-06-18 Alexey Bataev[OPENMP][DOCS]Update status of supported constructs...
2020-06-18 Ties Stuij[ARM][bfloat] Do not coerce bfloat arguments and return...
2020-06-18 Alexey Bataev[OPENMP]Fix PR46357: Do not allow types declarations...
2020-06-18 Hiroshi Yamauchi[HIP] Improve check patterns to avoid test failures...
2020-06-18 Stanislav Mekhanoshin[AMDGPU] Added new encoding to getMCOpcodeGen
2020-06-18 Alex Richardson[libc++] Don't override LIBCXX_CXX_ABI_INCLUDE_PATHS...
next