Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00b5ecab5d8133fe437cf4668b46cb5d2716447f
/
llvm
/
lib
/
Analysis
/
LoopUnrollAnalyzer.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
b45595b
Remove redundant includes from lib/Analysis.
by Michael Zolotukhin
· 8 years ago
796331c
[LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad
by David Majnemer
· 9 years ago
2d3592d
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
by Michael Zolotukhin
· 9 years ago
19edbad
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
by Michael Zolotukhin
· 9 years ago
d69cd1e
[LoopUnrollAnalyzer] Add a comment to visitCastInst.
by Michael Zolotukhin
· 9 years ago
15e7451
[LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge index.
by Michael Zolotukhin
· 9 years ago
7216dd4
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
by Michael Zolotukhin
· 9 years ago
3898b2b
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
by Michael Zolotukhin
· 9 years ago
963a6d9
Revert "Revert "[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the...""
by Michael Zolotukhin
· 9 years ago
9be3b8b
Revert "[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the..."
by Michael Zolotukhin
· 9 years ago
b7b8052
[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the...
by Michael Zolotukhin
· 9 years ago
a59a308
[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as simplified.
by Michael Zolotukhin
· 9 years ago
9f520eb
[LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating.
by Michael Zolotukhin
· 10 years ago
1da4afd
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
by Michael Zolotukhin
· 10 years ago