OSDN Git Service

android-x86/external-llvm.git
2018-07-17 Matt Davis[llvm-mca][docs] Revert mca internals docs.
2018-07-17 Andrea Di Biagio[Tablegen][PredicateExpander] Fix a bug in `expandCheck...
2018-07-17 Sander de Smalen[AArch64][SVE]: Integer multiply-add/subtract instructions.
2018-07-17 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-17 Petar Jovanovic[Mips][FastISel] Fix handling of icmp with i1 type
2018-07-17 Florian Hahn[IPSCCP] Run Solve each time we resolved an undef in...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: FP fused multiply-add/subtract...
2018-07-17 Simon Pilgrim[SLPVectorizer] Don't attempt horizontal reduction...
2018-07-17 Tim RenoufMore fixes for subreg join failure in RegCoalescer
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP operation...
2018-07-17 Chen Zheng[NFC][testcases] add testcases for folding srem whose...
2018-07-17 Joerg SonnenbergerDon't assert that a size_t fits into 64bit.
2018-07-17 whitequark[LLVM-C] Fix name mangling on AggressiveInstCombine
2018-07-17 whitequark[LLVM-C] Add target triple normalization to the C API.
2018-07-17 Benjamin Kramer[llvm-objcopy] Run not with any python, but the python...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP operations.
2018-07-17 Simon Pilgrim[DAGCombiner] Call SimplifyDemandedVectorElts from...
2018-07-17 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for SPLICE instruction.
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for EXT instruction.
2018-07-17 Craig Topper[X86] Properly qualify some MOVSS/MOVSD patterns with...
2018-07-17 Daniel Cederman[Sparc] Do not depend on icc for ta 1
2018-07-17 Craig Topper[X86] Add full set of patterns for turning ceil/floor...
2018-07-17 Craig Topper[X86] Add test cases for selecting floor/ceil/trunc...
2018-07-17 Chen Zheng[testcases] move testcases to right place - NFC
2018-07-16 Matt Davis[llvm-mca][docs] Add notes about cycle and resource...
2018-07-16 Craig Topper[X86] Add a missing FMA3 scalar intrinsic pattern.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-16 Puyan Lotfi[NFC][llvm-objcopy] Make helper functions static
2018-07-16 Matt Davis[llvm-mca][docs] Initial description of mca internals...
2018-07-16 Zachary TurnerAdd missing includes.
2018-07-16 Zachary Turner[LLVMDemangle] Move some utility classes to header...
2018-07-16 Roman Lebedev[NFC][InstCombine] Fine-tune 'check for [no] signed...
2018-07-16 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-07-16 Fangrui Song[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 Farhana Aleen[AMDGPU] [AMDGPU] Support a fdot2 pattern.
2018-07-16 Mandeep Singh... [llvm] Change 2 instances of std::sort to llvm::sort
2018-07-16 Roman Lebedev[InstCombine] Fold 'check for [no] signed truncation...
2018-07-16 Wei Mi[RegAlloc] Skip global splitting if the live range...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Joel Galenson[cfi-verify] Abort on unsupported targets
2018-07-16 Chen Zheng[InstrSimplify] add testcases for fold sdiv if two...
2018-07-16 Chandler Carruth[x86/SLH] Completely rework how we sink post-load harde...
2018-07-16 Simon Atanasyan[mips] Eliminate the usage of hasStdEnc in MipsPat.
2018-07-16 Petar Jovanovic[MIPS GlobalISel] Select instructions to load and store...
2018-07-16 Roman Lebedev[X86][AArch64][DAGCombine] Unfold 'check for [no] signe...
2018-07-16 Daniel Cederman[Sparc] Use the correct encoding for ta 3
2018-07-16 Daniel Cederman[Sparc] Use the names .rem and .urem instead of __modsi...
2018-07-16 Daniel Cederman[Sparc] Generate ta 1 for the @llvm.debugtrap intrinsic
2018-07-16 Daniel CedermanAvoid losing Hi part when expanding VAARG nodes on...
2018-07-16 Chandler Carruth[x86/SLH] Fix a bug where we would try to post-load...
2018-07-16 Alexander PotapenkoMSan: minor fixes, NFC
2018-07-16 Jonas Devlieghere[AccelTable] Provide DWARF5AccelTableStaticData for...
2018-07-16 Chandler Carruth[x86/SLH] Extract another small helper function, add...
2018-07-16 Mark Searles[AMDGPU][Waitcnt] Re-apply fix "comparison of integers...
2018-07-16 Alexander Potapenko[MSan] factor userspace-specific declarations into...
2018-07-16 Mark Searlesrun post-RA hazard recognizer pass late
2018-07-16 Mark SearlesRevert "[AMDGPU][Waitcnt] fix "comparison of integers...
2018-07-16 Alexandros... [MemorySSAUpdater] Remove deleted trivial Phis from...
2018-07-16 Craig Topper[X86] Merge the FR128 and VR128 regclass since they...
2018-07-16 Chandler Carruth[x86/SLH] Fix an unused variable warning in release...
2018-07-16 Chandler Carruth[x86/SLH] Teach speculative load hardening to correctly...
2018-07-16 Chen Zheng[InstCombine] add more SPFofSPF folding
2018-07-16 Chen Zheng[InstCombine] fold icmp pred (sub 0, X) C for vector...
2018-07-16 Michael J.... Recommit r335794 "Add support for generating a call...
2018-07-15 Joerg SonnenbergerPrune empty directory.
2018-07-15 Chandler Carruth[x86/SLH] Extract one of the bits of logic to its own...
2018-07-15 Craig Topper[X86] Add custom execution domain fixing for 128/256...
2018-07-15 Craig Topper[X86] Add load patterns for cases where we select X86Mo...
2018-07-15 Craig Topper[X86] Use 128-bit blends instead vmovss/vmovsd for...
2018-07-15 Craig Topper[X86] Use 128-bit ops for 256-bit vzmovl patterns.
2018-07-15 Sanjay Patel[DAGCombiner] fix typo in comment; NFC
2018-07-15 Sanjay Patel[InstCombine] Corrections in comments for division...
2018-07-15 Sanjay Patel[DAGCombiner] extend(ifpositive(X)) -> shift-right...
2018-07-15 Sanjay Patel[InstSimplify] add fixme comment for PR37776; NFC
2018-07-15 Sanjay Patel[AMDGPU] adjusted test checks because minnum with NaN...
2018-07-15 Sanjay Patel[InstSimplify] fold minnum/maxnum with NaN arg
2018-07-15 Sanjay Patel[InstSimplify] add tests for minnum/maxnum; NFC
2018-07-15 Andrea Di Biagio[llvm-mca] Regenerate X86 specific tests. NFC
2018-07-15 Andrea Di Biagio[llvm-mca][BtVer2] teach how to identify false dependen...
2018-07-15 Dylan McKay[AVR] Document some public functions
2018-07-15 Craig Topper[TableGen] std::move vectors into TreePatternNode.
2018-07-15 Craig Topper[TableGen] Remove what seems to be an unnecessary std...
2018-07-15 Craig Topper[X86] Add some optsize patterns for 256-bit X86vzmovl.
2018-07-15 Petr Hosek[CMake] Pass CMAKE_INSTALL_DO_STRIP to external projects
2018-07-15 Craig Topper[TableGen] Add some std::move to the PatternToMatch...
2018-07-14 Matt Davis[llvm-mca] Turn InstructionTables into a Stage.
2018-07-14 Roman Lebedev[NFC][InstCombine] foldICmpWithLowBitMaskedVal(): updat...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) s< x to x s> (...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) s< x to...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) s>= x to x s<=...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) s>= x ...
2018-07-14 Roman Lebedev[InstCombine] Fold x s<= x & (-1 >> y) to x s<=...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x s<= x & (-1 >> y) ...
2018-07-14 Roman Lebedev[InstCombine] Fold x s> x & (-1 >> y) to x s> (...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x s> x & (-1 >> y) to...
2018-07-14 Roman Lebedev[InstCombine] Fold x u<= x & C to x u<= C
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x u<= x & C to x u...
2018-07-14 Roman Lebedev[InstCombine] Fold x u> x & C to x u> C
next