platform/upstream/llvm.git
2020-01-22 cdevadasResubmit: [AMDGPU] Invert the handling of skip insertion.
2020-01-22 Lang Hames[ORC] Fix a missing move in ce2207abaf9.
2020-01-22 Puyan Lotfi[clang][IFS][test] Temporary work around for in-process...
2020-01-22 Lang Hames[ORC] Add support for emulated TLS to ORCv2.
2020-01-22 Kazuaki Ishizaki[libcxxabi] NFC: Fix trivial typos in comments
2020-01-22 Kazuaki Ishizaki[llvm] NFC: fix trivial typos in documents
2020-01-22 Jonas DevlieghereRevert "[Concepts] Placeholder constraints and abbrevia...
2020-01-22 Saar Raz[Concepts] Fix circular AST->Sema dependency in ASTConc...
2020-01-22 Eli Friedman[polly] XFAIL memset_null.ll.
2020-01-22 Fangrui Song[test] Use yaml2obj -o %t instead of > %t
2020-01-22 Louis Dionne[libc++] Make sure std::is_scalar returns true for...
2020-01-22 Saar Raz[Concepts] Constraint Satisfaction Caching
2020-01-22 Vedant Kumar[clang/Darwin] Remove __llvm_profile_counter_bias from...
2020-01-22 Amara Emerson[AArch64] Don't generate gpr CSEL instructions in early...
2020-01-22 Saar Raz[clang-tidy] Fix check for generic lambda invented...
2020-01-22 Nicolas VasilacheRevert "[mlir][Linalg] Add tensor support to Linalg...
2020-01-22 Nicolas Vasilache[mlir][Linalg] Add tensor support to Linalg EDSC Builders
2020-01-22 Saar Raz[Concepts] Placeholder constraints and abbreviated...
2020-01-21 Richard SmithList implicit operator== after implicit destructors...
2020-01-21 Adrian PrantlFix typos
2020-01-21 Andrei Elovikov[SLP] Don't allow Div/Rem as alternate opcodes
2020-01-21 Jonas Devlieghere[lldb/Plugin] Move DisassemblerLLVMC for consistency...
2020-01-21 Jonas Devlieghere[lldb/Plugin] Rename MainThreadCheckerRuntime for consi...
2020-01-21 Jonas Devlieghere[lldb/Plugin] Rename UBSanRuntime for consistency with...
2020-01-21 Jonas Devlieghere[lldb/Plugin] Rename TSanRuntime for consistency with...
2020-01-21 Jonas Devlieghere[lldb/Plugin] Rename AddressSanitizerRuntime for consis...
2020-01-21 Jason MolendaFix an over-suspend bug with LaunchInNewTerminalWithApp...
2020-01-21 Florian Hahn[AArch64] Add custom store lowering for 256 bit non...
2020-01-21 Matt ArsenaultAMDGPU/GlobalISel: Merge trivial legalize rules
2020-01-21 Roman Lebedev[IR] Value::getPointerAlignment(): handle pointer constants
2020-01-21 Florian Hahn[Matrix] Hide and describe matrix-propagate-shape option.
2020-01-21 Andrei Elovikov[SLP] Add a test showing miscompilation in AltOpcode...
2020-01-21 Alexandre Ganea[PATCH] Reland [Clang] Un-break scan-build after integr...
2020-01-21 Matt ArsenaultAMDGPU/GlobalISel: Merge G_PTR_ADD/G_PTR_MASK rules
2020-01-21 Tim Shen[APInt] Fix tests that had wrong assumption about sdivs...
2020-01-21 Fred Riss[lldb/DataFormatters] Fix the `$$deference$$` synthetic...
2020-01-21 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_PTR_ADD for arbitrary...
2020-01-21 Jonas Devlieghere[lldb/CMake] Add check-lldb-shell and check-lldb-api...
2020-01-21 Vladimir VereschakaRevert "List implicit operator== after implicit destruc...
2020-01-21 Alexandre GaneaRevert "[Clang] Un-break scan-build after integrated...
2020-01-21 Aaron BallmanRemoving an accidentally duplicated line of test code...
2020-01-21 Etienne Pierre... Allow arbitrary capability name in Thread Safety Analysis
2020-01-21 Jonas Devlieghere[lldb/Platform] Re-add ifdef's to guard macOS-only...
2020-01-21 Fangrui Song[APFloat][unittest] Fix -Wsign-compare after D69773
2020-01-21 Eric Fiselier[clang-tidy] Fix check for Abseil internal namespace...
2020-01-21 Mark de Wever[Sema] Avoid Wrange-loop-analysis false positives
2020-01-21 Sid Manning[lld][Hexagon] Add General Dynamic relocations (GD)
2020-01-21 Marcello Maggioni[mlir] Fix LLVM intrinsic convesion generator for overl...
2020-01-21 Ehud KatzFix tests of constant folding of fp operations on NaN...
2020-01-21 Quentin Colombet[GISelKnownBits] Make the max depth a parameter of...
2020-01-21 Thomas Lively[WebAssembly] Split and recombine multivalue calls...
2020-01-21 Daniel Kiss[lldb] Add a setting to not install the main executable
2020-01-21 Francesco PetrogalliRevert "[lldb] Add a setting to not install the main...
2020-01-21 Krzysztof Parzyszek[Hexagon] Add REQUIRES: asserts to a testcase using...
2020-01-21 Kostya Kortchinsky[scudo][standalone] Allow sched_getaffinity to fail
2020-01-21 Thomas Lively[WebAssembly][InstrEmitter] Foundation for multivalue...
2020-01-21 Lei Zhang[mlir][ods] Fix StringRef initialization in builders
2020-01-21 Francesco Petrogalli[lldb] Add a setting to not install the main executable
2020-01-21 Reid Kleckner[TableGen] Use a table to lookup MVE intrinsic names
2020-01-21 Vedant Kumar[debugserver] Delete stale code referencing ppc
2020-01-21 Ehud Katz[APFloat] Add support for operations on Signaling NaN
2020-01-21 Vedant Kumar[debugserver] Delete macOS/PPC debug server implementation
2020-01-21 Alexey Bader[Attr][Doc][NFC] Fix code snippet formatting for attrib...
2020-01-21 Fangrui Song[APFloat][unittest] Fix -Wunused-variable after D69773
2020-01-21 Alexey Bataev[OpenMP][Offloading] Fix the issue that omp_get_num_dev...
2020-01-21 Ehud Katz[APFloat] Extend conversion from special strings
2020-01-21 Roman Lebedev[NFC][Codegen] Use MaybeAlign + APInt::getLimitedValue...
2020-01-21 Roman Lebedev[Codegen] Emit both AssumeAlignedAttr and AllocAlignAtt...
2020-01-21 Jonas Devlieghere[lldb/tools] Update lldb-test's system initializer
2020-01-21 Fangrui Song[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABI
2020-01-21 Jonas Devlieghere[lldb/Hexagon] Include <mutex>
2020-01-21 Fangrui Song[StackColoring] Remap PseudoSourceValue frame indices...
2020-01-21 Kevin P. Neal[FPEnv][SystemZ] Platform-specific builtin constrained...
2020-01-21 Holger Wünsche[HIP] use GetProgramPath for executable discovery
2020-01-21 Jonas Devlieghere[lldb/Initializers] Move all macOS initializers into...
2020-01-21 Krzysztof Parzyszek[Hexagon] Add support for Hexagon v67t microarchitectur...
2020-01-21 Sergej Jaskiewicz[libcxx] Support Python 3.8 in the test suite
2020-01-21 Denis Khalikov[mlir][spirv] Simplify scalar type size calculation.
2020-01-21 Alexandre Ganea[Clang] Un-break scan-build after integrated-cc1 change
2020-01-21 Krzysztof ParzyszekUpdate spelling of {analyze,insert,remove}Branch in...
2020-01-21 Kadir Cetinkaya[clangd] Drop returntype/type when hovering over type...
2020-01-21 Zakk Chen[RISCV] Check the target-abi module flag matches the...
2020-01-21 Diogo SampaioRevert "[ARM] Follow AACPS standard for volatile bit...
2020-01-21 Diogo Sampaio[ARM] Follow AACPS standard for volatile bit-fields...
2020-01-21 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ISD::SRA multi...
2020-01-21 Benjamin KramerMake dropTriviallyDeadConstantArrays not quadratic
2020-01-21 Jinsong Ji[PowerPC][NFC] Reclaim TSFlags bit 6
2020-01-21 Simon Pilgrim[SelectionDAG] GetDemandedBits - remove ANY_EXTEND...
2020-01-21 Simon Pilgrim[X86] combineBT - use SimplifyDemandedBits instead...
2020-01-21 Haojian Wu[clangd] Capture the missing injected class names in...
2020-01-21 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ANY_EXTEND/ANY_EX...
2020-01-21 Pavel Labath[lldb/breakpad] Use new line table constructor
2020-01-21 Pavel Labath[lldb/DWARF] Fix a leak in line table construction
2020-01-21 LLVM GN Syncbot[gn build] Port fccd0da5ee6
2020-01-21 Adam Balogh[clang-tidy] New check: bugprone-misplaced-pointer...
2020-01-21 Matt ArsenaultAMDGPU/GlobalISel: Add some baseline tests for unmerge...
2020-01-21 Guillaume Chatelet[Alignment][NFC] Use Align with CreateElementUnorderedA...
2020-01-21 Georgii Rymar[llvm-readobj] - Remove rpath.test.
2020-01-21 Guillaume Chatelet[Alignment][NFC] Use Align with CreateMaskedLoad
2020-01-21 Pavel Labath[lldb] Use llvm::stable_sort in Line
next