OSDN Git Service

Rollback "[Support] Add RetryAfterSignal helper function"
[android-x86/external-llvm.git] / test / Transforms /
2018-06-08 Davide Italiano[InstCombine] Skip dbg.value(s) when looking at stack...
2018-06-08 Sanjay Patel[InstCombine] add llvm.assume + debuginfo test (PR37726...
2018-06-08 Daniil Fukalovreapply r334209 with fixes for harfbuzz in Chromium
2018-06-08 Roman Lebedev[InstSimplify] add nuw %x, -1 -> -1 fold.
2018-06-08 Roman Shirokiy[LV] Fix PR36983. For a given recurrence, fix all phis...
2018-06-08 Reid KlecknerRevert r334209 "[LSR] Check yet more intrinsic pointer...
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add tests for add nuw %x, -1 -...
2018-06-07 Roman Lebedev[NFC][InstSimplify] One more negative test for shl...
2018-06-07 Roman Lebedev[InstSimplify] shl nuw C, %x -> C iff signbit is set...
2018-06-07 Sanjay Patel[TargetLibraryInfo] add mappings from LLVM sin/cos...
2018-06-07 Daniil Fukalov[LSR] Check yet more intrinsic pointer operands
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add more tests for shl nuw C, ...
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add tests for shl nuw C, %x ->...
2018-06-07 Florian Hahn[Mem2Reg] Avoid replacing load with itself in promoteSi...
2018-06-06 Sanjay Patel[InstCombine] fold another shifty abs pattern to cmp...
2018-06-06 Sanjay Patel[InstCombine] add tests for another abs() pattern ...
2018-06-06 Roman Lebedev[InstCombine] PR37603: low bit mask canonicalization
2018-06-06 Roman Lebedev[InstCombine][NFC] PR37603: low bit mask canonicalizati...
2018-06-06 Vedant Kumar[Debugify] Move debug value intrinsics closer to their...
2018-06-06 Sanjay Patel[ConstProp] move tests for fp <--> int; NFC
2018-06-06 David Green[GlobalMerge] Set the alignment on merged global structs
2018-06-06 Tim NorthoverInstCombine: ignore debug instructions during fence...
2018-06-05 Guozhi Wei[CodeGenPrepare] Move Extension Instructions Through...
2018-06-05 John Brawn[InstCombine] Correct the cmp operand type used when...
2018-06-04 Sanjay Patel[InstCombine] refine UB-handling in shuffle-binop transform
2018-06-04 Dmitry MikulinIn thin and full LTO + CFI, direct function calls may...
2018-06-04 John Brawn[ValueTracking] Match select abs pattern when there...
2018-06-04 Vedant Kumar[Debugify] Add debug intrinsics before terminating...
2018-06-04 Serguei Katkov[InstCombine] Fix div handling
2018-06-03 Sanjay Patel[InstCombine] improve sub with bool folds
2018-06-02 Sanjay Patel[InstCombine] call simplify before trying vector folds
2018-06-02 Sanjay Patel[InstCombine] add more tests for shuffle-binop; NFC
2018-06-02 Chandler Carruth[PM/LoopUnswitch] Fix how the cloned loops are handled...
2018-06-01 Karl-Johan Karlsson[ConstantFold] Disallow folding vector geps into bitcasts
2018-06-01 Sanjay Patel[InstCombine] fix vector shuffle transform to replace...
2018-06-01 Sanjay Patel[InstCombine] add tests for broken shuffle transform...
2018-06-01 Vlad Tsyrklevich[ThinLTOBitcodeWriter] Emit summaries for regular LTO...
2018-06-01 Sanjay Patel[InstCombine] add baseline test for bug with div+select...
2018-06-01 Florian HahnRevert r333740: IPSCCP] Use PredicateInfo to propagate...
2018-06-01 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-05-31 Sanjay Patel[LoopVectorize, x86] add tests to show missing SVML...
2018-05-31 Craig Topper[LoopIdiomRecognize] Only convert loops to ctlz if...
2018-05-31 Sanjay Patel[LoopVectorize, x86] regenerate checks; NFC
2018-05-31 Sanjay Patel[InstCombine] narrow select to match condition operands...
2018-05-31 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-05-31 Alexandros Lamprineas[InstCombine, ARM] Convert vld1 to llvm load
2018-05-31 Roman LebedevRevert rL333106 / D46814: [InstCombine] Fold unfolded...
2018-05-31 Sanjay Patel[InstCombine] don't change the size of a select if...
2018-05-30 Sanjay Patel[InstCombine] don't negate constant expression with...
2018-05-30 Vlad Tsyrklevich[LowerTypeTests] Discard extern_weak linkage for defini...
2018-05-30 Karl-Johan Karlsson[ValueTracking] Fix endless recursion in isKnownNonZero()
2018-05-30 Alexandros Lamprineas[InstCombine, ARM, AArch64] Convert table lookup to...
2018-05-30 Chandler Carruth[PM/LoopUnswitch] When using the new SimpleLoopUnswitch...
2018-05-29 Chandler Carruth[LoopInstSimplify] Re-implement the core logic of loop...
2018-05-28 Farhana Aleen[AMDGPU] Re-enabled 128bit wide-vector generation for...
2018-05-27 David GreenRevert 333358 as it's failing on some builders.
2018-05-27 David Green[UnrollAndJam] Add a new Unroll and Jam pass
2018-05-25 Florian HahnRevert r333268: [IPSCCP] Use PredicateInfo to propagate...
2018-05-25 Guozhi Wei[CodeGenPrepare] Revert r331783
2018-05-25 Craig TopperRecommit r333226 "[ValueTracking] Teach computeKnownBit...
2018-05-25 David Stenberg[MustExecute] Fix a debug invariant issue in isGuarante...
2018-05-25 Florian Hahn[IPSCCP] Use PredicateInfo to propagate facts from...
2018-05-25 Craig TopperRevert r333226 "[ValueTracking] Teach computeKnownBits...
2018-05-24 Vedant Kumar[Debugify] Set a DI version module flag for llc compati...
2018-05-24 Vedant Kumar[Debugify] Avoid printing unnecessary square braces...
2018-05-24 Craig Topper[ValueTracking] Teach computeKnownBits that the result...
2018-05-24 Warren Ristow[InstCombine] Enable more reassociations using FMF...
2018-05-24 Jun Bum Lim[LICM] Preserve DT and LoopInfo specifically
2018-05-24 Chad Rosier[InstCombine] Combine XOR and AES instructions on ARM...
2018-05-24 Karl-Johan Karlsson[NaryReassociate] Detect deleted instr with WeakVH
2018-05-23 Changpeng FangStructurizeCFG: Adjust the loop depth for a subregion...
2018-05-23 Roman Lebedev[InstCombine] Fold unfolded masked merge pattern with...
2018-05-23 Craig Topper[InstCombine] Negate ABS/NABS patterns by swapping...
2018-05-23 Max Kazantsev[LoopUnswitch] Fix SCEV invalidation in unswitching
2018-05-23 Piotr PadlewskiFix aliasing of launder.invariant.group
2018-05-23 David Bolvansky[InstCombine] [NFC] Added more tests for unlocked IO...
2018-05-22 Sanjay Patel[InstCombine] use nsw negation for abs libcalls
2018-05-22 Sanjay Patel[InstCombine] move misplaced test file and regenerate...
2018-05-22 David BolvanskyDelete empty test file
2018-05-22 David Bolvansky[InstCombine] Remove calloc transformations
2018-05-22 Sanjay Patel[InstCombine] move/add tests for sub with bool op; NFC
2018-05-22 Florian Hahn[NewGVN] Fix handling of assumes
2018-05-22 Sanjay Patel[InstCombine] fix broken test
2018-05-22 David Bolvansky[InstCombine] Calloc-ed strings optimizations
2018-05-22 Karl-Johan Karlsson[LowerSwitch] Fixed faulty PHI node update
2018-05-22 Bjorn Pettersson[LoopVersioning] Don't modify the list that we iterate...
2018-05-22 Stanislav Mekhanoshin[AMDGPU] Optimze old value of v_mov_b32_dpp
2018-05-22 Matt ArsenaultAMDGPU: Make v2i16/v2f16 legal on VI
2018-05-21 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-05-21 Sanjay Patel[InstCombine] add tests for cast-of-select; NFC
2018-05-21 Craig Topper[EarlyCSE] Improve EarlyCSE of some absolute value...
2018-05-21 Diego Caballero[VPlan] Reland r332654 and silence unused func warning
2018-05-21 Alexey Bataev[InstCombine] Fix PR37526: MinMax patterns produce...
2018-05-21 Nico Weberrevert r332610, it breaks cfi, see D46326
2018-05-21 David Green[CVP] Require DomTree for new Pass Manager
2018-05-20 Craig Topper[X86] Remove mask arguments from permvar builtins/intri...
2018-05-20 Sanjay Patel[InstCombine] choose 1 form of abs and nabs as canonical
2018-05-19 Max Kazantsev[IRCE] Fix miscompile with range checks against negativ...
2018-05-19 Benjamin Kramer[MergeICmps] Don't crash when memcmp is not available
2018-05-19 Yaxun LiuFix evaluator for non-zero alloca addr space
next