OSDN Git Service

android-x86/external-llvm.git
2017-02-14 Alex Bradbury[RISCV] Pseudo instructions are isCodeGenOnly, have...
2017-02-14 Alex Bradbury[RISCV] Fix unused variable in RISCVMCTargetDesc. NFC
2017-02-14 Peter CollingbourneThinLTOBitcodeWriter: Write available_externally copies...
2017-02-14 Mehdi Amini[ThinLTO] Make a copy of buffer identifier in ThinLTOCo...
2017-02-14 Philip Reames[LICM] Make store promotion work in the face of unorder...
2017-02-14 Reid KlecknerUndef MemoryFence, which is defined to _mm_mfence by...
2017-02-14 Reid KlecknerUse std::call_once on Windows
2017-02-14 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-14 Peter CollingbourneFunctionAttrs: Factor out a function for querying memor...
2017-02-13 Michael KupersteinSilence redundant semicolon warnings. NFC.
2017-02-13 Andrew Kaylor[X86] Add MXCSR register
2017-02-13 Sanjoy Das[LangRef] Explicitly allow readnone and reaodnly functi...
2017-02-13 Sanjoy Das[LangRef] Update the TBAA section
2017-02-13 Sanjay Patel[FunctionAttrs] try to extend nonnull-ness of arguments...
2017-02-13 Amaury SechetRevert autogenerated check result for test/CodeGen...
2017-02-13 Tim NorthoverGlobalISel: represent atomic loads & stores via the...
2017-02-13 Tim NorthoverMIR: parse & print the atomic parts of a MachineMemOperand.
2017-02-13 Reid Kleckner[CodeGen] Use bitfields instead of manual masks in...
2017-02-13 Taewook OhAddress post-commit comments for https://reviews.llvm...
2017-02-13 Arnold Schwaighoferswiftcc: Don't emit tail calls from callers with swifte...
2017-02-13 Peter CollingbourneIR: Type ID summary extensions for WPD; thread summary...
2017-02-13 Alexey Bataev[SLP] Test for extractelement cost fix.
2017-02-13 Taewook OhMake MachineBasicBlock::updateTerminator to update...
2017-02-13 Matthew SimpsonRevert "[LV] Extend trunc optimization to all IVs with...
2017-02-13 Quentin Colombet[FastISel] Add a diagnostic to warm on fallback.
2017-02-13 James Molloy[ARM] Fix crash caused by r294945
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...
next