OSDN Git Service

[AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32" suffix to 32-bit VINTRP opcodes
[android-x86/external-llvm.git] / test / Transforms /
2018-03-16 Philip Reames[LICM/mustexec] Extend first iteration must execute...
2018-03-16 Sanjay Patel[InstCombine] add nnan requirement to potential fabs...
2018-03-16 Brian M. Rzycki[JumpThreading] Track unreachable BBs to avoid processing
2018-03-16 Matthew Simpson[AArch64] Implement getArithmeticReductionCost
2018-03-16 Sanjay Patel[InstCombine] add more tests for fcmp+select -> fabs...
2018-03-15 Sanjay Patel[InstCombine] add tests for fcmp+select -> fabs; NFC
2018-03-15 Florian Hahn[LoopUnroll] Peel off iterations if it makes conditions...
2018-03-15 Philip Reames[LICM] Ignore exits provably not taken on first iterati...
2018-03-15 Philip Reames[EarlyCSE] Don't hide earler invariant.scopes
2018-03-15 Philip Reames[EarlyCSE] Reuse invariant scopes for invariant load
2018-03-15 Roman Lebedev[InstSimplify] peek through unsigned FP casts for sign...
2018-03-15 Matthew Simpson[ConstantFolding, InstSimplify] Handle more vector...
2018-03-15 Sanjay Patel[InstSimplify] add tests with NaN operand for fp binops...
2018-03-15 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-15 Sanjay Patel[InstSimplify] remove 'nsz' requirement for frem 0, X
2018-03-15 Ulrich Weigand[Debug] Retain both copies of debug intrinsics in Hoist...
2018-03-15 Fedor Sergeev[New PM][IRCE] port of Inductive Range Check Eliminatio...
2018-03-15 Andrei Elovikov[LoopUnroll] Ignore ephemeral values when checking...
2018-03-14 Sanjay Patel[InstSimplify] add tests for frem and vectors with...
2018-03-14 Philip Reames[EarlyCSE] Exploit open ended invariant.start scopes
2018-03-14 Sanjay Patel[InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
2018-03-14 Sanjay Patel[InstSimplify] add tests to show missing/broken fadd...
2018-03-14 Sanjay Patel[InstSimplify] regenerate checks; NFC
2018-03-14 Roman Lebedev[InstSimplify] [NFC] cast-unsigned-icmp-cmp-0.ll -...
2018-03-14 Roman Lebedev[InstSimplify] [NFC] Add tests for peeking through...
2018-03-14 Roman Lebedev[InstCombine] [NFC] Add tests for peeking through unsig...
2018-03-13 Hiroshi YamauchiSimplify more cases of logical ops of masked icmps.
2018-03-13 Brian M. Rzycki[LazyValueInfo] PR33357 prevent infinite recursion...
2018-03-13 Sanjay Patel[InstCombine] fix fmul reassociation to avoid creating...
2018-03-13 Daniel Neilson[SROA] Take advantage of separate alignments for memcpy...
2018-03-13 Eugene Leviant[Evaluator] Evaluate load/store with bitcast
2018-03-13 Clement Courbet[MergeICmps] Make sure that the comparison only has...
2018-03-13 Serguei KatkovRevert [SCEV] Fix isKnownPredicate
2018-03-13 Serguei Katkov[SCEV] Fix isKnownPredicate
2018-03-13 Vlad TsyrklevichReland r327041: [ThinLTO] Keep available_externally...
2018-03-12 Sanjay Patel[InstCombine] add test to show fmul transform creates...
2018-03-12 Volkan KelesBlockExtractor: Don’t delete functions directly
2018-03-12 Sanjay Patel[PatternMatch] enhance m_NaN() to ignore undef elements...
2018-03-12 Saleem AbdulrasoolObjCARC: teach the cloner about funclets
2018-03-12 Sanjay Patel[InstSimplify] add fcmp tests for constant NaN vector...
2018-03-12 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-12 Roman Lebedev[InstCombine] [NFC] Add tests for peeking through FP...
2018-03-12 Sanjay Patel[InstSimplify] add test for m_NegZero with undef elt...
2018-03-12 Eugene Leviant[ThinLTO] Recommit of import global variables
2018-03-12 Justin LebarBack out "Re-land: Teach CorrelatedValuePropagation...
2018-03-12 Serguei Katkov[CGP] Fix the remove of matched phis in complex address...
2018-03-11 Sanjay Patel[InstCombine] add tests for casted sign-bit cmp (PR3668...
2018-03-10 Sanjay Patel[InstSimplify] fp_binop X, undef --> NaN
2018-03-10 Sanjay Patel[ConstantFold] fp_binop AnyConstant, undef --> NaN
2018-03-10 Florian Hahn[PartialInlining] Use isInlineViable to detect construc...
2018-03-09 Ulrich WeigandRevert "[Debug] Retain both sets of debug intrinsics...
2018-03-09 Ulrich Weigand[Debug] Retain both sets of debug intrinsics in HoistTh...
2018-03-09 Peter CollingbourneUse branch funnels for virtual calls when retpoline...
2018-03-09 Renato Golin[LV] Adding test for r327109
2018-03-09 Farhana Aleen[AMDGPU] Supported ds_read_b128 generation; Widened...
2018-03-09 Chad Rosier[JumpThreading] Don't restrict cast-traversal to i1
2018-03-09 Sanjay Patel[InstSimplify] fix FP infinite hex constant values...
2018-03-09 Stefan PintilieRevert "[PowerPC] LSR tunings for PowerPC"
2018-03-09 Stefan PintilieRevert "[PowerPC] Move test to correct location."
2018-03-09 Eric ChristopherRevert "[ThinLTO] Keep available_externally symbols...
2018-03-09 Adrian PrantlLowerDbgDeclare: ignore dbg.declares for allocas with...
2018-03-08 Sanjay Patel[Reassociate] fix test to be independent of FP undef
2018-03-08 Sanjay Patel[ConstantFold] fp_binop undef, undef --> undef
2018-03-08 Vlad TsyrklevichSpecify that test from r327041 requires asserts
2018-03-08 Vlad TsyrklevichFix test failure introduced in r327041
2018-03-08 Vlad Tsyrklevich[ThinLTO] Keep available_externally symbols live
2018-03-08 Sanjay Patel[InstCombine] add min/max tests with not ops; NFC
2018-03-08 Sanjay Patel[StructurizeCFG] fix test to be independent of FP undef
2018-03-08 Sanjay Patel[StructurizeCFG] auto-generate full checks; NFC
2018-03-08 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-03-08 Sanjay Patel[InstSimplify] add more tests for FP undef; NFC
2018-03-08 Sanjay Patel[InstCombine, NewGVN] remove FP undef from tests
2018-03-07 Stefan Pintilie[PowerPC] Move test to correct location.
2018-03-07 Justin LebarRe-land: Teach CorrelatedValuePropagation to reduce...
2018-03-07 Stefan Pintilie[PowerPC] LSR tunings for PowerPC
2018-03-07 Justin LebarRevert rL326898: "Teach CorrelatedValuePropagation...
2018-03-07 Justin LebarTeach CorrelatedValuePropagation to reduce the width...
2018-03-07 Sven van Haastregt[LoadStoreVectorizer] Differentiate between <1 x T...
2018-03-07 Evgeny StupachenkoAdd early exit on reassociation of 0 expression.
2018-03-06 Sebastian PopDA: remove uses of GEP, only ask SCEV
2018-03-06 Sanjay Patel[PatternMatch] define m_Not using m_Xor and cst_pred_ty
2018-03-06 Florian Hahn[CallSiteSplitting] Do not crash when BB's terminator...
2018-03-05 Daniel Neilson[RewriteStatepoints] Fix stale parse points
2018-03-05 Alexey Bataev[SLP] Additional tests for stores vectorization, NFC.
2018-03-05 Daniel Neilson[InstCombine] Don't blow up in foldICmpWithCastAndCast...
2018-03-05 Craig Topper[InstCombine] Add constant vector support to getMinimum...
2018-03-05 Florian Hahn[IPSCCP] Add getCompare which returns either true,...
2018-03-05 Xin Tong[MergeICmp] We can discard initial blocks that do other...
2018-03-03 Fedor Indutny[CallSiteSplitting] properly split musttail calls
2018-03-03 Sanjay Patel[InstCombine] add test for vectors with undef elts...
2018-03-03 Sanjay Patel[InstCombine] (~X) - (~Y) --> Y - X
2018-03-03 Sanjay Patel[InstCombine] add tests for notnotsub; NFC
2018-03-02 Chandler Carruth[ThinLTO] Revert r325320: Import global variables
2018-03-02 Sanjay Patel[InstCombine] partly fix FMF for fmul+log2 fold
2018-03-02 Sanjay Patel[InstCombine] add tests for rL169025; NFC
2018-03-02 Craig Topper[InstCombine] Allow fptrunc (fpext X)) to be reduced...
2018-03-02 Yaxun LiuLoopUnroll: respect pragma unroll when AllowRemainder...
2018-03-02 Clement Courbet[MergeICmps] Revert accidentally submitted failing...
2018-03-02 Clement Courbet[MergeIcmps] Add the test case from PR36557.
2018-03-02 Craig Topper[InstCombine] Add more test case to fpextend.ll.
next