index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
LoopUnrollAnalyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOp
Jay Foad
2019-07-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove redundant includes from lib/Analysis.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad
David Majnemer
2016-07-23
1
-4
/
+10
*
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
2016-06-23
1
-1
/
+1
*
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
Michael Zolotukhin
2016-06-06
1
-3
/
+5
*
[LoopUnrollAnalyzer] Add a comment to visitCastInst.
Michael Zolotukhin
2016-05-28
1
-0
/
+6
*
[LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge i...
Michael Zolotukhin
2016-05-27
1
-2
/
+2
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-5
/
+1
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-1
/
+6
*
Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...
Michael Zolotukhin
2016-05-13
1
-0
/
+10
*
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
2016-05-13
1
-10
/
+0
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
1
-0
/
+10
*
[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...
Michael Zolotukhin
2016-05-13
1
-1
/
+1
*
[LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simu...
Michael Zolotukhin
2016-02-26
1
-1
/
+1
*
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Michael Zolotukhin
2016-02-08
1
-0
/
+191