aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2019-02-04[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemandedNicolai Haehnle
2019-02-04[WarnMissedTransforms] Do not warn about already vectorized loops.Michael Kruse
2019-02-04[CGP] use IRBuilder to simplify codeSanjay Patel
2019-02-04Commit tests for changes in revision D41608Dmitry Venikov
2019-02-03[LoopIdiomRecognize] @llvm.dbg values shouldn't affect the transformation.Davide Italiano
2019-02-03[CGP] adjust target constraints for forming uaddoSanjay Patel
2019-02-03[PatternMatch] add special-case uaddo matching for increment-by-one (2nd try)Sanjay Patel
2019-02-03[CGP] move test file to prevent bot failuresSanjay Patel
2019-02-03[InstSimplify] Missed optimization in math expression: log10(pow(10.0,x)) == ...Dmitry Venikov
2019-02-02[LCSSA] Handle case with single new PHI faster.Florian Hahn
2019-02-01[InstCombine] Refactor test checks (NFC)Evandro Menezes
2019-02-01[Test] Update file w/update_test_checks.py to make a follow on change obviousPhilip Reames
2019-02-01[InstCombine] Expand Windows test (NFC)Evandro Menezes
2019-02-01[InstCombine] Expand Windows test (NFC)Evandro Menezes
2019-02-01[InstCombine] Extra null-checking on TFE/LWE supportMichael Liao
2019-02-01[InstCombine] Refactor test checks (NFC)Evandro Menezes
2019-02-01[InstCombine] Expand Windows test (NFC)Evandro Menezes
2019-02-01[InstCombine] Refactor test checks (NFC)Evandro Menezes
2019-02-01[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsicSanjay Patel
2019-02-01Provide reason messages for unviable inliningYevgeny Rouban
2019-01-31Lower widenable_conditions in CGPPhilip Reames
2019-01-31Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...Teresa Johnson
2019-01-31revert r352766: [PatternMatch] add special-case uaddo matching for increment-...Sanjay Patel
2019-01-31Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"Teresa Johnson
2019-01-31[PatternMatch] add special-case uaddo matching for increment-by-oneSanjay Patel
2019-01-31[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leaderTeresa Johnson
2019-01-31[CGP] add more tests for uaddo; NFCSanjay Patel
2019-01-31Default lowering for experimental.widenable.conditionMax Kazantsev
2019-01-31Commit tests for changes in revision D41940Dmitry Venikov
2019-01-31[InstCombine] Missed optimization in math expression: simplify calls exp func...Dmitry Venikov
2019-01-31[SCEV] Prohibit SCEV transformations for huge SCEVsMax Kazantsev
2019-01-31Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""David L. Jones
2019-01-31[InstCombine] Expand testing for Windows (NFC)Evandro Menezes
2019-01-31[InstCombine] Simplify check clauses in test (NFC)Evandro Menezes
2019-01-30Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington
2019-01-30[Tests] Add tests for propagation of undef elements in vector GEPsPhilip Reames
2019-01-30SimplifyDemandedVectorElts for all intrinsicsPhilip Reames
2019-01-30[InstCombine][x86] add tests for addcarry intrinsic; NFCSanjay Patel
2019-01-30Commit tests for changes in revision D41342Dmitry Venikov
2019-01-29Check bool attribute value in getOptionalBoolLoopAttribute.Alina Sbirlea
2019-01-29[InstCombine] canonicalize cmp/select form of uadd saturate with constantSanjay Patel
2019-01-29[InstCombine] regenerate test checks; NFCSanjay Patel
2019-01-29[InstCombine] add tests for ext-of-bool + add/sub; NFCSanjay Patel
2019-01-29[IPCP] Don't crash due to arg count/type mismatch between caller/calleeBjorn Pettersson
2019-01-29Correct contents for r352453Philip Reames
2019-01-29[Tests] Regen to remove future test diffsPhilip Reames
2019-01-29[Test] Add tests for gather/maked.load demanded elements, and convert the who...Philip Reames
2019-01-28Demanded elements support for vector GEPsPhilip Reames
2019-01-28[CGP] auto-generate complete checks for add overflow tests; NFCSanjay Patel
2019-01-28[InstCombine] add another saturating uadd test (no undefs); NFCSanjay Patel