platform/upstream/llvm.git
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
2019-04-18 Haojian Wu[clang-tidy] Address post-commit comments
2019-04-18 Kadir Cetinkaya[clang][CIndex] Use llvm::set_thread_priority
2019-04-18 Kadir Cetinkaya[clangd] Use llvm::set_thread_priority in background...
2019-04-18 Fangrui Song[wasm] Simplify. NFC
2019-04-18 Martin Storsjo[MSVC] Use the correct casing of HostX64/HostX86
2019-04-18 Fangrui Song[Sema] Delete unused parameters/variables
2019-04-18 Michal Gorny[lldb] [test] Mark three more tests flakey/xfail on...
2019-04-18 George Rimar[LLD][ELF] - Convert out-of-order-section-in-region...
2019-04-18 Haojian Wu[clangd] Emit better error messages when rename fails.
2019-04-18 Dan Liew[asan_symbolize] Add a simple plugin architecture
2019-04-18 George Rimar[yaml2elf/obj2yaml] - Allow normal parsing/dumping...
2019-04-18 Sam McCall[clangd] Log verbosely (LSP bodies) in lit tests. NFC
2019-04-18 Evgeny Mankov[CUDA][Windows] Restrict long double device functions...
2019-04-18 George Rimar[LLD][ELF] - A fix for "linker script assignment loses...
2019-04-18 Simon Pilgrim[X86][SSE] Lower ICMP EQ(AND(X,C),C) -> SRA(SHL(X,LOG2...
2019-04-18 Fangrui Song[ELF] Respect NonAlloc when copying flags from the...
2019-04-18 James Henderson[llvm-objcopy][llvm-strip] Add switch to allow removing...
2019-04-18 Cullen RhodesTest commit access [NFC]
2019-04-18 Serguei Katkov[NewPM] Add Option handling for LoopVectorize
2019-04-18 George Rimar[LLD][ELF] - Fix the different behavior of the linker...
2019-04-18 Fangrui Song[ELF] Place SectionPiece::{Live,Hash} bit fields together
2019-04-18 Kang Zhang[PowerPC] Fix wrong ElemSIze when calling isConsecutiveLS()
2019-04-18 Rong Xu[llvm-profdata] Fix one bad format in llvm-profdata...
2019-04-18 Martin StorsjoAdd support for ARMv7-M architecture which uses the...
2019-04-18 Eric ChristopherElaborate why we have an option on by default for enabl...
next