summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* [InstCombine] Allow to limit the max number of iterationsJakub Kuderski2019-12-181-0/+41
* Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISelstozer2019-12-184-6/+7
* [NFC][InstCombine] Autogenerate assume.ll testRoman Lebedev2019-12-181-40/+77
* [InstCombine] add tests for copysign; NFCSanjay Patel2019-12-181-0/+23
* Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel"stozer2019-12-184-7/+6
* [DebugInfo] Correctly handle salvaged casts and split fragments at ISelstozer2019-12-184-6/+7
* [PowerPC] Add missing legalization for vector BSWAPNemanja Ivanovic2019-12-171-0/+97
* [LoopFusion] Move instructions from FC0.Latch to FC1.Latch.Whitney Tsang2019-12-174-44/+73
* [Attributor] H2S fix.Stefan Stipanovic2019-12-171-4/+16
* [Attributor][NFC] Add test for sle comparison in h2s.Stefan Stipanovic2019-12-171-0/+14
* [InstCombine][AMDGPU] Trim more components of *buffer_loadPiotr Sobczak2019-12-171-150/+150
* [LoopFusion] Restrict loop fusion to rotated loops.Kit Barton2019-12-165-640/+584
* [InstCombine] Teach removeBitcastsFromLoadStoreOnMinMax not to change the siz...Craig Topper2019-12-161-2/+5
* [BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessorBjorn Pettersson2019-12-162-4/+1
* [LoopRotate] Add test case to show dbg value problemBjorn Pettersson2019-12-161-0/+79
* [BasicBlockUtils] Add utility to remove redundant dbg.value instrsBjorn Pettersson2019-12-161-0/+112
* [InstSimplify] fold splat of inserted constant to vector constantSanjay Patel2019-12-152-11/+4
* [Attributor][Tests] Copy & use the ArgumentPromotion testsJohannes Doerfert2019-12-1433-0/+3744
* [ArgPromo][Tests] Run update_test_checks on all ArgumentPromotion testsJohannes Doerfert2019-12-1432-872/+1477
* [Attributor] Annotate call sites of declarations with a callbackJohannes Doerfert2019-12-132-5/+5
* [Attributor][NFC] Add more simple test situations for callbacksJohannes Doerfert2019-12-131-0/+31
* [Attributor][NFC] Reorder test functionsJohannes Doerfert2019-12-131-23/+23
* [Attributor] Reuse the IPConstantProp tests for the AttributorJohannes Doerfert2019-12-1324-0/+1442
* [InstSimplify] improve test coverage for insert+splat; NFCSanjay Patel2019-12-131-10/+21
* [PGO][PGSO] Enable size optimizations in code gen / target passes for cold code.Hiroshi Yamauchi2019-12-131-0/+41
* Reland [DataLayout] Fix occurrences that size and range of pointers are assum...Nicola Zaghen2019-12-136-10/+153
* Reapply [LVI] Normalize pointer behaviorNikita Popov2019-12-131-1/+2
* [Attributor][FIX] Do treat byval arguments specialJohannes Doerfert2019-12-121-0/+52
* [Matrix] Add first set of matrix intrinsics and initial lowering pass.Florian Hahn2019-12-1213-0/+1967
* Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...Nicola Zaghen2019-12-126-153/+10
* [DataLayout] Fix occurrences that size and range of pointers are assumed to b...Nicola Zaghen2019-12-126-10/+153
* [AutoFDO] Statistic for context sensitive profile guided inliningWenlei He2019-12-113-5/+109
* [InstCombine] Optimize overflow check base on uadd.with.overflow resultNikita Popov2019-12-111-14/+7
* [ValueTracking] Pointer is known nonnull after load/storeDanila Kutenin2019-12-114-38/+38
* [MergeFuncs] Remove incorrect attribute copyingNikita Popov2019-12-111-0/+30
* AMDGPU: Fix copy-pasted test name errorMatt Arsenault2019-12-111-2/+2
* [ARM][TypePromotion] Enable by defaultSam Parker2019-12-1110-10/+10
* Revert "Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated...Vlad Tsyrklevich2019-12-102-138/+0
* [InstSimplify] add tests for insert constant + splat; NFCSanjay Patel2019-12-102-0/+35
* [InstCombine] replace shuffle's insertelement operand if inserted scalar is n...Sanjay Patel2019-12-101-2/+6
* Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...stozer2019-12-102-0/+138
* add test for previous commitSam Parker2019-12-101-0/+66
* [IPConstantProp][NFCI] Improve and modernize testsJohannes Doerfert2019-12-0913-64/+99
* [ValueTracking] Allow context-sensitive nullness check for non-pointersJohannes Doerfert2019-12-094-13/+54
* [InstCombine] add tests for shuffle with insertelement operand; NFCSanjay Patel2019-12-091-0/+52
* [ARM] Add missing REQUIRES: asserts to test. NFCDavid Green2019-12-091-0/+1
* [ARM] Enable MVE masked loads and storesDavid Green2019-12-094-6/+6
* [ARM] Teach the Arm cost model that a Shift can be folded into other instruct...David Green2019-12-091-2/+2
* [ARM] Additional tests and minor formatting. NFCDavid Green2019-12-091-0/+86
* Revert 393dacacf7e7 "[ARM] Enable TypePromotion by default"Hans Wennborg2019-12-0910-10/+10
OpenPOWER on IntegriCloud