OSDN Git Service

android-x86/external-llvm.git
2018-06-11 Farhana Aleen[SLP] Add testcases of min/max reduction pattern for...
2018-06-11 Tim ShenFix incorrect CHECK-LABEL
2018-06-11 Craig Topper[X86] Reorder some type constraints to force things...
2018-06-11 Justin Lebar[SCEV] Add transform zext((A * B * ...)<nuw>) --> ...
2018-06-11 Justin Lebar[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags...
2018-06-11 Justin LebarFix indentation in ScalarEvolution.cpp.
2018-06-11 Krzysztof Parzyszek[Hexagon] Late predicate producers cannot be used as...
2018-06-11 Tim Shen[SCEV] Canonicalize "A /u C1 /u C2" to "A /u (C1*C2)".
2018-06-11 Simon Pilgrim[X86][AVX512] Tag AVX5124FMAPS/AVX5124VNNIW with missin...
2018-06-11 Stanislav Mekhanoshin[AMDGPU] Do not consider indirect acces through phi...
2018-06-11 Aleksandar... [mips] Fix spill slot for mips3, n64 abi
2018-06-11 Dylan McKay[AVR] Set trackLivenessAfterRegAlloc
2018-06-11 Clement Courbet[X86] Fix skylake server scheduling info.
2018-06-11 Guillaume Chatelet[llvm-exegesis] Fix unhandled error.
2018-06-11 Sanjay Patel[x86] add scalar cvtt intrinsic tests; NFC
2018-06-11 Pavel LabathFix build errors on some configurations
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-06-11 Roman Lebedev[NFC][AMDGPU] Add tests for all the various IR patterns...
2018-06-11 Roman Lebedev[Utils] update_llc_test_checks.py: support AMDGPU backe...
2018-06-11 Guillaume Chatelet[llvm-exegesis] Program should succeed if benchmark...
2018-06-11 Mikhail Maltsev[Unittests] Change linker flags of dynamic library...
2018-06-11 Clement Courbet[ExynosM1][Sched] Fix resource usage in scheduling...
2018-06-11 Clement Courbet[X86] Explicitly mark unsupported classes in scheduling...
2018-06-11 Craig Topper[X86] Add encoding tests for avx5124fmaps and avx5124vn...
2018-06-11 Craig Topper[X86] Add test files for upgrade of vbmi2 expand load...
2018-06-11 Craig Topper[X86] Remove masking from dbpsadbw intrinsics, use...
2018-06-11 Daniel Cederman[Sparc] Add support for 13-bit PIC
2018-06-11 Brock Wyma[CodeView] Omit forward references for unnamed structs...
2018-06-11 Craig Topper[X86] Remove and autoupgrade the expandload and compres...
2018-06-10 Craig Topper[TableGen] Make better use of std::map::emplace and...
2018-06-10 Craig Topper[TableGen] Combine two constructors by taking vectors...
2018-06-10 Sanjay Patel[DAGCombiner] match vector compare and select sizes...
2018-06-10 Craig Topper[X86] Miscellaneous fixes to get the load folding table...
2018-06-10 Florian HahnRevert r334374 [TableGen] Move some shared_ptrs to...
2018-06-10 Zachary TurnerAttempt 3: Resubmit "[Support] Expose flattenWindowsCom...
2018-06-10 Florian Hahn[TableGen] Move some shared_ptrs to avoid unnecessary...
2018-06-10 Roman LebedevRevert rL334371 / D47980: "[InstCombine] Fold (x <...
2018-06-10 Roman Lebedev[InstCombine] Fold (x >> y) << y -> x & (-1 << y)
2018-06-10 Roman Lebedev[InstCombine] Fold (x << y) >> y -> x & (-1 >> y)
2018-06-10 Roman Lebedev[NFC][InstCombine] Revisit tests for D47980 / D47981...
2018-06-10 Craig Topper[X86] Add expandload and compresstore fast-isel tests...
2018-06-10 Sanjay Patel[x86] add tests for potentially miscompiling cvttp2si...
2018-06-10 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-10 Ivan A. Kosarev[NEON] Support VST1xN intrinsics in AArch32 mode (LLVM...
2018-06-10 Craig Topper[X86] Fix forward declaration in a test case that was...
2018-06-10 Craig Topper[X86] Remove masking from the 512-bit masked floating...
2018-06-10 Fangrui SongCleanup. NFC
2018-06-10 Zachary TurnerRevert "Resubmit "[Support] Expose flattenWindowsComman...
2018-06-10 Zachary TurnerResubmit "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary TurnerRevert "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary Turner[Support] Expose flattenWindowsCommandLine.
2018-06-09 Simon Pilgrim[CostModel][X86] Add 'select' style shuffle costs tests...
2018-06-09 Roman Lebedev[NFC][InstCombine] More tests for (x >> y) << y ...
2018-06-09 Roman Lebedev[NFC][InstCombine] Tests for (x >> y) << y -> x...
2018-06-09 Roman Lebedev[NFC][InstCombine] Tests for (x << y) >> y -> x...
2018-06-09 Gabor Buella[X86] NFC Use member initialization in X86Subtarget
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-09 Craig TopperUse SmallPtrSet instead of SmallSet in places where...
2018-06-08 Daniel Sanders[tablegen] Improve performance on *GenRegisterInfo...
2018-06-08 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-08 Eli Friedman[LangRef] fptosi and fptoui return poison on overflow.
2018-06-08 Eli Friedman[LangRef] insertelement/extractelement return poison...
2018-06-08 Ryan PrichardTest commit: remove a blank line
2018-06-08 Eli Friedman[ARM] Allow CMPZ transforms even if the input has multi...
2018-06-08 Florian Hahn[SmallSet] Add some simple unit tests.
2018-06-08 Krzysztof Parzyszek[SCEV] Look through zero-extends in howFarToZero
2018-06-08 Davide Italiano[InstCombine] Skip dbg.value(s) when looking at stack...
2018-06-08 Sanjay Patel[InstCombine] add llvm.assume + debuginfo test (PR37726...
2018-06-08 Reid Kleckner[asan] Instrument comdat globals on COFF targets
2018-06-08 Sanjay Patel[DAGCombiner] clean up comments; NFC
2018-06-08 Simon Pilgrim[X86][SSE] Support v8i16/v16i16 rotations
2018-06-08 Sanjay Patel[x86] add tests for node-level FMF; NFC
2018-06-08 Sanjay Patel[x86] regenerate test checks; NFC
2018-06-08 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-08 Florian Hahn[VPlan] Move recipe construction to VPRecipeBuilder.
2018-06-08 Simon Pilgrim[X86][BtVer2] Add support for all SUB/XOR 32/64 scalar...
2018-06-08 Simon Pilgrim[X86] Fix schedule-x86_64.s tests to use different...
2018-06-08 Daniil Fukalov[AMDGPU] Inline asm - added i16, half and i128 types...
2018-06-08 Daniil Fukalovreapply r334209 with fixes for harfbuzz in Chromium
2018-06-08 Roman Lebedev[NFC][InstSimplify] SimplifyAddInst(): coding style...
2018-06-08 Roman Lebedev[InstSimplify] add nuw %x, -1 -> -1 fold.
2018-06-08 Simon Pilgrim[X86][BtVer2] Remove SBB tests that were accidentally...
2018-06-08 Simon Pilgrim[X86][BtVer2] Add tests for scalar SUB/XOR instructions...
2018-06-08 Alexander KornienkocommandLineFitsWithinSystemLimits Overestimates System...
2018-06-08 Zachary TurnerClean up some code in Program.
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-08 Simon Pilgrim[X86][BtVer2] Limit zero idiom tests to a single iteration.
2018-06-08 Simon PilgrimFix Wdocumentation warning for unknown param. NFCI.
2018-06-08 Simon Pilgrim[X86][SSE] Add SSE2/AVX2 vector rotate tests
2018-06-08 Simon Pilgrim[X86][SSE] Simplify combineVectorTruncationWithPACKUS...
2018-06-08 Sanjay Patel[x86] restore test comment; NFC
2018-06-08 Artur Pilipenko[BPI] Apply invoke heuristic before loop branch heuristic
2018-06-08 Florian Hahn[VPlan] Move recipe based VPlan generation to separate...
2018-06-08 Henry Wong[ADT] Add `StringRef::rsplit(StringRef Separator)`.
2018-06-08 Simon Dardis[mips] Correct the predicates for a number of codegen...
2018-06-08 Alex Bradbury[RISCV] Implement MC layer support for the fence.tso...
2018-06-08 Simon Pilgrim[X86][SSE] Consistently prefer lowering to PACKUS over...
2018-06-08 Florian Hahn[TableGen] Make DAGInstruction own Pattern to avoid...
2018-06-08 Roman Shirokiy[LV] Fix PR36983. For a given recurrence, fix all phis...
2018-06-08 Matt ArsenaultAMDGPU: Error on LDS global address in functions
next