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
/
Transforms
/
Scalar
/
LoopPredication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-43
/
+43
*
[LoopPredication] Add profitability check based on BPI
Anna Thomas
2018-03-22
1
-3
/
+92
*
Rename and move utility function getLatchPredicateForGuard. NFC.
Serguei Katkov
2018-02-09
1
-30
/
+4
*
[Loop Predication] Teach LP about reverse loops with uge and sge latch condit...
Serguei Katkov
2018-02-08
1
-5
/
+8
*
[LoopPrediction] Introduce utility function getLatchPredicateForGuard. NFC.
Serguei Katkov
2018-02-07
1
-17
/
+30
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[Loop Predication] Teach LP about reverse loops
Anna Thomas
2017-12-04
1
-58
/
+135
*
[LoopPredication] NFC: Refactored code to separate out functions being reused
Anna Thomas
2017-11-03
1
-62
/
+92
*
[LoopPredication] Enable predication when latchCheckIV is wider than rangeCheck
Anna Thomas
2017-11-02
1
-10
/
+96
*
[LoopPredication] Handle the case when the guard and the latch IV have differ...
Artur Pilipenko
2017-10-27
1
-61
/
+87
*
[LoopPredication] Check whether the loop is already guarded by the first iter...
Artur Pilipenko
2017-10-12
1
-2
/
+6
*
[LoopPredication] Support ule, sle latch predicates
Artur Pilipenko
2017-10-12
1
-20
/
+35
*
Rework loop predication pass
Artur Pilipenko
2017-09-22
1
-38
/
+220
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[LoopPredication] NFC. Add extra debug output in case we fail to parse the ra...
Artur Pilipenko
2017-05-22
1
-1
/
+3
*
[LoopPredication] NFC. Move a nested struct declaration before the fields, cl...
Artur Pilipenko
2017-05-22
1
-7
/
+9
*
[LoopPredication] NFC. Extract LoopICmp struct and parseLoopICmp helper
Artur Pilipenko
2017-05-19
1
-18
/
+44
*
[LoopPredication] NFC. Extract LoopPredication::expandCheck helper
Artur Pilipenko
2017-05-19
1
-5
/
+16
*
[LoopPredication] NFC. Extract CanExpand helper lambda
Artur Pilipenko
2017-05-19
1
-2
/
+6
*
[LoopPredication] NFC. Add an early exit if there is no guards in the loop
Artur Pilipenko
2017-05-19
1
-0
/
+3
*
Loop predication expand both sides of the widened condition
Artur Pilipenko
2017-02-27
1
-5
/
+7
*
[LoopPredication] Add a new line to debug output in LoopPredication pass
Artur Pilipenko
2017-02-01
1
-1
/
+1
*
[Guards] Introduce loop-predication pass
Artur Pilipenko
2017-01-25
1
-0
/
+280