OSDN Git Service

android-x86/external-llvm.git
2018-06-12 Simon Dardis[mips] Guard some floating point instructions correctly
2018-06-12 Aleksandar... [mips] Extend LONG_BRANCH_LUi/ADDiu with extra parameter
2018-06-12 Luke Geeson[AArch64] Audit on rL333879 to fix FP16 64bit bitpatterns
2018-06-12 Simon Pilgrim[CostModel][X86] Add extra Identity shuffle mask cost...
2018-06-12 Craig Topper[X86] Add NotMemoryFoldable to the VPCOMPRESS instructions.
2018-06-12 Craig Topper[X86] Don't add stores to the autogenerated load foldin...
2018-06-12 Craig Topper[X86] Add NotMemoryFoldable to more instructions.
2018-06-12 Craig Topper[X86] Update folding table generator to properly detect...
2018-06-12 Wei Mi[NFC] Change sample profile format enum name SPF_Raw_Bi...
2018-06-12 Wei MiFix a typo in rL334447.
2018-06-12 Craig Topper[X86] Add NotMemoryFoldable to a bunch of instructions...
2018-06-12 Craig Topper[X86] Enforce agreement of AdSize field when autogenera...
2018-06-12 Michael BergNFC, some additional tests added and some renaming...
2018-06-12 Craig Topper[X86] Add isel patterns for folding loads when creating...
2018-06-12 Mark Searles[AMDGPU] prevent hitting Assertion `isReg() && "Wrong...
2018-06-11 Wei MiFix a buildbot error reported by sanitizer-x86_64-linux...
2018-06-11 Wei MiFix a warning issued by clang.
2018-06-11 Justin Bogner[CMake] Fix dropped dependency in install-llvm-headers
2018-06-11 George Burgess IVSimplify; NFC
2018-06-11 Wei MiFix a warning reported by clang but not by gcc.
2018-06-11 Wei Mi[SampleFDO] Add a new compact binary format for sample...
2018-06-11 David BlaikieTableGen: Change some pointer parameters to references...
2018-06-11 Konstantin... AMDGPU: Add 64-bit relative variant kind
2018-06-11 Matt ArsenaultDAG: Fix extract_subvector combine for a single element
2018-06-11 Craig Topper[X86] Push some variable declarations down into the...
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.
next