OSDN Git Service

android-x86/external-llvm.git
2019-06-21 Simon Tatham[ARM] Add a batch of MVE floating-point instructions.
2019-06-21 Mehdi AminiUse std::iterator_traits to infer result type of llvm...
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-21 Yevgeny Rouban[LICM & MSSA] Fixed test to run only with assertions...
2019-06-21 Vitaly Buka[GN] Fix build
2019-06-21 Fangrui Song[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABL...
2019-06-21 Amara Emerson[GlobalISel][Localizer] Allow localization of G_INTTOPT...
2019-06-21 Seiya Nuta[llvm-objcopy][MachO] Rebuild the symbol/string table...
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 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 Jinsong Ji[PowerPC][NFC] Fix comments for AltVSXFMARel mapping.
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 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 Sanjay Patel[InstCombine] fix typo in comment; NFC
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 David Bolvansky[NFC] Updated tests for D63546
2019-06-20 Philip Reames[LFTR] Fix a (latent?) bug related to nested loops
2019-06-20 Nico Webergn build: Merge r363948
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 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 Matt ArsenaultAMDGPU: Treat undef as an inline immediate
2019-06-20 Matt ArsenaultAMDGPU: Make test functions hidden
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 Stanislav Mekhanoshin[AMDGPU] gfx1010 core wave32 changes
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 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 Simon Pilgrim[X86] LowerAVXExtend - handle ANY_EXTEND_VECTOR_INREG...
2019-06-20 Simon Pilgrim[DAGCombine] Reduce scope of ShAmtVal variable. NFCI.
2019-06-20 Fangrui Song[llvm-nm] Generalize ELF symbol types 'N' and 'n'
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 Craig Topper[X86] Add test cases showing missed opportunities to...
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 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
2019-06-19 Matt ArsenaultAMDGPU: Add baseline test for vector sub x, c canonical...
2019-06-19 Simon Pilgrim[DAGCombine] Use ConstantSDNode::getAPIntValue() instea...
2019-06-19 Simon Atanasyan[mips] Mark the `lwupc` instruction as MIPS64 R6 only
2019-06-19 Simon Atanasyan[mips] Add (GPR|PTR)_64 predicates to PseudoReturn64...
2019-06-19 Philip Reames[Util] Add a helper script for converting -print-before...
2019-06-19 Philip ReamesLFTR for multiple exit loops
2019-06-19 Philip Reames[Tests] Autogen a test so that future changes are under...
2019-06-19 Alina Sbirlea[MemorySSA] Cleanup trivial phis.
2019-06-19 Alina Sbirlea[MemorySSA] Use GraphDiff info when computing IDF.
2019-06-19 Philip Reames[LFTR] Stylistic cleanup as suggested in last review...
2019-06-19 Matt ArsenaultAMDGPU: Fix folding immediate into readfirstlane throug...
2019-06-19 Philip Reames[LFTR] Rename variable to minimize confusion [NFC]
2019-06-19 Peter Collingbournehwasan: Shrink outlined checks by 1 instruction.
2019-06-19 Matt ArsenaultReapply "AMDGPU: Add ds_gws_init / ds_gws_barrier intri...
2019-06-19 Yuanfang Chen[llvm-readobj] Match GNU output for DT_RPATH and DT_RUN...
2019-06-19 Philip Reames[SCEV] Revise a method description to match actual...
2019-06-19 Peter Collingbournegn build: Merge r363757.
2019-06-19 Peter Collingbournegn build: Merge r363848.
2019-06-19 Peter Collingbournegn build: Merge r363846.
2019-06-19 Peter Collingbournegn build: Merge r363794.
2019-06-19 Peter Collingbournegn build: Merge r363680.
2019-06-19 Peter Collingbournegn build: Merge r363712.
2019-06-19 Yuanfang Chen[llvm-objdump] Remove unnecessary indentation when...
2019-06-19 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add ANY_EXTEND_...
2019-06-19 Volkan KelesFix GlobalISel MachineVerifier tests. NFC.
2019-06-19 Sanjay Patel[x86] avoid vector load narrowing with extracted store...
2019-06-19 Sanjay Patel[x86] add test for unaligned 32-byte load/store splitti...
2019-06-19 Jordan Rupprecht[test] Fix TargetParserTest runtime.
2019-06-19 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ZERO_EXTEND_VECTO...
2019-06-19 Simon Pilgrim[X86][SSE] combineToExtendVectorInReg - add ANY_EXTEND...
2019-06-19 Huihui Zhang[InstCombine] Fold icmp eq/ne (and %x, signbit), 0...
2019-06-19 Sanjay Patel[InstSimplify] add a phi test with 1 incoming value...
2019-06-19 Simon Pilgrim[X86][SSE] Combine shuffles to ANY_EXTEND/ANY_EXTEND_VE...
next