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
/
test
/
Transforms
/
LoopUnroll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LoopUnroll] Fix a PowerPC test broken by r277524.
Michael Zolotukhin
2016-08-02
1
-1
/
+1
*
[LoopUnroll] Switch the default value of -unroll-runtime-epilog back to its o...
Michael Zolotukhin
2016-08-02
9
-49
/
+25
*
[LoopUnroll] Ensure we create prolog loops in simplified form.
Michael Zolotukhin
2016-08-02
1
-1
/
+1
*
[LoopUnroll] Include hotness of region in opt remark
Adam Nemet
2016-07-29
2
-1
/
+29
*
[PM] Port LoopUnroll.
Sean Silva
2016-07-19
1
-0
/
+1
*
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
2016-06-23
1
-0
/
+18
*
[SCEV] Fix incorrect trip count computation
Sanjoy Das
2016-06-18
1
-32
/
+0
*
[LoopUnroll] Don't crash trying to unroll loop with EH pad exit
David Majnemer
2016-06-15
1
-0
/
+77
*
The patch set unroll disable pragma when unroll
Evgeny Stupachenko
2016-06-08
1
-0
/
+25
*
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
Michael Zolotukhin
2016-06-06
1
-0
/
+16
*
The patch refactors unroll pass.
Evgeny Stupachenko
2016-05-27
1
-1
/
+1
*
[LoopUnrollAnalyzer] Bail out instead of dying with assert when facing huge i...
Michael Zolotukhin
2016-05-27
1
-0
/
+21
*
[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
Michael Zolotukhin
2016-05-26
1
-0
/
+30
*
Re-enable "[LoopUnroll] Enable advanced unrolling analysis by default" one mo...
Michael Zolotukhin
2016-05-24
1
-1
/
+1
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-0
/
+18
*
Revert r270518, which re-enabled "[LoopUnroll] Enable advanced unrolling anal...
Hans Wennborg
2016-05-24
1
-1
/
+1
*
Revert "Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by de...
Michael Zolotukhin
2016-05-24
1
-1
/
+1
*
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
Michael Zolotukhin
2016-05-24
1
-1
/
+20
*
Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default."
Hans Wennborg
2016-05-23
1
-1
/
+1
*
[LoopUnroll] Enable advanced unrolling analysis by default.
Michael Zolotukhin
2016-05-23
1
-1
/
+1
*
[LoopUnrollAnalyzer] Take into account cost of instructions controlling branc...
Michael Zolotukhin
2016-05-18
1
-0
/
+32
*
Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...
Michael Zolotukhin
2016-05-13
3
-2
/
+40
*
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
2016-05-13
3
-40
/
+2
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
3
-2
/
+40
*
[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...
Michael Zolotukhin
2016-05-13
2
-1
/
+29
*
Loop unroller: set thresholds for optsize and minsize functions to zero
Hans Wennborg
2016-05-10
5
-170
/
+36
*
Adding test cases showing the behavior of LoopUnrollPass according to optnone...
Marianne Mailhot-Sarrasin
2016-05-04
1
-0
/
+160
*
[LoopUnroll] Unroll loops which have exit blocks to EH pads
David Majnemer
2016-05-03
1
-0
/
+40
*
The patch fixes PR27392.
Evgeny Stupachenko
2016-04-27
4
-18
/
+28
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-4
/
+3
*
[LoopUnroll] Fix the way we update DT after complete unrolling.
Michael Zolotukhin
2016-04-06
1
-0
/
+53
*
LoopUnroll: only allow non-modulo Partial unrolling when Runtime=true
Fiona Glaser
2016-04-06
1
-1
/
+1
*
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
Davide Italiano
2016-04-05
1
-0
/
+6
*
Adds the ability to use an epilog remainder loop during loop unrolling and makes
David L Kreitzer
2016-04-05
12
-87
/
+162
*
Enable unroll for constant bound loops when TripCount is not modulo of unroll...
Zia Ansari
2016-04-04
1
-0
/
+29
*
Enable non-power-of-2 #pragma unroll counts.
David L Kreitzer
2016-03-25
1
-0
/
+37
*
[LoopUnroll] Respect the convergent attribute.
Justin Lebar
2016-03-14
1
-0
/
+83
*
[LoopUnroll] Convert some existing tests to unit-tests.
Michael Zolotukhin
2016-03-12
2
-226
/
+0
*
[LoopUnrolling] Fix a bug introduced in r259869 (PR26688).
Michael Zolotukhin
2016-02-22
1
-0
/
+34
*
[SCEVExpander] Make findExistingExpansion smarter
Junmo Park
2016-02-16
1
-0
/
+34
*
AMDGPU: Remove some old intrinsic uses from tests
Matt Arsenault
2016-02-11
1
-6
/
+6
*
LoopUnroll: Use the optsize threshold for minsize as well
Justin Bogner
2016-01-11
1
-1
/
+2
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-1
/
+1
*
AMDGPU: Switch barrier intrinsics to using convergent
Matt Arsenault
2015-12-19
2
-0
/
+36
*
Don't recompute LCSSA after loop-unrolling when possible.
Michael Zolotukhin
2015-11-14
1
-0
/
+119
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+2
*
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...
Tobias Grosser
2015-11-03
1
-1
/
+1
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-11-02
1
-1
/
+1
*
Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their
Chen Li
2015-10-28
1
-1
/
+1
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-10-28
1
-1
/
+1
[next]