OSDN Git Service

Move getOpcode() call into if statement. NFCI.
[android-x86/external-llvm.git] / lib /
2019-05-05 Simon PilgrimMove getOpcode() call into if statement. NFCI.
2019-05-05 Simon Pilgrim[SLPVectorizer] Prefer pre-increments. NFCI.
2019-05-05 Craig Topper[LLParser] Remove unused variable after r359987. NFC
2019-05-05 Craig Topper[LLParser] Remove unnecessary error check making sure...
2019-05-05 Craig Topper[LLParser] Simplify type checking in ParseArithmetic...
2019-05-05 Craig Topper[Constants] Simplify type checking switch in ConstantEx...
2019-05-05 Andrea Di Biagio[MCA] Notify event listeners when instructions transiti...
2019-05-05 Cameron McInallyAdd FNeg IR constant folding support
2019-05-05 Simon Pilgrim[X86] Make X86RegisterInfo(const Triple &TT) constructo...
2019-05-05 Simon Pilgrim[X86] Fix some cppcheck "Local variable name shadows...
2019-05-05 Simon Pilgrim[SLPVectorizer] Make getSpillCost() const. NFCI.
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 Sanjay Patel[CodeGenPrepare] limit overflow intrinsic matching...
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 Jessica Paquette[AArch64][GlobalISel] Use fcsel instead of csel for...
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 wait count insertion
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 s_code_end generation
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 loop alignment
2019-05-03 Mandeep Singh Grang[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 Craig Topper[X86] Allow assembly parser to accept x/y/z suffixes...
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 Matt ArsenaultAMDGPU: Remove redundant patterns for shifts
2019-05-03 Matt ArsenaultAMDGPU: Remove redundant patterns for sub
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 Simon PilgrimAvoid cppcheck operator precedence warnings. NFCI.
2019-05-03 Matt ArsenaultAMDGPU: Fix incorrect commute with sub when folding...
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 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 Nico Weberlld-link: Add /force:multipleres extension to make...
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 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] 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
2019-05-02 Stanislav Mekhanoshin[AMDGPU] gfx1010 constant bus limit
2019-05-02 Craig Topper[X86] Remove the redundant suffix in vfpclassp[d,s...
2019-05-02 Nico Weberlld-link: Make "duplicate resource" error message a...
2019-05-02 Bob Haarmanremove inalloca parameters in globalopt and simplify...
2019-05-02 Thomas Preud'hommeFileCheck [4/12]: Introduce @LINE numeric expressions
2019-05-01 Hiroshi Yamauchi[PGO][CHR] A bug fix.
2019-05-01 Lang Hames[ORC] Pass object buffer ownership back in NotifyEmitted.
2019-05-01 Jessica Paquette[GlobalISel][AArch64] Use fmov for G_FCONSTANT when...
2019-05-01 Simon Pilgrim[X86][SSE] Fold scalar horizontal add/sub for non-0...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 GCNRegBankReassign pass
2019-05-01 Nico WeberOption spell checking: Penalize delimiter flags if...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 GCNNSAReassign pass
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 MIMG implementation
2019-05-01 Teresa Johnson[ThinLTO] Fix unreachable code when parsing summary...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 DS implementation
2019-05-01 Sanjay PatelRevert "[DAGCombiner] try repeated fdiv divisor transfo...
2019-05-01 Simon PilgrimFix 80 column violation. NFCI.
2019-05-01 Keno Fischer[SCEV] Use isKnownViaNonRecursiveReasoning for smax...
2019-05-01 Simon Pilgrim[X86][SSE] Add demanded elts support X86ISD::PMULDQ...
2019-05-01 Nico WeberFix OptTable::findNearest() adding delimiter for free
2019-05-01 Keno Fischer[LoopInfo] Faster implementation of setLoopID. NFC.
next