platform/upstream/llvm.git
2019-04-19 Alexey Bataev[OPENMP][NVPTX] target [teams distribute] simd maybe...
2019-04-19 Alina SbirleaUpdate to use PipelineTuningOptions. Corresponds to...
2019-04-19 Jessica Paquette[GlobalISel][AArch64] Legalize vector G_FPOW
2019-04-19 Alina Sbirlea[NewPassManager] Adding pass tuning options: loop vecto...
2019-04-19 Fangrui Song[dsymutil] DwarfLinker: delete unused parameter
2019-04-19 Sanjay Patel[SelectionDAG] soften splat mask assert/unreachable...
2019-04-19 Nico Weberllvm-undname: Attempt to fix leak-on-invalid found...
2019-04-19 Martin Storsjo[MinGW] Add an --appcontainer flag, passed through...
2019-04-19 Sylvestre LedruDebian: Add two missing version code in sid
2019-04-19 Sylvestre LedruAdd support of the future Debian (Debian 11 - Bullseye)
2019-04-19 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 19.10 - Eoan...
2019-04-19 Nico Webergn build: Merge r358722
2019-04-19 Nico Webergn build: Merge r358691
2019-04-19 Florian Hahn[LTO] Add plumbing to save stats during LTO on Darwin.
2019-04-19 Kristof Umann[analyzer][NFC] Reimplement checker options
2019-04-19 Fangrui SongChange \r\n -> \n for llvm-symbolizer/help.test after...
2019-04-19 Kristof Umann[analyzer] Fix an assertion failure if plugins added...
2019-04-19 Igor Kudrin[llvm-symbolizer] Add llvm-addr2line
2019-04-19 Igor Kudrin[llvm-symbolizer] Unhide and document the "-output...
2019-04-19 Igor Kudrin[llvm-symbolizer] Make the output with -output-style...
2019-04-19 Simon Pilgrim[AMDGPU] Regenerate extractelt->truncate test.
2019-04-19 Bjorn Pettersson[LibTooling] Fix -Wsign-compare after r358697
2019-04-19 Bjorn Pettersson[CodeGen] Add "const" to MachineInstr::mayAlias
2019-04-19 James Molloy[PATCH] [MachineScheduler] Check pending instructions...
2019-04-19 Fangrui Song[MergeFunc] Delete unused FunctionNode::release()
2019-04-19 Fangrui Song[MergeFunc] removeUsers: call remove() only on direct...
2019-04-19 Piotr Sobczak[AMDGPU] Ignore non-SUnits edges
2019-04-19 Chandler Carruth[CallSite removal] Move the legacy PM, call graph...
2019-04-19 Fangrui Song[MergeFunc] Use less_first() as the comparator of Schwa...
2019-04-19 Craig Topper[X86] Turn (and (shl X, C1), C2) into (shl (and X,...
2019-04-19 Craig Topper[X86] Add test cases for turning (and (shl X, C1),...
2019-04-19 Craig Topper[X86] Make sure we copy the HandleSDNode back to N...
2019-04-19 Fangrui Song[DWARF] Use hasFileAtIndex to properly verify DWARF...
2019-04-19 Richard SmithFix overly-long line after r358731.
2019-04-19 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-04-19 Ali TamurFix typo in function name [NFC]
2019-04-19 Fangrui Song[APInt] Optimize umul_ov
2019-04-19 Fangrui Song[analyzer] Fix -Wunused-local-typedef after rC358695
2019-04-19 Saleem AbdulrasoolMergeFunc: preserve COMDAT information when creating...
2019-04-19 Kostya Serebryany[libFuzzer] revert part of r358726 committed by mistake...
2019-04-19 Kostya Serebryany[libFuzzer] in fork mode, make sure the child stats...
2019-04-19 Thomas Anderson[libc++] Make __debug_less::operator() constexpr
2019-04-19 Ali TamurAdd header guard to Reusables.h [NFC]
2019-04-18 Alina Sbirlea[LoopUnroll] Move list of params into a struct [NFCI].
2019-04-18 Artem Dergachev[analyzer] Make default bindings to variables actually...
2019-04-18 Davide Italiano[Python] Simplify the code. NFCI.
2019-04-18 Artem Dergachev[analyzer] NFC: Make reusable unittest mocks reusable.
2019-04-18 Artem Dergachev[analyzer] NFC: MoveChecker: Refactor tests to use...
2019-04-18 Sanjay Patel[AArch64] add tests for mul-by-element; NFC
2019-04-18 Davide Italiano[crashlog] Strip trailing `\n` from check_output return.
2019-04-18 Adrian PrantlImplement sys::fs::copy_file using the macOS copyfile...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize/select G_(S/Z/ANY)_EXT...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize v8s8 loads
2019-04-18 Richard Smith[c++2a] Add semantic support for private module fragments.
2019-04-18 Louis Dionne[libc++] Link against libc++abi in the libc++abi tests
2019-04-18 Gheorghe-Teodor... [OpenMP][NFC] Fix requires target test.
2019-04-18 Owen Pan[clang-format] Fix incorrect formatting of keyword...
2019-04-18 Gheorghe-Teodor... [OpenMP] Add checks for requires and target directives.
2019-04-18 Nico Weberllvm-undname: Fix two more asserts-on-invalid, found...
2019-04-18 Nico Weberllvm-undname: Fix two asserts-on-invalid
2019-04-18 Yi Kong[builtins] Build x86_64 with GENERIC_TF_SOURCES
2019-04-18 Yitzhak Mandelbaum[LibTooling] Fix build breakage from commit 7b7ce6683ee.
2019-04-18 Philip Reames[GuardWidening] Wire up a NPM version of the LoopGuardW...
2019-04-18 Jonathan MetzmanSummary:
2019-04-18 Michael Berg[NFC] FMF propagation for GlobalIsel
2019-04-18 Quentin Colombet[BlockExtractor] Extend the file format to support...
2019-04-18 Louis Dionne[pstl] Add a serial backend for the PSTL
2019-04-18 Roland Froese[PowerPC] Add some PPC vec cost tests to prep for D6016...
2019-04-18 Billy Robert... [libc++] [test] Add missing required headers to midpoin...
2019-04-18 Yitzhak Mandelbaum[LibTooling] Extend Transformer to support multiple...
2019-04-18 Sam McCall[CodeComplete] Remove obsolete isOutputBinary().
2019-04-18 Kristof Umann[analyzer][NFC] Prefer binary searches in CheckerRegistry
2019-04-18 Kristof Umann[analyzer][NFC] Clang-format CheckerRegistry
2019-04-18 Jonas Devlieghere[Docs] Add LLDB bots
2019-04-18 Simon Pilgrim[X86] combineVectorTruncationWithPACKUS - remove split...
2019-04-18 Yitzhak Mandelbaum[LibTooling] Add Stencil library for format-string...
2019-04-18 Louis Dionne[libc++] Make sure we re-export some missing libc+...
2019-04-18 Krasimir Georgiev[clang-format] Fix indent of trailing raw string param...
2019-04-18 Philip Reames[LoopPred] Fix a blatantly obvious bug in r358684
2019-04-18 Sanjay Patel[x86] add tests for improved insertelement to index...
2019-04-18 Stefan Granitz[CMake] Emit LLDB.framework.dSYM to avoid potential...
2019-04-18 Stefan Granitz[CMake] Allow custom extensions for externalized debug...
2019-04-18 Philip Reames[LoopPredication] Allow predication of loop invariant...
2019-04-18 Pavel LabathClean up docstrings in swig interface files
2019-04-18 Dan Liew[asan_symbolize] Workaround bug in old Python 2 versions.
2019-04-18 Nicolai Haehnle[SDA] Bug fix: Use IPD outside the loop as divergence...
2019-04-18 Philip ReamesFix a bug in SCEV's isSafeToExpand around speculation...
2019-04-18 Bruno Ricci[Sema][NFC] Mark DR1563 as done (List-initialization...
2019-04-18 Bruno Ricci[Sema][NFC] Mark DR705 (Suppressing argument-dependent...
2019-04-18 Louis Dionne[libc++] Unconditionally enable the __pad_and_output...
2019-04-18 Kristof Umann[analyzer][NFC] Use capital variable names, move method...
2019-04-18 Sam McCall[clangd] Support relatedInformation in diagnostics.
2019-04-18 Bruno Ricci[Serialization] Stable serialization order for OpenCLTy...
2019-04-18 Benjamin KramerMinidumpYAML: Fix ambiguity between std::make_unique...
2019-04-18 Pavel LabathMinidumpYAML: Add support for ModuleList stream
2019-04-18 Louis Dionne[libc++][CMake] Always provide new/delete in libc+...
2019-04-18 Nico Webergn build: Merge r358607
2019-04-18 Nico Webergn build: Merge r358633
2019-04-18 Nico Webergn build: Merge r358620
2019-04-18 Jordan Rupprecht[llvm-objcopy] Add -B mips
next