platform/upstream/llvm.git
2020-02-04 Reid KlecknerAvoid many std::tie/tuple instantiations in ASTImporter
2020-02-04 Craig Topper[X86] Give KSET0* and KSET1* pseudos the same scheduler...
2020-02-04 Reid Kleckner[SEH] Remove CATCHPAD SDNode and X86::EH_RESTORE Machin...
2020-02-04 Saar Raz[Concepts] Add missing CXXThisScope to function templat...
2020-02-04 Jonas Devlieghere[lldb/Reproducers] Add missing SBFile methods to the...
2020-02-04 Saar RazRevert "[Concepts] Add missing CXXThisScope to function...
2020-02-04 Saar Raz[Concepts] Add missing CXXThisScope to function templat...
2020-02-04 Kiran Chandramohan[OpenMP] Add Flush directive to OpenMPIRBuilder
2020-02-04 Alex Langford[lldb] Remove unused references to ClangExpressionDeclMap
2020-02-04 Kamil Rytarowski[compiler-rt] [netbsd] Fix build after "implement sigal...
2020-02-04 Alex Langford[lldb] Remove clang classes from lldb-forward.h
2020-02-04 Tom Stellard[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG...
2020-02-04 Jonas Devlieghere[lldb/Unittest] Fix the modules build by including...
2020-02-04 Jonas DevlieghereRe-land "[lldb] [testsuite] generalize `DWARFASTParserC...
2020-02-04 Jon Chesterfield[libomptarget] Implement wavefront functions for amdgcn
2020-02-04 Dimitry Andric[compiler-rt] Fix sanitizer_common build for FreeBSD
2020-02-04 Jan KratochvilRevert: [lldb] [testsuite] generalize `DWARFASTParserCl...
2020-02-04 Simon Pilgrim[clang-tidy] Fix "expression is redundant [misc-redunda...
2020-02-04 Matt ArsenaultAMDGPU: Fix isAlwaysUniform for simple asm SGPR results
2020-02-04 Jonas Devlieghere[lldb/Reproducers] Treat SB classes pass by value as...
2020-02-04 Jonas Devlieghere[lldb/Reproducers] Instrument SBFile
2020-02-04 Simon PilgrimFix "expression is redundant [misc-redundant-expression...
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Select G_SEXT_INREG
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Do a better job splitting 64-bit...
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_SEXT_INREG
2020-02-04 Austin Kerbow[AMDGPU] Fix infinite loop with fma combines
2020-02-04 Evgenii Stepanov[sanitizer] Add missing declarations for sigaltstack...
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Remove extension legality hacks
2020-02-04 Michael Liao[hip] Properly populate macros based on host processor.
2020-02-04 Richard SmithPR44761: Fix fallback to later tiebreakers if two non...
2020-02-04 Richard SmithAdditional testcase for 0130b6cb5a8.
2020-02-04 TykerTry to fix windows build bot after 008e7bf92343b8bd6eba...
2020-02-04 Craig TopperRecommit "[X86] Use X86ISD::SUB instead of X86ISD:...
2020-02-04 River Riddle[mlir] Print types to the OpAsmPrinter instead of the...
2020-02-04 Teresa Johnson[InlineCost] Add flag to allow changing the default...
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Custom lower G_FEXP
2020-02-04 Matt ArsenaultAMDGPU/GlobalISel: Legalize s16 G_FEXP2
2020-02-04 Paula Toth[libc] Fix typo in header generation docs.
2020-02-04 Tyker[C++20] Add consteval-specific semantic for functions
2020-02-04 Aaron Watrylibclc/asin: Switch to amd builtins version of asin
2020-02-04 Matt ArsenaultCodeGenPrepare: Reorder check for cold and shouldOptimi...
2020-02-04 aartbik[mlir] [VectorOps] refined description of vector.contract
2020-02-04 Jonathan Coe[clang-format] Allow a comment to follow a C# attribute...
2020-02-04 Matt ArsenaultAMDGPU: Split denormal mode tracking bits
2020-02-04 Vedant Kumar[lldb/test] Skip TestBasicEntryValuesX86_64 due to...
2020-02-04 Vedant Kumar[lldb/StackFrameList] Convert assert to defensive check...
2020-02-04 Jacques Pienaar[mlir] Fix clang 5 warning for missing braces
2020-02-04 Fangrui Song[test] yaml2obj -docnum => --docnum=
2020-02-04 Matt ArsenaultAMDGPU: Cleanup SMRD buffer selection
2020-02-04 Matt ArsenaultGlobalISel: Fold SmallVector resizes into constructors
2020-02-04 Simon Pilgrim[X86] Fix missing load latencies (PR36894)
2020-02-04 Matt ArsenaultTry to fix buildbot failure
2020-02-04 Yitzhak Mandelbaum[clang][NFC] Expand some `auto`s and add another test...
2020-02-04 Hiroshi Yamauchi[BFI] Add a debug check for unknown block queries.
2020-02-04 Sanjay Patel[InstCombine] add FIXME comment to shuffle transform...
2020-02-04 Matt ArsenaultSeparately track input and output denormal mode
2020-02-04 Stephen Neuendorffer[clang] fix lib/ASTMatchers for BUILD_SHARED_LIBS=ON
2020-02-04 Fangrui Song[X86] -fpatchable-function-entry=N,0: place patch label...
2020-02-04 Fangrui Song[Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg
2020-02-04 David Spickett[ARM] Correct missing newline after outputting .tlsdesc...
2020-02-04 Peter Collingbournescudo: Simplify getClassIdBySize() logic. NFCI.
2020-02-04 Yonghong Song[BPF] use base lvalue type for preserve_{struct,union...
2020-02-04 Cameron McInally[NFC][LangRef][FPEnv] Fix whitespace for denormal-fp...
2020-02-04 Stephen Neuendorffer[MLIR] Fixes for shared library dependencies.
2020-02-04 Yonghong Song[BPF] handle typedef of struct/union for CO-RE relocations
2020-02-04 Yitzhak Mandelbaum[clang] Add matcher to identify macro expansions.
2020-02-04 Justin HibbitsPowerPC: Remove redundancy in ternary for predicate...
2020-02-04 David Spickett[ARM][AsmParser] Make assembly directives case insensitive
2020-02-04 Sam McCall[clangd] Don't assert when completing a lambda variable...
2020-02-04 Sam McCallReland "[clangd] Mechanism to make update debounce...
2020-02-04 Kazushi (Jam... [VE] half fptrunc+store&load+fpext
2020-02-04 Jonas Paulsson[SystemZ] Add 'REQUIRES:' or '-mtriple' to some newly...
2020-02-04 Jonas Paulsson[SystemZ] Support -msoft-float
2020-02-04 Nico WeberRevert "DebugInfo: Add missing test coverage for DW_OP_...
2020-02-04 Nico WeberRevert "DebugInfo: Check DW_OP_convert in loclists...
2020-02-04 Jeremy Morse[DebugInfo] Re-instate LiveDebugVariables scope trimming
2020-02-04 Mikhail Maltsev[ARM] Make ARM::ArchExtKind use 64-bit underlying type...
2020-02-04 Sam McCallRevert "[clangd] Mechanism to make update debounce...
2020-02-04 Krzysztof Parzyszek[Polly] Fix compilation after 105642af5eef: include...
2020-02-04 Sam McCall[clangd] Increase stack size of the new threads on...
2020-02-04 Sanjay Patel[InstCombine] add more splat tests with undef elements...
2020-02-04 Jan Kratochvil[lldb] [testsuite] Fixup: generalize `DWARFASTParserCla...
2020-02-04 Lei Zhang[mlir][spirv] Wrap debug-only method in #ifndef NDEBUG
2020-02-04 Alexander Belyaev[Linalg] Add tiling of Linalg to parallel loops.
2020-02-04 Lei Zhang[mlir][spirv] Add resource limits into target environment
2020-02-04 Jan Kratochvil[lldb] [testsuite] generalize `DWARFASTParserClangTests...
2020-02-04 Jan Kratochvil[lldb] Increase LINK_INTERFACE_MULTIPLICITY for Debug...
2020-02-04 Sanjay Patel[InstCombine] add splat tests with undef elements; NFC
2020-02-04 Sanjay Patel[InstCombine] fix operands of shouldChangeType() for...
2020-02-04 Florian Hahn[Matrix] Mark matrix memory intrinsics as argmemonly...
2020-02-04 Georgii Rymar[yaml2obj/obj2yaml] - Add support for the SHT_LLVM_CALL...
2020-02-04 Sam McCall[clangd] Mechanism to make update debounce responsive...
2020-02-04 Mikhail Maltsev[ARM] Make ARM::ArchExtKind use 64-bit underlying type...
2020-02-04 protze@itc... [OpenMP][OMPT] fix reduction test for 32-bit x86
2020-02-04 David BozierImprove error message of FileCheck when stdin is empty
2020-02-04 Filipe Cabecinhas[NFC] Fix some spelling mistakes to test pushing to GH.
2020-02-04 Sven van Haastregt[OpenCL] Tidy up OpenCLBuiltins.td
2020-02-04 Simon Pilgrim[DAG] OptLevelChanger - fix uninitialized variable...
2020-02-04 Raphael Isemann[lldb][NFC] Use correct Decl typedef in ClangASTSource
2020-02-04 Kadir CetinkayaRevert "[X86] Use X86ISD::SUB instead of X86ISD::CMP...
next