OSDN Git Service

android-x86/external-llvm.git
2017-07-27 Davide Italiano[FunctionImport] Prefer isa<> to dyn_cast<> as the...
2017-07-27 Hiroshi Yamauchi[InstCombine] Simplify pointer difference subtractions...
2017-07-27 Reid Kleckner[PDB] Write public symbol records and the publics hash...
2017-07-27 Simon Pilgrim[SelectionDAG] Improve DAGTypeLegalizer::convertMask...
2017-07-27 Dinar Temirbulatov[X86] SET0 to use XMM registers where possible PR26018...
2017-07-27 Adam NemetRelax the matching in these tests
2017-07-27 Adam Nemet[ICP] Migrate to OptimizationRemarkEmitter
2017-07-27 Adam Nemet[OptRemark] Allow streaming of 64-bit integers
2017-07-27 Brian Gesiak[lit] Fix order of checks in shtest-shell.py test
2017-07-27 Daniel NeilsonAll libcalls should be considered to be GC-leaf functions.
2017-07-27 Florian Hahn[TargetParser] Use enum classes for various ARM kind...
2017-07-27 Alexey Bataev[SLP] Outline code for the check that instruction users...
2017-07-27 Simon Pilgrim[SelectionDAG] Avoid repeated calls to getNumOperands...
2017-07-27 David BlaikieFix assert from r309278
2017-07-27 Adrian Prantlremove redundant check
2017-07-27 David BlaikieThinLTO: Don't import aliases of any kind (even linkonc...
2017-07-27 Simon Pilgrim[SelectionDAG] Tidyup mask creation. NFCI.
2017-07-27 Florian Hahn[ARM] Mark labels in skipAlignedDPRCS2Spills as fallthr...
2017-07-27 Andrew V. TischenkoAdded cost of ZEROALL and ZEROUPPER instrs in btver2...
2017-07-27 Evgeny Astigeevich[InlineCost, NFC] Change CallAnalyzer::isGEPFree to...
2017-07-27 Daniel Sanders[globalisel][tablegen] Ensure MatchTable's are compile...
2017-07-27 Simon Pilgrim[X86][AVX] Regenerate shuffle tests with broadcast...
2017-07-27 Daniel SandersRe-commit: r309094 [globalisel][tablegen] Fuse the...
2017-07-27 Simon Pilgrim[X86] Adding test cases for LEA factorization (PR32755...
2017-07-27 Simon Pilgrim[X86] Tidyup MaskedLoad/Store mask creation. NFCI.
2017-07-27 Mohammed Agabaria[TTI] fixing a bug in the isLegalMaskedScatter API
2017-07-27 Hiroshi Inoue[PowerPC] enable optimizeCompareInstr for branch with...
2017-07-27 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-27 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-27 Craig Topper[X86] Improve the unknown stepping support for Intel...
2017-07-27 Aditya Nandakumar[GISel]: Missed passing in a parameter to addUsesFromArgs
2017-07-27 Eric BeckmannRemove check for i686.
2017-07-27 Eric BeckmannRe-enable libxml2 tests.
2017-07-27 Spyridoula... [DWARF] Minor code style modification, no functionality...
2017-07-27 David BlaikieDebugInfo: Ensure imported entities at the top level...
2017-07-26 Eugene Zelenko[Hexagon] Fix expensive checks build bot broken in...
2017-07-26 Petr Hosek[CMake] Disable -Werror for CMake checks
2017-07-26 Eugene Zelenko[Hexagon] Partially revert r309230 which caused some...
2017-07-26 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize-use-using and...
2017-07-26 Eric BeckmannSee if disabling libxml tests will pass the i686 bot.
2017-07-26 Reid Kleckner[lit] Fix race between shtest-shell and max-failures...
2017-07-26 Reid Kleckner[lit] Fix shtest-shell and max-failures lit tests on...
2017-07-26 Reid Kleckner[lit] Fix shtest-output-printing.py on Windows by match...
2017-07-26 Reid Kleckner[lit] Fix discovery.py on Windows by matching backslash...
2017-07-26 Hiroshi YamauchiFix a comment (test commit).
2017-07-26 Reid Kleckner[lit] Un-XFAIL selecting.py test on Windows
2017-07-26 Stanislav Mekhanoshin[AMDGPU] Optimize SI_IF lowering for simple if regions
2017-07-26 Evandro Menezes[ARM] Minor cosmetic edits (NFC)
2017-07-26 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-07-26 Eric BeckmannClose if statement in config-ix.cmake while checking...
2017-07-26 Eric BeckmannRevert "Set a different var for checking I686, because...
2017-07-26 Wei DingAMDGPU : Widen extending scalar loads to 32-bits.
2017-07-26 Eric BeckmannSet a different var for checking I686, because LLVM_NAT...
2017-07-26 Davide Italiano[gold] Relax this tests a little more.
2017-07-26 Davide Italiano[gold] Relax tests to account for difference in layout...
2017-07-26 Matt ArsenaultAMDGPU: Fix using SMRD instructions for argument loads...
2017-07-26 Jakub Kuderski[Dominators] Fix typos. NFC.
2017-07-26 Eric BeckmannDisable libxml on i686, because it is a 32 bit architec...
2017-07-26 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_OR as legal
2017-07-26 Aditya Nandakumar[GISel]: Avoid zero length array when building Instrs...
2017-07-26 Peter CollingbourneChange CallLoweringInfo::CS to be an ImmutableCallSite...
2017-07-26 Adam NemetMigrate SimplifyLibCalls to new OptimizationRemarkEmitter
2017-07-26 Andrew V. TischenkoThis patch returns proper value to indicate the case...
2017-07-26 Adrian PrantlDo a better job at emitting prefrabricated skeleton...
2017-07-26 Eric BeckmannUnlink nodes instead of copying, to avoid memory problems.
2017-07-26 Jakub Kuderski[Dominators] Change Roots type to SmallVector
2017-07-26 Jakub Kuderski[Dominators] Move root-finding out of DomTreeBase and...
2017-07-26 Reid KlecknerUn-XFAIL some internal lit tests on Windows, they pass...
2017-07-26 Eric BeckmannDiffing against a file that is itself used in the test...
2017-07-26 Rafael EspindolaSimplify. NFC.
2017-07-26 George KarpenkovFix LIT test breakage
2017-07-26 Simon Pilgrim[X86][AVX512] Regenerated and cleaned up extension...
2017-07-26 Simon Pilgrim[X86] Regenerate setcc tests
2017-07-26 Simon Pilgrim[X86][AVX512] Regenerate shuffle tests with broadcast...
2017-07-26 Simon Pilgrim[X86] Regenerate memset tests
2017-07-26 Eric BeckmannCorrectly enable the llvm-mt tests, now that build...
2017-07-26 Reid KlecknerQuote '?' in llvm-rc test
2017-07-26 Florian Hahn[Hexagon] Mark raise_relocation_error as NORETURN.
2017-07-26 Dehao ChenUpdate the assertion to meet with the changes in r30912...
2017-07-26 Simon Pilgrim[X86] Add combineBT test failure because bits have...
2017-07-26 Brian Gesiak[lit] Mark several of lit's tests XFAIL on Windows
2017-07-26 Brian Gesiak[lit] Fix type error for parallelism groups
2017-07-26 Dehao ChenMake new PM honor -fdebug-info-for-profiling
2017-07-26 Brian GesiakRevert "[lit] Remove dead code not referenced in the...
2017-07-26 Nuno Lopes[docs] change a few code-blocks to llvm from text
2017-07-26 Stefan Pintilie[NFC] test commit.
2017-07-26 Yuka Takahashi[Bash-autocompletion] Show HelpText with possible flags
2017-07-26 Daniel SandersRevert r309094: [globalisel][tablegen] Fuse the generat...
2017-07-26 Zvi RackoverDAGCombiner: Extend reduceBuildVecToTrunc to handle...
2017-07-26 Simon Pilgrim[X86] Regenerated BT tests
2017-07-26 Martin Storsjo[COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR...
2017-07-26 Simon Pilgrim[X86] Add urem vector test for non-uniform pow2 constants
2017-07-26 Simon Pilgrim[X86] Regenerated urem pow2 tests on 32/64 bit targets
2017-07-26 Simon Pilgrim[X86] Regenerated umul overflow tests on 32/64 bit...
2017-07-26 Diana Picus[ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR
2017-07-26 Simon Pilgrim[X86][AVX] Regenerated and cleaned up AVX1 intrinsic...
2017-07-26 Simon Pilgrim[X86][AVX2] Regenerated and cleaned up broadcast tests.
2017-07-26 Simon Pilgrim[X86][AVX512] Regenerated and added 32-bit targets...
2017-07-26 Simon Pilgrim[X86][AVX] Regenerated and cleaned up masked gather...
2017-07-26 Simon Pilgrim[X86][AVX] Regenerate lzcnt test.
next