summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [LoopUnswitch] Unswitch on conditions feeding into guardsSanjoy Das2016-06-261-0/+97
* update tests to use FileCheckSanjay Patel2016-06-251-34/+47
* Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"David Majnemer2016-06-253-0/+25
* [SimplifyCFG] Stop inserting calls to llvm.trap for UBDavid Majnemer2016-06-253-25/+0
* [InstSimplify] Replace calls to null with undefDavid Majnemer2016-06-251-0/+16
* [SimplifyCFG] Replace calls to null/undef with unreachableDavid Majnemer2016-06-251-0/+31
* [PlaceSafepoints] Don't call undef in test case; NFCSanjoy Das2016-06-251-1/+3
* [LoopUnswitch] Avoid exponential behaviorSanjoy Das2016-06-251-0/+51
* The absence of noreturn doesn't ensure mayReturnDavid Majnemer2016-06-251-18/+0
* IR: Introduce llvm.type.checked.load intrinsic.Peter Collingbourne2016-06-256-12/+257
* Reinstate r273711David Majnemer2016-06-252-0/+29
* [PM] Port float2int to the new pass managerMichael Kuperstein2016-06-241-0/+1
* Hookup ProfileSummary with SampleProfilerLoaderDehao Chen2016-06-242-0/+18
* Revert r273711, it caused PR28298.Nico Weber2016-06-241-10/+0
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-2432-383/+278
* [PM] Port PreISelIntrinsicLowering to the new PMMichael Kuperstein2016-06-241-0/+1
* SimplifyInstruction does not imply DCEDavid Majnemer2016-06-241-0/+10
* Revert "InstCombine rule to fold trunc when value available"Reid Kleckner2016-06-241-57/+0
* [InstCombine] consolidate commutation variants of matchSelectFromAndOr() in o...Sanjay Patel2016-06-241-38/+147
* [LV] Preserve order of dependences in interleaved accesses analysisMatthew Simpson2016-06-241-0/+305
* Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses toChuang-Yu Cheng2016-06-241-0/+39
* InstCombine rule to fold trunc when value availableAnna Thomas2016-06-231-0/+57
* Upgrade other old memset/memcpy signatures in tests causing buildbot failures...Artur Pilipenko2016-06-231-2/+0
* [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.Michael Zolotukhin2016-06-231-0/+18
* Allow DeadStoreElimination to track combinations of partial later wrtiesHal Finkel2016-06-231-0/+200
* [SCCP] Don't assume all Constants are ConstantIntDavid Majnemer2016-06-231-0/+10
* [ValueTracking] improve ComputeNumSignBits for vector constantsSanjay Patel2016-06-221-2/+1
* Upgrade old memset/memcpy signatures (without isVolatile argument) in testsArtur Pilipenko2016-06-221-3/+1
* [InstSimplify] add ashr tests including vector typesSanjay Patel2016-06-221-0/+42
* [SLPVectorizer][X86] Added ceil/floor/nearbyint/rint/trunc vectorization testsSimon Pilgrim2016-06-221-0/+2158
* [InstSimplify] regenerate checksSanjay Patel2016-06-221-212/+256
* [Kryo] Enable loop prefetcher.Haicheng Wu2016-06-211-0/+51
* Fix PR28219: Use profile summary from reader and not compute itEaswaran Raman2016-06-212-0/+22
* reverted the prev commit due to assertion failureElena Demikhovsky2016-06-211-43/+0
* Fixed consecutive memory access detection in Loop Vectorizer.Elena Demikhovsky2016-06-211-0/+43
* [X86][SSE] Add cost model for BSWAP of vectorsSimon Pilgrim2016-06-201-134/+68
* [InstSimplify] analyze (optionally casted) icmps to eliminate obviously false...Sanjay Patel2016-06-203-41/+98
* Pass AssumptionCacheTracker from SampleProfileLoader to InlinerDehao Chen2016-06-202-0/+75
* InstCombine: Don't strip convergent from intrinsic callsitesMatt Arsenault2016-06-201-0/+11
* [InstCombine] consolidate some icmp+logic tests and improve checksSanjay Patel2016-06-204-47/+53
* [InstCombine] update to use FileCheck with autogenerated exact checkingSanjay Patel2016-06-201-9/+22
* [InstCombine] update to use FileCheck with autogenerated exact checkingSanjay Patel2016-06-201-143/+269
* [InstCombine] regenerate checksSanjay Patel2016-06-201-30/+45
* Reapply "[LoopIdiom] Don't remove dead operands manually"David Majnemer2016-06-201-0/+26
* Revert "[LoopIdiom] Don't remove dead operands manually"Cong Liu2016-06-201-26/+0
* Fix for PR27940Patrik Hagglund2016-06-201-0/+83
* [LoopIdiom] Don't remove dead operands manuallyDavid Majnemer2016-06-201-0/+26
* [InstSimplify] add tests for PR27689; regenerate checksSanjay Patel2016-06-191-22/+56
* [LoadCombine] Combine Loads formed from GEPS with negative indexesDavid Majnemer2016-06-191-0/+19
* Add looping testcase that broke in r272987Matt Arsenault2016-06-181-0/+21
OpenPOWER on IntegriCloud