aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor1-0/+3
2015-12-15LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner1-1/+6
2015-11-08[PowerPC] Fix LoopPreIncPrep not to depend on SCEV constant simplificationsHal Finkel1-36/+78
2015-10-20PowerPC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-3/+3
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-04-12[PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrepHal Finkel1-7/+3
2015-04-11[PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loopsHal Finkel1-10/+27
2015-03-14[opaque pointer type] gep API migrationDavid Blaikie1-5/+6
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-7/+1
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-2/+2
2015-02-07[PowerPC] Handle loop predecessor invokesHal Finkel1-4/+12
2015-02-06Make helper functions/classes/globals static. NFC.Benjamin Kramer1-1/+1
2015-02-05[PowerPC] Prepare loops for pre-increment loads/storesHal Finkel1-0/+374