OSDN Git Service

android-x86/external-llvm.git
2018-06-13 Hans WennborgGettingStarted.rst: Fix 'If you you' typo (PR37787)
2018-06-13 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2018-06-13 Hans WennborgFix -DLLVM_ENABLE_THREADS=OFF build after r334537
2018-06-13 Pavel LabathFix "Optional" is ambiguous error on some bots
2018-06-13 Hiroshi Inoue[PowerPC] avoid verification failure due to PowerPC...
2018-06-13 Pavel Labath[DWARF/AccelTable] Remove getDIESectionOffset for DWARF...
2018-06-13 Craig Topper[X86] Remove masking from avx512vbmi2 concat and shift...
2018-06-13 Bill WendlingSet the code model when specified.
2018-06-13 Tom Stellardutils/release: Add merge-git.sh
2018-06-13 Max Kazantsev[SimplifyIndVars] Ignore dead users
2018-06-13 Ahmed BougachaRevert "Fix how LLVMOPTIONALCOMPONENTS is passed to...
2018-06-13 Craig Topper[X86] Mark all instructions that have masked store...
2018-06-13 Craig Topper[X86] Remove VPCOMPRESSB/W from the autogenerated load...
2018-06-12 Stanislav Mekhanoshin[AMDGPU] DAG combine to produce V_PERM_B32
2018-06-12 Sanjay Patel[AArch64] add tests for fadd with more than one use...
2018-06-12 Raphael IsemannAdded missing include to AMDHSAKernelDescriptor.h
2018-06-12 Krzysztof Parzyszek[DAGCombiner] Recognize more patterns for ABS
2018-06-12 Craig Topper[X86] add avx512 tests for potentially miscompiling...
2018-06-12 Reid KlecknerRemove malloc.h include from Intel JIT events code
2018-06-12 Reid KlecknerAdd null check to Intel JIT event listener
2018-06-12 Reid KlecknerFix how LLVMOPTIONALCOMPONENTS is passed to llvm-build
2018-06-12 Lang Hames[ORC] Add a fallback definition generator for VSOs.
2018-06-12 Lang Hames[ORC] Refactor blocking lookup logic into the blockingL...
2018-06-12 Lang Hames[RuntimeDyld] Add an assert to catch misbehaving symbol...
2018-06-12 Lang Hames[MCJIT] Call materializeAll on modules before compiling...
2018-06-12 Petr Hosek[AArch64] Support reserving x20 register
2018-06-12 Craig Topper[X86] Remove unnecessary include from one of the tblgen...
2018-06-12 Craig Topper[X86] Remove mayLoad flag from AVX512 truncating store...
2018-06-12 Reid Kleckner[MS][ARM64] Hoist __ImageBase handling into TargetLower...
2018-06-12 Konstantin... AMDHSA/NFC: Code object v3 updates (additional):
2018-06-12 Roman Tereshin[MIR][MachineCSE] Implementing proper MachineInstr...
2018-06-12 Konstantin... AMDHSA: Code object v3 updates
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-12 Fangrui Song[MC] [X86] Teach leaq _GLOBAL_OFFSET_TABLE(%rip), ...
2018-06-12 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-12 Simon Pilgrim[CostModel] Replace ShuffleKind::SK_Alternate with...
2018-06-12 Paul Robinson[DWARFv5] llvm-mc -dwarf-version does not imply -g.
2018-06-12 Craig Topper[X86] Remove TB_ALIGN_16 from VEXTRACTF128/VEXTRACTI128...
2018-06-12 Simon PilgrimFix signed/unsigned warning. NFCI.
2018-06-12 Krzysztof Parzyszek[Hexagon] Make floating point operations expensive...
2018-06-12 Simon Pilgrim[CostModel] Treat Identity shuffle masks as zero cost
2018-06-12 Sanjay Patel[x86] move shrunkblend transform to helper function...
2018-06-12 Clement Courbet[llvm-exegesis] Sum counter values when several counter...
2018-06-12 Guillaume Chatelet[llvm-exegesis] Move libpfm linking to LLVMExegesis.
2018-06-12 Krzysztof Parzyszek[SelectionDAG] Provide default expansion for rotates
2018-06-12 Florian HahnUse SmallPtrSet explicitly for SmallSets with pointer...
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...
next