OSDN Git Service

android-x86/external-llvm.git
2018-05-02 Clement CourbetRevert rL331355 "[X86] Fix scheduling info for VMPSADBW...
2018-05-02 Clement Courbet[X86] Fix scheduling info for (V?)SQRTPDm on silvermont.
2018-05-02 Clement Courbet[X86] Fix scheduling info for VMPSADBWYrmi.
2018-05-02 Clement Courbet[MIPS] Fix DIV/DIVU scheduling classes.
2018-05-02 Simon Pilgrim[X86] Convert most remaining AVX512 uses of X86SchedWri...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for LDR/STR fill and spill...
2018-05-02 Simon Tatham[TableGen] Don't quote variable name when printing...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for scatter ST1 store instr...
2018-05-02 Simon DardisRevert "[mips] Correct the predicates of sign extension...
2018-05-02 Simon Pilgrim[X86] Convert most remaining uses of X86SchedWritePair...
2018-05-02 Simon Dardis[mips] Correct the predicates of sign extension instruc...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for non-temporal, contiguou...
2018-05-02 Florian Hahn[LoopInterchange] Update some loops to use range base...
2018-05-02 Simon Dardis[mips] Correct the predicates for shifts.
2018-05-02 Simon Pilgrim[X86] Cleanup WriteFAdd/WriteFCmp scheduler classes...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for LD1RQ load-and-replicat...
2018-05-02 Piotr PadlewskiMark invariant.group.barrier as inaccessiblememonly
2018-05-02 Bjorn Pettersson[SelectionDAG] Selection of DBG_VALUE using a PHI node...
2018-05-02 Dean Michael... [XRay][tools] Rename llvm-xray filenames from .cc ...
2018-05-02 Sam CleggFix release build breakage
2018-05-01 Sam Clegg[WebAssembly] Fix debug printing of symbol types
2018-05-01 Matt Davis[llvm-mca] Lift the logic of the RetireControlUnit...
2018-05-01 Farhana Aleen[AMDGPU] Support horizontal vectorization.
2018-05-01 David Bolvansky[CFLGraph][NFC] Simplify/reorder switch in visitConstan...
2018-05-01 Sanjay Patel[AggressiveInstCombine] convert a chain of 'or-shift...
2018-05-01 Sanjay Patel[AggressiveInstCombine] add more bitfield test patterns...
2018-05-01 Sanjay Patel[PhaseOrdering] add tests for bittest patterns from...
2018-05-01 Jessica PaquetteCreate a MachineBasicBlock for created IR-level BasicBlock
2018-05-01 Eli Friedman[AArch64] Add more tests for 64-bit immediate lowering.
2018-05-01 Vedant Kumar[DAGCombiner] Fix SDLoc in a (zext (zextload x)) combin...
2018-05-01 Vedant Kumar[DAGCombiner] Fix SDLoc in a (sext (sextload x)) combin...
2018-05-01 Vedant Kumar[DAGCombiner] Change the SDLoc on split extloads (2/N)
2018-05-01 Vedant Kumar[DAGCombiner] Set the right SDLoc on a newly-created...
2018-05-01 Konstantin... AMDGPU: Remove remnants of gfx901 (it was deprecated...
2018-05-01 Roman Lebedev[X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
2018-05-01 Simon Pilgrim[X86] Split WriteFMul/WriteFDiv into XMM and YMM/ZMM...
2018-05-01 David Blaikiellvm-symbolizer: Handle function definitions nested...
2018-05-01 Simon Pilgrim[X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt into XMM...
2018-05-01 Wei MiUse no-op opt run to eliminate the difference in bb...
2018-05-01 Konstantin... AMDGPU: Add missing gfx904 tests
2018-05-01 Simon Pilgrim[X86] Split WriteFCmp into XMM and YMM/ZMM scheduler...
2018-05-01 Saleem AbdulrasoolSupport: assume `std::is_final` with MSVC
2018-05-01 Daniel Neilson[LV] Move test/Transforms/LoopVectorize/pr23997.ll
2018-05-01 Wei MiFix the sed command in test which doesn't work well...
2018-05-01 Sam Clegg[WebAssembly] llvm-readobj: display symbols names in...
2018-05-01 Konstantin... AMDGPU/NFC: Use enum values for first/last machs instea...
2018-05-01 Simon Pilgrim[X86] Split WriteFAdd into XMM and YMM/ZMM scheduler...
2018-05-01 Adrian PrantlRemove @brief commands from doxygen comments, too.
2018-05-01 Matthew Simpson[SLP] Add additional test for transposable binary opera...
2018-05-01 Simon Pilgrim[X86] Convert all uses of WriteFAdd to X86SchedWriteWidths.
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-01 Sanjay Patel[DAG] add test to show FMF mismatch between IR and...
2018-05-01 Daniel Neilson[LV] Preserve inbounds on created GEPs
2018-05-01 Wei MiFix the issue that ComputeValueKnownInPredecessors...
2018-05-01 Omer Paparo... [InstCombine] new testcases for OverflowingBinaryOperat...
2018-05-01 Simon Pilgrim[X86] Split WriteFShuffle into XMM and YMM/ZMM schedule...
2018-05-01 Simon Pilgrim[X86] Convert all uses of WriteFShuffle to X86SchedWrit...
2018-05-01 Sander de Smalen[AArch64][SVE] Asm: Support for contiguous ST1 (scalar...
2018-05-01 Simon DardisReland r331175: "[mips] Fix the predicates of jump...
2018-05-01 Simon Pilgrim[X86] Split WriteVecLogic into XMM and YMM/ZMM schedule...
2018-05-01 Omer Paparo... [InstCombine] Adjusting bswap pattern matching to hold...
2018-05-01 Simon Pilgrim[X86] Convert all uses of WriteFLogic/WriteVecLogic...
2018-05-01 Florian Hahn[MC] Add llvm_unreachable to toString to fix compile...
2018-05-01 Simon Pilgrim[X86] Tag PSLLDQ/PSRLDQ as WriteShuffle scheduler class...
2018-05-01 Andrea Di Biagio[X86] Correct spill slot size.
2018-05-01 Gabor BuellaNFC, Avoid a warning in WasmObjectWriter
2018-05-01 Gabor Buella[X86] movdiri and movdir64b instructions
2018-05-01 Chandler Carruth[PM/LoopUnswitch] Remove the last manual domtree update...
2018-05-01 Chandler Carruth[PM/LoopUnswitch] Add back a successor set that was...
2018-05-01 Craig Topper[X86] Remove 'opaque ptr' from the intel syntax parser...
2018-05-01 Eric ChristopherTemporarily revert "[DEBUG] Initial adaptation of NVPTX...
2018-04-30 Sanjay Patel[InstCombine] fix test to restore intent
2018-04-30 Sanjay Patel[InstCombine] add tests, update checks; NFC
2018-04-30 Nico WeberStop setting LLVM_ON_WIN32 in config.h and llvm-config.h.
2018-04-30 Alina Sbirlea[ModRefInfo] Rename local variable IsMustAlias to avoid...
2018-04-30 Florian Hahn[SimplifyCFG] Use BB::instructionsWithoutDebug to skip...
2018-04-30 Sam Clegg[WebAssembly] MC: Improve debug output
2018-04-30 Krzysztof Parzyszek[LivePhysRegs] Remove registers clobbered by regmasks...
2018-04-30 Nirav Dave[MC] Change AsmParser to leverage Assembler during...
2018-04-30 Florian Hahn[LoopSimplify] Use BB::instructionsWithoutDebug to...
2018-04-30 Matt ArsenaultAMDGPU: Add Vega12 and Vega20
2018-04-30 Roman Tereshin[MIR] Reset unique MBB numbering in MachineFunction...
2018-04-30 Sanjay Patel[DAGCombiner] rename function attribute for disabling...
2018-04-30 Simon Pilgrim[X86] Introduce X86SchedWriteWidths schedule wrapper...
2018-04-30 Roman Lebedev[InstCombine] Unfold masked merge with constant mask
2018-04-30 Roman Lebedev[InstCombine][NFC] Add tests for unfolding masked merge...
2018-04-30 Ulrich Weigand[SystemZ] Handle SADDO et.al. and ADD/SUBCARRY
2018-04-30 Ulrich Weigand[SystemZ] Do not use glue to represent condition code...
2018-04-30 Daniel SandersFix infinite loop after r331115
2018-04-30 Jonas Devlieghere[DebugInfo] Prevent infinite recursion for malformed...
2018-04-30 Davide Italiano[SLPVectorizer] Debug info shouldn't impact spill cost...
2018-04-30 Simon Pilgrim[X86][Atom] Remove unnecessary x87 load/move instrw...
2018-04-30 Tom StellardAMDGPU: Remove some dead code
2018-04-30 Andrea Di Biagio[llvm-mca] Correctly handle zero-latency stores that...
2018-04-30 Ulrich Weigand[SystemZ] Refactor some VT casts in DAG match patterns
2018-04-30 Ulrich Weigand[SystemZ] Improve handling of Select pseudo-instructions
2018-04-30 Nico WeberIWYU for llvm-config.h, removals. Also see r331184.
2018-04-30 Simon Pilgrim[X86] Drop unnecessary VPORrm InstrRW override in Skyla...
2018-04-30 Simon Pilgrim[X86] Fix SkylakeServer typo in WritePSADBW class ...
2018-04-30 Tom StellardAMDGPU/GlobalISel: Don't try to lower geometry shaders
next