OSDN Git Service

android-x86/external-llvm.git
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
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-30 Bjorn Pettersson[BranchFolding] Salvage DBG_VALUE instructions from...
2018-04-30 Bjorn Pettersson[SelectionDAG] Improve selection of DBG_VALUE using...
2018-04-30 Gabor BuellaNFC, Avoid a warning on pointer casting in PassPlugin.cpp
2018-04-30 Simon DardisRevert "[mips] Fix the predicates of jump and branch...
2018-04-30 Simon Dardis[mips] Fix the predicates of jump and branch and link...
2018-04-30 Florian Hahn[LV] Use BB::instructionsWithoutDebug to skip DbgInfo...
2018-04-30 Benjamin Kramer[bindings] Fix dibuilder go bindings after r331114.
2018-04-30 Andrea Di Biagio[llvm-mca] Regenerate test Atom/resources-sse3.s. NFC
2018-04-30 Andrea Di Biagio[llvm-mca] Support for in-order CPU for -instruction...
2018-04-30 Simon Pilgrim[X86] Fix typo in skylake-avx512 model for PMAXSD/PMINS...
2018-04-30 Gabor BuellaNFC - Typo fixes lib/VMCore -> lib/IR
2018-04-30 Simon Dardis[mips] Fix microMIPS loads and stores.
2018-04-30 Sander de Smalen[AArch64][SVE] Asm: Improve diagnostics for gather...
2018-04-30 Craig Topper[X86] Add a Requires<[In64BitMode]> to FARJMP64
2018-04-30 Craig Topper[X86] Hide another instruction from the assembly matche...
2018-04-30 Craig Topper[X86] Remove some InstAliases aren't needed because...
2018-04-30 Craig Topper[X86] Remove some instructions from the Intel assembly...
2018-04-30 Craig Topper[X86] Use a MnemonicAlias instead of an InstAlias.
2018-04-30 Craig Topper[X86] Remove support for accepting 'fnstsw %eax' and...
2018-04-30 Craig Topper[X86] Mark some more InstAliases as 'att' syntax only.
2018-04-30 Nico WeberRemove a dead #ifdef.
2018-04-29 Craig Topper[X86] Make 64-bit sysret/sysexit not ambiguous in Intel...
2018-04-29 Simon Pilgrim[X86] Remove unnecessary BT InstRW overrides.
2018-04-29 Sander de Smalen[AArch64][AsmParser] NFC: Cleanup of addOperands functions
2018-04-29 Sander de Smalen[AArch64][SVE] Asm: Support for gather LD1/LDFF1 (vecto...
2018-04-29 Simon Pilgrim[llvm-mca][X86] Add BT resource tests to all models
2018-04-29 Simon Pilgrim[X86] Merge more instregex single matches to reduce...
2018-04-29 Simon Pilgrim[X86] Remove unnecessary add/adc+sub/sbb InstRW overrides.
2018-04-29 Simon Pilgrim[llvm-mca][X86] Add add/adc + sub/sbb resource tests...
2018-04-29 Hideki Saito[NFC][LV][LoopUtil] Move LoopVectorizationLegality...
2018-04-29 Craig Topper[X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics...
2018-04-29 Craig Topper[X86] Remove SLDT64m instruction.
2018-04-29 Craig Topper[X86] Remove unnecessary InstAliases. NFCI
2018-04-29 whitequark[LLVM-C] Eliminate an unused variable in a test.
2018-04-29 Rafael EspindolaUpdate my email address and description.
2018-04-29 Craig Topper[X86] Use getX86SubSuperRegister in addGR32orGR64Operan...
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-28 Robert Widmann[LLVM-C] Add DIBuilder bindings to create import declar...
2018-04-28 Craig Topper[X86] Restrict many of the InstAliases to either to...
2018-04-28 Simon Pilgrim[X86] Remove unnecessary rotate-carry folded InstRW...
2018-04-28 Daniel Sanders[globalisel][legalizerinfo] Introduce dedicated extendi...
2018-04-28 Robert Widmann[LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings
2018-04-28 Roman Lebedev[InstCombine] Canonicalize variable mask in masked...
2018-04-28 Roman Lebedev[InstCombine][NFC] Add tests for variable mask canonica...
2018-04-28 Simon Pilgrim[X86] Remove unnecessary shift/rotate folded InstRW...
2018-04-28 Simon Pilgrim[llvm-mca][X86] Add double shift resource tests to...
next