OSDN Git Service

android-x86/external-llvm.git
2019-05-05 Simon Pilgrim[SelectionDAG] Use any_of/all_of where possible. NFCI.
2019-05-05 Simon PilgrimMove Value *RHSCIOp def into the scope where its actual...
2019-05-04 Cameron McInallyAdd InstCombine tests for FNeg instruction.
2019-05-04 Sanjay Patel[CodeGenPrepare] limit overflow intrinsic matching...
2019-05-04 Fangrui Song[llvm-nm] Convert weak.test to use yaml2obj and fix...
2019-05-04 Stanislav Mekhanoshin[AMDGPU] Fixed asan error after D61536
2019-05-04 Stanislav MekhanoshinAMDGPU] gfx1010 hazard recognizer
2019-05-04 Stanislav Mekhanoshin[AMDGPU] gfx1010: use fmac instructions
2019-05-04 Lang Hames[JITLink] Add two useful Section operations: find by...
2019-05-03 Sanjay Patel[x86] add tests for fneg IR with undef; NFC
2019-05-03 Jessica Paquette[AArch64][GlobalISel] Use fcsel instead of csel for...
2019-05-03 Craig TopperMake the git-llvm script work on older git versions...
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 wait count insertion
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 s_code_end generation
2019-05-03 Cameron McInallyUpdate PatternMatcher for FNeg
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 loop alignment
2019-05-03 Mandeep Singh... [COFF, ARM64] Fix ABI implementation of struct returns
2019-05-03 Matt ArsenaultReapply r359906, "RegAllocFast: Add heuristic to detect...
2019-05-03 Don Hinton[CommandLine] Enable Grouping for short options by...
2019-05-03 Simon Pilgrim[DAGCombine] Remove repeated variables. NFCI.
2019-05-03 Nico WeberRevert r359906, "RegAllocFast: Add heuristic to detect...
2019-05-03 Simon Pilgrim[TargetLowering] SimplifySetCC - remove repeated variab...
2019-05-03 Don Hinton[CommandLine] Change help output to prefix long options...
2019-05-03 Evgeniy StepanovRevert "[CodeGenPrepare] limit overflow intrinsic match...
2019-05-03 Matt ArsenaultRegAllocFast: Add heuristic to detect values not live...
2019-05-03 Brian Cain[hexagon] change AsmParser assertion to error
2019-05-03 Yonghong Song[Docs][CodeGenerator][eBPF] Correct the values for...
2019-05-03 Craig Topper[X86] Allow assembly parser to accept x/y/z suffixes...
2019-05-03 Don Hinton[llvm] Revert r231274: "Devirtualize ~parser<T> by...
2019-05-03 Simon Pilgrim[X86] LowerToHorizontalOp - Tidyup calls to getHopForBu...
2019-05-03 Simon Pilgrim[SelectionDAG] CreateTopologicalOrder - don't use iterator
2019-05-03 Matt ArsenaultAMDGPU: Select VOP3 form of sub
2019-05-03 Matt ArsenaultAMDGPU: Support shrinking add with FI in SIFoldOperands
2019-05-03 Robert LougherRevert r359549 - incorrect update of test checks. NFC
2019-05-03 Sanjay Patel[x86] add tests for fneg with undefs; NFC
2019-05-03 Matt ArsenaultAMDGPU: Remove redundant patterns for shifts
2019-05-03 Matt ArsenaultAMDGPU: Remove redundant patterns for sub
2019-05-03 Matt ArsenaultAMDGPU: Add baseline test for future patch
2019-05-03 Matt ArsenaultAMDGPU: Replace shrunk instruction with dummy implicit_def
2019-05-03 Simon Pilgrim[TargetLowering] ShrinkDemandedConstant - reduce scope...
2019-05-03 Simon Pilgrim[X86] Remove repeated variables. NFCI.
2019-05-03 Nico Webergn build: Merge r359878
2019-05-03 Sid ManningLet --discard-all imply --strip-debug.
2019-05-03 Simon Pilgrim[X86] Add X64 common prefixes and regenerate mul i64...
2019-05-03 Matt ArsenaultAMDGPU: Forgot to commit test file for r358890
2019-05-03 Simon PilgrimAvoid cppcheck operator precedence warnings. NFCI.
2019-05-03 Matt ArsenaultAMDGPU: Fix incorrect commute with sub when folding...
2019-05-03 Matt ArsenaultAMDGPU: Fix test verification
2019-05-03 Sanjay Patel[LICM] auto-generate complete test checks; NFC
2019-05-03 Sanjay Patel[CodeGenPrepare] limit overflow intrinsic matching...
2019-05-03 Sean Fertile[Object][XCOFF] Add an XCOFF dumper for llvm-readobj.
2019-05-03 Simon Pilgrim[TargetLowering] expandUnalignedStore - cleanup EVT...
2019-05-03 Anton AfanasyevRevert "[MIR] Add simple PRE pass to MachineCSE"
2019-05-03 Simon Pilgrim[SelectionDAG] Use INT_MIN as (1 << 31) is UB for signe...
2019-05-03 Simon Pilgrim[SelectionDAG] computeKnownBits - remove some duplicate...
2019-05-03 Simon Pilgrim[X86] LowerMULH - remove unused Lo/Hi vector indices...
2019-05-03 Anton Afanasyev[MIR] Add simple PRE pass to MachineCSE
2019-05-03 Simon PilgrimReduce variable scope to just the if() block its actual...
2019-05-03 Craig Topper[X86] Add more one checks to masked compare patterns...
2019-05-03 Igor Kudrin[docs] Add support for Markdown documentation when...
2019-05-03 Quentin Colombet[IRTranslator] Use the alloc size instead of the store...
2019-05-03 Eli Friedman[AArch64][MC] Reject "add x0, x1, w2, lsl #1" etc.
2019-05-03 Eric ChristopherTidy up a comment, fix a typo, remove a comment that...
2019-05-03 Eli Friedman[AArch64][Windows] Compute function length correctly...
2019-05-02 Alina Sbirlea[MemorySSA] Check that block is reachable when adding...
2019-05-02 Alina Sbirlea[MemorySSA] Refactor removing multiple trivial phis...
2019-05-02 Craig Topper[X86] Remove LEA16r references from X86FixupLEAs. NFCI
2019-05-02 Craig Topper[X86] Correct the register class for specific mask...
2019-05-02 Craig Topper[SelectionDAG] Add asserts to verify the vectorness...
2019-05-02 Evandro Menezes[AArch64] Update for Exynos
2019-05-02 Craig Topper[X86] Remove string literal from an if. NFC
2019-05-02 Jordan RupprechtRevert [ThinLTO] Fix X86/strong_non_prevailing.ll after...
2019-05-02 Jordan RupprechtRevert [llvm-nm] Fix handling of symbol types + [llvm...
2019-05-02 Nico Weberlld-link: Add /force:multipleres extension to make...
2019-05-02 Petr Hosek[gn] Include the missing BUILD.gn file for libcxxabi...
2019-05-02 Petr Hosek[gn] Update the clangd test lit site configuration
2019-05-02 Eric ChristopherTypo Functino->Function.
2019-05-02 Saleem Abdulrasoolbuild: add option to disable unwind tables
2019-05-02 George Rimar[yaml2obj] - Make interface of `NameToIdxMap` class...
2019-05-02 Petr Hosek[gn] Include libcxx configuration file
2019-05-02 Petr Hosek[gn] Support for building libc++
2019-05-02 Petr Hosek[gn] Support for building libcxxabi
2019-05-02 Petr Hosek[gn] Support for building libunwind
2019-05-02 Sanjay Patel[DAGCombiner] try repeated fdiv divisor transform befor...
2019-05-02 Sanjay Patel[SelectionDAG] remove constant folding limitations...
2019-05-02 Simon Pilgrim[X86][SSE] lowerAddSubToHorizontalOp - enable ymm extra...
2019-05-02 Simon Pilgrim[X86][SSE] Move shouldUseHorizontalOp inside isHorizont...
2019-05-02 James Henderson[llvm-strip]Add --no-strip-all to disable --strip-all...
2019-05-02 Fangrui Song[LTO] Migrate typedef to using
2019-05-02 Fangrui Song[llvm-readobj] Delete and inline relocAddressLess
2019-05-02 Fangrui Song[Object] Change getSectionName() to return Expected...
2019-05-02 Diana Picus[ARM GlobalISel] Fixup r359768
2019-05-02 Diana Picus[ARM GlobalISel] Select extensions to < 32 bits
2019-05-02 Diana Picus[ARM GlobalISel] Rename some inst selector tests. NFC
2019-05-02 Diana Picus[ARM GlobalISel] Legalize extensions to < 32 bits
2019-05-02 Kang Zhang[NFC][PowerPC] Return early if the element type is...
2019-05-02 Pavel LabathObject/Minidump: Add support for the ThreadList stream
2019-05-02 Fangrui Song[Support] Don't check MAP_ANONYMOUS, just use MAP_ANON
2019-05-02 Stanislav Mekhanoshin[AMDGPU] gfx1010 lost VOP2 forms of some add/sub
2019-05-02 Stanislav Mekhanoshin[AMDGPU] gfx1010 allows VOP3 to have a literal
next