platform/upstream/llvm.git
2019-06-20 Cameron McInally[Reassociate] Remove bogus assert reported in PR42349.
2019-06-20 Sanjay Patel[InstSimplify] simplify power-of-2 (single bit set...
2019-06-20 Jordan Rupprecht[CodeGen][test] Use FileCheck variable matchers for...
2019-06-20 Artem Dergachev[analyzer] DeadStores: Update the crude suppression...
2019-06-20 Craig Topper[X86] Change LL to O in the definitions for the vp2inte...
2019-06-20 Zhihao Yuan[libc++] Recommit r363692 to implement P0608R3
2019-06-20 Evandro Menezes[CodeGen] Refactor check of suitability for a jump...
2019-06-20 Eli Friedman[ARM GlobalISel] Tests for s64 G_ADD and G_SUB.
2019-06-20 Matt ArsenaultAMDGPU: Always use s33 for global scratch wave offset
2019-06-20 Eli Friedman[ARM GlobalISel] Add support for s64 G_ADD and G_SUB.
2019-06-20 Aaron BallmanPrint information about various ObjC expression nodes...
2019-06-20 Jinsong Ji[PowerPC][NFC] Fix comments for AltVSXFMARel mapping.
2019-06-20 Matt ArsenaultAMDGPU: Add DS GWS sema builtins
2019-06-20 Rainer Orth[test][Driver] Fix Clang :: Driver/cl-response-file.c
2019-06-20 Rainer Orth[profile] Solaris ld supports __start___llvm_prof_data...
2019-06-20 Matt ArsenaultAMDGPU: Add intrinsics for DS GWS semaphore instructions
2019-06-20 Alina Sbirlea[LICM & MSSA] Limit unsafe sinking and hoisting.
2019-06-20 Sanjay Patel[InstSimplify] add tests for known-not-a-power-of-2...
2019-06-20 Richard SmithRename CodeGenFunction::overlapFor* to getOverlapFor*.
2019-06-20 Matt ArsenaultAMDGPU: Insert mem_viol check loop around GWS pre-GFX9
2019-06-20 Cameron McInally[NFC][SLP] Pre-commit unary FNeg test to X86/propagate_...
2019-06-20 Leonard ChanUpdate LLVM test to not check for the EliminateAvailabl...
2019-06-20 Richard SmithP0840R2: support for [[no_unique_address]] attribute
2019-06-20 Serge Guelton[clang-tidy] Fail gracefully upon empty database fields
2019-06-20 Sanjay Patel[InstCombine] fix typo in comment; NFC
2019-06-20 Reid KlecknerFix passing structs and AVX vectors through sysv_abi
2019-06-20 Richard SmithFix crash and rejects-valid when a later template param...
2019-06-20 Leonard Chan[clang][NewPM] Do not eliminate available_externally...
2019-06-20 David Bolvansky[NFC] Add more tests for D46262
2019-06-20 Leonard Chan[clang][NewPM] Move EntryExitInstrumenterPass to the...
2019-06-20 Louis Dionne[libc++] Take 2: Implement CTAD for map and multimap
2019-06-20 David Bolvansky[NFC] Updated tests for D63546
2019-06-20 Aaron BallmanPrint additional information about @encode expressions...
2019-06-20 Aaron BallmanPrint additional information on dependent scopes when...
2019-06-20 Philip Reames[LFTR] Fix a (latent?) bug related to nested loops
2019-06-20 Puyan Lotfi[NFC] Fix for InterfaceStubs tests (adding REQUIRES...
2019-06-20 Nico Weberlld/elf: Deduplicate undefined symbol diagnostics
2019-06-20 Craig Topper[X86] Make _mm_mask_cvtps_ph, _mm_maskz_cvtps_ph, _mm25...
2019-06-20 Nico Webergn build: Merge r363948
2019-06-20 Gheorghe-Teodor... [OpenMP] Add support for handling declare target to...
2019-06-20 Louis Dionne[pstl] Default to the serial backend when unspecified
2019-06-20 Craig Topper[X86] Add BLSI to isUseDefConvertible.
2019-06-20 Sanjay Patel[InstCombine] canonicalize check for power-of-2
2019-06-20 Simon Pilgrim[DAGCombiner] Use getAPIntValue() instead of getZExtVal...
2019-06-20 Jordan Rupprecht[DAGCombiner][NFC] Remove unused var
2019-06-20 Philip Reames[Tests] Add a tricky LFTR case for documentation purposes
2019-06-20 Amy HuangStore a pointer to the return value in a static alloca...
2019-06-20 David Bolvansky[InstCombine] cttz(-x) -> cttz(x)
2019-06-20 Matt ArsenaultAMDGPU: Eliminate test usage of legacy FP elim attributes
2019-06-20 Matt ArsenaultAMDGPU: Fix ignoring DisableFramePointerElim in leaf...
2019-06-20 Puyan Lotfi[clang-ifs] Clang Interface Stubs, first version (secon...
2019-06-20 Evandro Menezes[CodeGen] Fix formatting and comments (NFC)
2019-06-20 Stanislav Mekhanoshin[AMDGPU] gfx10 tests. NFC.
2019-06-20 Sanjay Patel[InstCombine] add commuted variants for power-of-2...
2019-06-20 Anastasia Stulova[Sema] Diagnose addr space mismatch while constructing...
2019-06-20 Aaron BallmanDump more information about expressions involving tempo...
2019-06-20 Louis Dionne[pstl] Mark pstl tests as unsupported before C++17
2019-06-20 Matt ArsenaultAMDGPU: Treat undef as an inline immediate
2019-06-20 Matt ArsenaultAMDGPU: Make test functions hidden
2019-06-20 Xing XueAIX system headers need stdint.h and inttypes.h to...
2019-06-20 Sanjay Patel[InstCombine] add tests for checking power-of-2; NFC
2019-06-20 Cameron McInally[NFC][SLP] Pre-commit unary FNeg test to X86/phi3.ll
2019-06-20 Simon Tatham[ARM] Add a batch of MVE integer instructions.
2019-06-20 Aaron BallmanRemoving a helper function that was trivial to inline...
2019-06-20 Stanislav Mekhanoshin[AMDGPU] gfx1010 core wave32 changes
2019-06-20 Tatyana Krasnukha[unittests] Use object library if cmake supports it
2019-06-20 Aaron BallmanAdd test cases for explicit casts when dumping the...
2019-06-20 Stanislav MekhanoshinVirtualize TargetInstrInfo::getRegClass()
2019-06-20 George Rimar[yaml2obj] - Convert `ELFState<ELFT>::addSymbols` metho...
2019-06-20 Simon Pilgrim[DAGCombiner] Support (shl (zext (srl x, C)), C) -...
2019-06-20 Fangrui Song[ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to...
2019-06-20 Fangrui Song[ELF][ARM] Merge handleARMTlsRelocation() into handleTl...
2019-06-20 Aaron BallmanDump more information about construct expressions ...
2019-06-20 Simon Pilgrim[SLP][X86] Add lookahead reordering tests from D60897
2019-06-20 Simon Pilgrim[DAGCombine] Add TODOs for some combines that should...
2019-06-20 Michal Gorny[lldb] [Process/NetBSD] Remove unnecessary register...
2019-06-20 Simon Pilgrim[X86] LowerAVXExtend - handle ANY_EXTEND_VECTOR_INREG...
2019-06-20 Simon Pilgrim[DAGCombine] Reduce scope of ShAmtVal variable. NFCI.
2019-06-20 Gauthier HarnischRevert "[clang] Fixing windows buildbot after D61552"
2019-06-20 Gauthier Harnisch[clang] Fixing windows buildbot after D61552
2019-06-20 Fangrui Song[llvm-nm] Generalize ELF symbol types 'N' and 'n'
2019-06-20 Kadir Cetinkaya[clang][ASTMatchers] Add definition for cxxDeductionGui...
2019-06-20 David Zarzycki[Testing] Dumping the graph requires assertions be...
2019-06-20 Pavel LabathFix -Wmismatched-tags introduced in r363910
2019-06-20 Serge Guelton[NFC] Update documentation for AtomicCmpXchgInst
2019-06-20 Sjoerd MeijerTargetParserTest.ARMExtensionFeatures run out of memory...
2019-06-20 Petar Avramovic[MIPS GlobalISel] Select integer to floating point...
2019-06-20 Petar Avramovic[MIPS GlobalISel] Select floating point to integer...
2019-06-20 Pavel LabathDWARF: Provide accessors to DIERef fields
2019-06-20 Craig Topper[X86] Add test cases showing missed opportunities to...
2019-06-20 Puyan Lotfi[clang][AST] Refactoring ASTNameGenerator to use pimpl...
2019-06-20 Craig Topper[X86] Remove memory instructions form isUseDefConvertible.
2019-06-20 Craig Topper[X86] Add v64i8/v32i16 to several places in X86CallingC...
2019-06-20 Kostya Serebryany[libFuzzer] ensure that DFT and autofocus works for...
2019-06-20 Matt ArsenaultAMDGPU: Don't clobber VCC in MUBUF addr64 emulation
2019-06-20 Eli Friedman[llvm-objdump] Switch between ARM/Thumb based on mappin...
2019-06-19 Matt ArsenaultAMDGPU: Consolidate some getGeneration checks
2019-06-19 Thomas Preud... [FileCheck] Stop qualifying expressions as numeric
2019-06-19 Thomas Preud... FileCheck: Return parse error w/ Error & Expected
2019-06-19 Matt ArsenaultAMDGPU: Undo sub x, c canonicalization for v2i16
next