OSDN Git Service

android-x86/external-llvm.git
2019-06-21 David Bolvansky[NFC] Update shl-sub tests
2019-06-21 Sanjay Patel[InstCombine] add tests for ctpop folds; NFC
2019-06-21 Craig Topper[X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.
2019-06-21 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - pull out...
2019-06-21 Amara Emerson[AArch64][GlobalISel] Make s8 and s16 G_CONSTANTs legal.
2019-06-21 Stanislav Mekhanoshin[AMDGPU] hazard recognizer for fp atomic to s_denorm_mode
2019-06-21 David Bolvansky[InstCombine] (1 << (C - x)) -> ((1 << C) >> x) if...
2019-06-21 Simon Pilgrim[X86] isBinOp - move commutative ops to isCommutativeBi...
2019-06-21 David Bolvansky[NFC] Added more tests for D63652
2019-06-21 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-06-21 David Bolvansky[InstCombine] cttz(abs(x)) -> cttz(x)
2019-06-21 Sanjay Patel[GVNSink] prevent crashing on mismatched instructions...
2019-06-21 David Bolvansky[NFC] Added tests for (1 << (C - x)) -> ((1 << C) ...
2019-06-21 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - reuse...
2019-06-21 James Henderson[docs][llvm-objdump] Fix bad merge of docs
2019-06-21 George Rimar[llvm-objcopy] - Get rid of dynrel.elf precompiled...
2019-06-21 Jay Foad[Scalarizer] Propagate IR flags
2019-06-21 George Rimar[llvm-readobj] - Inline a few yaml inputs into test...
2019-06-21 Andrea Di BiagioSet an explicit x86 triple for test bottleneck-analysis...
2019-06-21 Sam Elliott[RISCV] Add RISCV-specific TargetTransformInfo
2019-06-21 Andrea Di Biagio[MCA][Bottleneck Analysis] Teach how to compute a criti...
2019-06-21 Simon Tatham[ARM] Add MVE 64-bit GPR <-> vector move instructions.
2019-06-21 Simon Tatham[ARM] Add MVE vector instructions that take a scalar...
2019-06-21 Paul RobinsonFix a crash with assembler source and -g.
2019-06-21 Simon Pilgrim[X86] X86ISD::ANDNP is a (non-commutative) binop
2019-06-21 Simon Tatham[ARM] Add a batch of similarly encoded MVE instructions.
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-06-21 Simon Pilgrim[X86] createMMXBuildVector - call with BuildVectorSDNod...
2019-06-21 James Henderson[llvm-dwarfdump] Remove unnecessary explicit -h behaviour
2019-06-21 Fangrui Song[ARM] Fix -Wimplicit-fallthrough after D62675
2019-06-21 Simon Tatham[ARM] Add MVE vector compare instructions.
2019-06-21 Simon Pilgrim[X86] combineAndnp - use isNOT instead of manually...
2019-06-21 Fangrui Song[Symbolize] Avoid lifetime extension and simplify std...
2019-06-21 Simon Pilgrim[X86] foldVectorXorShiftIntoCmp - use isConstOrConstSpl...
2019-06-21 Simon Pilgrim[X86][AVX] isNOT - handle concat_vectors(xor X, -1...
2019-06-21 James Henderson[docs][llvm-objdump] Improve llvm-objdump documentation
2019-06-21 Vitaly Buka[GN] Fix check-clang by disabling plugins
2019-06-21 Vitaly Buka[GN] Put libcxx include into the same place as cmake...
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
next