[PowerPC] Fix LoopPreIncPrep not to depend on SCEV constant simplifications
[oota-llvm.git] / lib / Target / PowerPC / PPCLoopPreIncPrep.cpp
2015-11-08 Hal Finkel[PowerPC] Fix LoopPreIncPrep not to depend on SCEV...
2015-10-20 Duncan P. N. Exon... PowerPC: Remove implicit ilist iterator conversions...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-12 Hal Finkel[PowerPC] Really iterate over all loops in PPCLoopDataP...
2015-04-11 Hal Finkel[PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loops
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-07 Hal Finkel[PowerPC] Handle loop predecessor invokes
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-05 Hal Finkel[PowerPC] Prepare loops for pre-increment loads/stores