OSDN Git Service

android-x86/external-llvm.git
2017-02-13 Matthew Simpson[LV] Extend trunc optimization to all IVs with constant...
2017-02-13 Simon Dardis[mips] Fix failing test.
2017-02-13 Sanjay Patelfix documentation comments; NFC
2017-02-13 Davide Italiano[llvm-lto2] Fix typo spotted by Teresa (r294885 post...
2017-02-13 Simon Dardis[mips] divide macro instruction cleanup.
2017-02-13 Simon PilgrimFix indentation. NFCI.
2017-02-13 Davide Italiano[PM] Hook up the instrumented PGO machinery in the...
2017-02-13 Davide Italiano[LTO] Make sure we flush buffers to work around linker...
2017-02-13 Simon Pilgrim[X86][SSE] Add v4f32 and v2f64 extract to store tests
2017-02-13 Sanne Wouda[CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.base
2017-02-13 James Molloy[Thumb-1] TBB generation: spot redefinitions of index...
2017-02-13 James Molloy[ARM] Register ConstantIslands with the pass manager
2017-02-13 Sanne Wouda[Assembler] Improve diagnostics for inline assembly.
2017-02-13 Simon Pilgrim[X86][SSE] Add more thorough extract to store tests
2017-02-13 James Molloy[ARM] Use VCMP, not VCMPE, for floating point equality...
2017-02-13 Simon Pilgrim[X86][SSE] Create matchVectorShuffleWithUNPCK helper...
2017-02-13 Pierre Gousseau[X86] Improve readability of test/CodeGen/X86/lzcnt...
2017-02-13 Ayman Musa[X86][AVX512] Fix operand classes for some AVX512 instr...
2017-02-13 Andrew V. TischenkoCompile time decreasing in the case we're dealing with...
2017-02-13 Alexey Bataev[SLP] Fix for PR31690: Allow using of extra values...
2017-02-13 Craig Topper[DAGCombiner] Teach DAG combine that inserting an extra...
2017-02-13 Craig Topper[X86] Genericize the handling of INSERT_SUBVECTOR from...
2017-02-12 Craig Topper[DAGCombiner] Remove the half vector width check for...
2017-02-12 Craig Topper[X86] Don't let LowerEXTRACT_SUBVECTOR call getNode...
2017-02-12 Daniel BerlinNewGVN: Update a number of xfailed tests to either...
2017-02-12 Daniel BerlinNewGVN: We really pass TBAA if we enable DCE and fix...
2017-02-12 Daniel BerlinNewGVN: Reverse order of congruence class elimination...
2017-02-12 Daniel BerlinNewGVN: Use shouldSwapOperands in one more place
2017-02-12 Sanjay Patel[TargetLowering] fix SETCC SETLT folding with FP types
2017-02-12 Daniel BerlinRevert accidental commit titled "testing"
2017-02-12 Daniel BerlinNewGVN: Apply the fast math flags fix in r267113 to...
2017-02-12 Daniel BerlinPredicateInfo: Handle critical edges
2017-02-12 Daniel BerlinNewGVN: Fix missed call that should be to shouldSwapOpe...
2017-02-12 Daniel Berlintesting
2017-02-12 Simon Pilgrim[X86] Fix typo in function name. NFCI.
2017-02-12 Saleem Abdulrasoolllvm-readobj: process FreeBSD core notes
2017-02-12 Craig Topper[AVX-512] Add various EVEX move instructions to load...
2017-02-12 Craig Topper[AVX-512] Add VMOV64toSDZrm CodeGenOnly instruction...
2017-02-12 Craig Topper[X86] Fix a couple instruction names to use 'mr' instea...
2017-02-12 Craig Topper[AVX-512] Add VPEXTRD/Q to load folding tables.
2017-02-12 Simon Pilgrim[X86][SSE] Update argument names to match function...
2017-02-12 Sanjay Patel[InstCombine] fold icmp sgt/slt (add nsw X, C2), C...
2017-02-12 Sanjay Patel[ValueTracking] use nonnull argument attribute to elimi...
2017-02-12 Simon Pilgrim[X86][AVX2] Add support for combining target shuffles...
2017-02-12 NAKAMURA TakumiAMDGPU::expandMemIntrinsicUses(): Fix an uninitialized...
2017-02-12 Dorit Nuzman[LV/LoopAccess] Check statically if an unknown dependen...
2017-02-12 Elena DemikhovskyAVX-512: Fixed DWARF register numbers for XMM16-31
2017-02-12 Davide Italiano[LTO] Remove useless redirection from test. NFCI.
2017-02-12 Chandler Carruth[PM] Add devirtualization-based iteration utility into...
2017-02-12 Chandler Carruth[PM] Enable GlobalsAA in the new PM's pipeline by default.
2017-02-12 Davide Italiano[lib/LTO] Add support for hotness optremarks in the...
2017-02-12 Davide Italiano[LTO] Simplify this test quite a bit, @func2 is unused...
2017-02-12 Davide Italiano[llvm-lto2] Fix typo in error message.
2017-02-12 Davide Italiano[lib/LTO] Initial support for optimization remarks...
2017-02-12 NAKAMURA TakumiKaleidoscope-Ch7: Add TranformUtils for llvm::createPro...
2017-02-11 Craig Topper[X86] Update test case I missed in r294876.
2017-02-11 Craig Topper[X86] Move code for using blendi for insert_subvector...
2017-02-11 Craig Topper[DAGCombiner] Make the combine of INSERT_SUBVECTOR...
2017-02-11 Simon Pilgrim[X86][SSE] Use VSEXT/VZEXT constant folding for SIGN_EX...
2017-02-11 Simon Pilgrim[X86][SSE] Improve VSEXT/VZEXT constant folding.
2017-02-11 Mehdi AminiUpdate Kaleidoscope tutorial and improve Windows support
2017-02-11 Amaury SechetFix atomic-minmax-i6432.ll .
2017-02-11 Amaury SechetRegen expected tests result. NFC
2017-02-11 Aaron BallmanCorrecting several sphinx errors; should fix the LLVM...
2017-02-11 Simon Pilgrim[X86][SSE] Add early-out when trying to match blend...
2017-02-11 Sanjay Patel[TargetLowering] check for sign-bit comparisons in...
2017-02-11 Amaury SechetFix typo in test filename. NFC
2017-02-11 Amaury SechetFix indentation in X86ISelLowering. NFC
2017-02-11 Craig Topper[AVX-512] Add VPMINS/MINU/MAXS/MAXU instructions to...
2017-02-11 Craig Topper[X86] Improve alphabetizing of load folding tables...
2017-02-11 Simon Pilgrim[X86][SSE] Convert getTargetShuffleMaskIndices to use...
2017-02-11 Simon Pilgrim[X86] Merge repeated getScalarValueSizeInBits calls...
2017-02-11 Daniel BerlinNewGVN: Reverse sense of this test to make it clearer
2017-02-11 Daniel BerlinNewGVN: Add missing initialization of NumFuncArgs lost...
2017-02-11 Daniel BerlinNewGVN: Rank and order commutative operands consistently.
2017-02-11 Simon Pilgrim[X86][3DNow!] Add tests to ensure PFMAX/PFMIN are not...
2017-02-11 Simon Pilgrim[X86][3DNow!] Enable PFSUB<->PFSUBR commutation
2017-02-11 Simon Pilgrim[X86][3DNow!] Enable commutation for PFADD/PFMUL/PFCMPE...
2017-02-11 Simon Pilgrim[X86][3DNow!] Add tests showing missed commutation...
2017-02-11 Daniel BerlinNewGVN: Clean up how we handle the INITIAL class so...
2017-02-11 Vitaly BukaFix "left shift of negative value -1" introduced by...
2017-02-11 Simon Pilgrim[X86][XOP] Regenerate XOP commutation tests.
2017-02-11 Simon Pilgrim[X86][SSE] Regenerate float comparison commutation...
2017-02-11 Simon Pilgrim[X86] Regenerate CLMUL commutation tests.
2017-02-11 Benjamin KramerMove symbols from the global namespace into (anonymous...
2017-02-11 Craig Topper[AVX-512] Add VPINSRB/W/D/Q instructions to load foldin...
2017-02-11 Craig Topper[AVX-512] Fix apparent typo in instruction name VMOVSSD...
2017-02-11 Craig Topper[AVX-512] Add VPSADBW instructions to load folding...
2017-02-11 Evgeny StupachenkoThe patch fixes r294821
2017-02-11 Craig Topper[X86] Don't base domain decisions on VEXTRACTF128/VINSE...
2017-02-11 Peter CollingbourneAddress Mehdi's post-commit review comments on r294795.
2017-02-11 Evgeny StupachenkoFix PR23384 (under "-lsr-insns-cost" option)
2017-02-11 Ahmed Bougacha[ARM] Make f16 interleaved accesses expensive.
2017-02-11 Ahmed Bougacha[ARM] Don't lower f16 interleaved accesses.
2017-02-11 Ahmed Bougacha[ARM] Unique some redundant CHECK lines. NFC.
2017-02-11 Wei Mi[LSR] Recommit: Allow formula containing Reg for SCEVAd...
2017-02-11 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-11 Matthias Braunconfig-ix.cmake: Search for CMAKE_XCRUN before using it.
2017-02-11 Chandler Carruth[PM] Fix a bug in how I ported LoopDeletion to the...
2017-02-11 Dan Gohman[WebAssembly] Remove old experimental disassemler code.
next