aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-24[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOpJay Foad1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin1-1/+0
2016-07-23[LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoadDavid Majnemer1-4/+10
2016-06-23[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.Michael Zolotukhin1-1/+1
2016-06-06[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.Michael Zolotukhin1-3/+5
2016-05-28[LoopUnrollAnalyzer] Add a comment to visitCastInst.Michael Zolotukhin1-0/+6
2016-05-27[LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge i...Michael Zolotukhin1-2/+2
2016-05-24[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.Michael Zolotukhin1-5/+1
2016-05-24[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.Michael Zolotukhin1-1/+6
2016-05-13Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...Michael Zolotukhin1-0/+10
2016-05-13Revert "[Unroll] Implement a conservative and monotonically increasing cost t...Michael Zolotukhin1-10/+0
2016-05-13[Unroll] Implement a conservative and monotonically increasing cost tracking ...Michael Zolotukhin1-0/+10
2016-05-13[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...Michael Zolotukhin1-1/+1
2016-02-26[LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simu...Michael Zolotukhin1-1/+1
2016-02-08Factor out UnrollAnalyzer to Analysis, and add unit tests for it.Michael Zolotukhin1-0/+191