Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a3c297dba429774fb1fe54eb59ea60b07cf5c879
/
llvm
/
lib
/
Analysis
/
LoopUnrollAnalyzer.cpp
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