OSDN Git Service

[DAGCombiner] Add some comments to some true/false arguments to make it obvious what...
[android-x86/external-llvm.git] / lib /
2018-06-20 Craig Topper[DAGCombiner] Add some comments to some true/false...
2018-06-20 Craig Topper[SelectionDAG] Don't crash on inline assembly errors...
2018-06-20 Craig Topper[X86] Use binary search of the EVEX->VEX static tables...
2018-06-20 Vlad TsyrklevichRevert r334980 and 334983
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Philip Reames[InlineSpiller] Fix a crash due to lack of forward...
2018-06-19 Jessica Paquette[MachineOutliner] NFC: Remove insertOutlinerPrologue...
2018-06-19 Heejin Ahn[WebAssembly] Fix liveness tracking info after drop...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-19 Matt Davis[MIRParser] Update a diagnostic message to use the...
2018-06-19 Krzysztof Parzyszek[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST
2018-06-19 Craig Topper[X86] Initialize FMA3Info directly in its constructor...
2018-06-19 Craig Topper[X86] Don't fold unaligned loads into SSE ROUNDPS/ROUND...
2018-06-19 Krzysztof Parzyszek[Hexagon] Enforce restrictions on packetizing cache...
2018-06-19 Simon Dardis[mips] Mark microMIPS64 as being unsupported.
2018-06-19 Simon Dardis[mips] Fix the predicates of some aliases
2018-06-19 Simon Pilgrim[SLPVectorizer] Remove default OperandValueKind argumen...
2018-06-19 Strahinja Petrovic[PowerPC] Fix label address calculation for ppc32
2018-06-19 Mikhail Dvoretckii[InstCombine] Replacing X86-specific rounding intrinsic...
2018-06-19 Mikhail Dvoretckii[X86] VRNDSCALE* folding from masked and scalar ffloor...
2018-06-19 David Green[LoopSimplifyCFG] Invalidate SCEV in LoopSimplifyCFG
2018-06-19 Simon Pilgrim[SLPVectorizer] Pull out AltOpcode determination from...
2018-06-19 Bjorn PetterssonRemove valueCoversEntireFragment asserts in ConvertDebu...
2018-06-19 Florian Hahn[LoopInterchange] Move PHI handling to adjustLoopBranches.
2018-06-19 Mikhail DvoretckiiTest commit.
2018-06-19 QingShan ZhangIf the arch is P9, we will select the DFLOADf32/DFLOADf...
2018-06-19 Max Kazantsev[SimplifyIndVars] Eliminate redundant truncs
2018-06-19 Craig Topper[X86] Add the ability to force an EVEX2VEX mapping...
2018-06-19 Craig Topper[X86] Add a new VEX_WPrefix encoding to tag EVEX instru...
2018-06-19 Sanjoy DasRevert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWr...
2018-06-19 Craig Topper[X86] Simplify the TSFlags checking code in EvexToVexIn...
2018-06-19 Heejin Ahn[WebAssembly] Add more utility functions
2018-06-19 Heejin Ahn[WebAssembly] Add WasmEHFuncInfo for unwind destination...
2018-06-18 Heejin Ahn[WebAssembly] Make rethrow instruction take a target...
2018-06-18 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-18 Craig Topper[X86] Remove ReadAfterLd from avx512_shift_rmbi multiclass.
2018-06-18 Xin TongRevert "Simplify blockaddress usage before giving up...
2018-06-18 Xin TongSimplify blockaddress usage before giving up in MergeBl...
2018-06-18 Eric ChristopherTidy comment language and explanation.
2018-06-18 Eric ChristopherPull non-lazy stub table emission into a separate funct...
2018-06-18 Eric ChristopherAdd return statements to make it clear that all of...
2018-06-18 Wouter van Oortmerssen[WebAssembly] Modified tablegen defs to have 2 parallel...
2018-06-18 Michael Bergrefactor of visitFADD for AllowNewConst cases
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Fix predicate pattern diagnostics.
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Support for saturating INC/DEC...
2018-06-18 Wouter van Oortmerssen[WebAssembly] Cleaned up register accessors in WebAssem...
2018-06-18 Craig Topper[X86] Encode the EVEX2VEX exception list information...
2018-06-18 Michael Berg[NFC] make MIFlag accessor functions consistant with...
2018-06-18 Florian Hahn[VPlan] Add VPInstruction to VPRecipe transformation.
2018-06-18 Lang Hames[ORC] Add an initial implementation of a replacement...
2018-06-18 Lang Hames[ORC] Keep weak flag on VSO symbol tables during materi...
2018-06-18 Krzysztof ParzyszekShrink interval after moving copy in removePartialRedun...
2018-06-18 Nirav DaveFix typoed cast to avoid assertion in MCFragment::dump.
2018-06-18 Simon Pilgrim[SLPVectorizer] Tidyup isShuffle helper
2018-06-18 Florian Hahn[VPlanRecipeBase] Add eraseFromParent().
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Support for saturating INC/DEC...
2018-06-18 Simon Pilgrim[X86][BtVer2] Flag AVX2+ scheduler classes as unsupported
2018-06-18 Florian Hahn[VPlan] Fix sanitizer problem with insertBefore.
2018-06-18 Simon Pilgrim[SLPVectorizer] Avoid calling const VL.size() repeatedl...
2018-06-18 Florian Hahn[VPlanRecipeBase] Add insertBefore helper.
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares.
2018-06-18 Clement Courbet[X86] Fix NOOP sched overrides on BDW/HSW/SKL.
2018-06-18 Craig Topper[X86] Create X86InstrFMA3Group objects fully in a stati...
2018-06-18 Craig Topper[X86] Add '.s' aliases to the assembler for the various...
2018-06-18 Craig Topper[X86] Move the 'vmovq.s' and similar assembly strings...
2018-06-17 Lang Hames[ORC] Remove redundant condition
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
2018-06-17 Craig Topper[X86] Add all the FMA instructions direclty to the...
2018-06-17 Lang Hames[ORC] Suppress an unused variable warning for a debug...
2018-06-17 Lang Hames[ORC] Erase empty dependence sets when adding new symbo...
2018-06-17 Lang Hames[ORC] In MaterializationResponsibility, only maintain...
2018-06-17 Craig Topper[X86] Pass the parent SDNode to X86DAGToDAGISel::select...
2018-06-17 Sander de Smalen[AArch64][SVE] Asm: Support for bitwise operations...
2018-06-17 Sander de Smalen[AArch64][SVE] Asm: Support for SEL (vector/predicate...
2018-06-17 Jonas Hahnfeld[NVPTX] Ignore target-cpu and -features for inlining
2018-06-17 Heejin Ahn[WebAssembly] Simple comment fix. NFC.
2018-06-16 Craig Topper[X86] More additions to the load folding tables based...
2018-06-16 Craig Topper[X86] Hide POP16/32/64rmr and PUSH16/32/64rmr instructi...
2018-06-16 Craig Topper[X86] Fix an inconsistency between AVX512 and AVX/SSE...
2018-06-16 Michael ZolotukhinCorrelatedValuePropagation: Preserve DT.
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-16 Stanislav Mekhanoshin[AMDGPU] setcc (select cc, CT, CF), CF, eq | ne ->...
2018-06-16 Nirav DaveAvoid needing to walk out legalization tables. NFCI.
2018-06-16 Justin LebarRevert "[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV...
2018-06-16 Justin LebarRevert "[SCEV] Simplify some flags expressions." -...
2018-06-16 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-15 Justin Lebar[SCEV] Simplify some flags expressions.
2018-06-15 Justin Lebar[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-15 Francis Visoiu MistrihRevert r334729 "[DAG] Avoid needing to walk out legaliz...
2018-06-15 Francis Visoiu MistrihRevert r334731 "Avoid unused variable in non-assert...
2018-06-15 Craig Topper[X86] Add more instructions to the hasUndefRegUpdate...
2018-06-15 Benjamin Kramer[BPI] Remove unnecessary std::list
2018-06-15 Cameron McInally[FPEnv] Expand constrained FP POWI
2018-06-15 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-15 Matt Morehouse[SanitizerCoverage] Add associated metadata to pc-tables.
2018-06-15 Sean Fertile[PowerPC] Add support for high and higha symbol modifie...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-15 Tomasz Krupa[X86] Lowering sqrt intrinsics to native IR
2018-06-15 Craig Topper[X86] Prevent folding stack reloads into instructions...
next