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
*
[Instruction] Add hasMetadata(Kind) helper [NFC]
Philip Reames
2019-09-04
1
-1
/
+1
*
[LoopInfo] Update getExitEdges to accept vector of pairs for non const BasicB...
Serguei Katkov
2019-07-09
1
-1
/
+1
*
[LoopPred] Stylistic improvement to recently added NE/EQ normalization [NFC]
Philip Reames
2019-07-09
1
-9
/
+5
*
[LoopPred] Extend LFTR normalization to the inverse EQ case
Philip Reames
2019-07-09
1
-0
/
+5
*
[IRBuilder] Introduce helpers for and/or of multiple values at once
Philip Reames
2019-07-06
1
-14
/
+4
*
[LoopPred] Fix a bug in unconditional latch bailout introduced in r362284
Philip Reames
2019-06-06
1
-2
/
+2
*
[LoopPred] Convert a second member function to a static helper [NFC]
Philip Reames
2019-06-03
1
-14
/
+15
*
[LoopPred] Convert member function to free helper function [NFC]
Philip Reames
2019-06-03
1
-43
/
+47
*
Inline variable into assert to fix unused variable warning.
Richard Trieu
2019-06-01
1
-3
/
+3
*
[LoopPred] Eliminate a redundant/confusing cover function [NFC]
Philip Reames
2019-06-01
1
-19
/
+20
*
[LoopPred] Handle a subset of NE comparison based latches
Philip Reames
2019-06-01
1
-21
/
+33
*
[LoopPred] Fix a blatantly obvious bug in r358684
Philip Reames
2019-04-18
1
-1
/
+1
*
[LoopPredication] Allow predication of loop invariant computations (within th...
Philip Reames
2019-04-18
1
-15
/
+80
*
[LoopPred] Stop passing around builders [NFC]
Philip Reames
2019-04-15
1
-31
/
+49
*
[LoopPred] Hoist and of predicated checks where legal
Philip Reames
2019-04-15
1
-2
/
+16
*
[LoopPredication] Simplify widenable condition handling [NFC]
Philip Reames
2019-04-02
1
-9
/
+18
*
[LoopPred] Rename a variable to simply a future patch [NFC]
Philip Reames
2019-04-01
1
-8
/
+8
*
[LoopPred] Be uniform about proving generated conditions
Philip Reames
2019-04-01
1
-0
/
+3
*
[LoopPred] Delete the old condition expressions if unused
Philip Reames
2019-04-01
1
-0
/
+5
*
[LoopPredication] Remove stale TODO
Philip Reames
2019-03-29
1
-2
/
+0
*
[LoopPredication] Use the builder's insertion point everywhere [NFC]
Philip Reames
2019-03-29
1
-11
/
+11
*
[LoopPredication] Support guards expressed as branches by widenable condition
Max Kazantsev
2019-01-22
1
-4
/
+60
*
[NFC] Factor out some reusable logic
Max Kazantsev
2019-01-22
1
-15
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Use utility function for guards detection
Max Kazantsev
2018-12-26
1
-3
/
+3
*
[LoopPredication] add some simple stats
Fedor Sergeev
2018-10-17
1
-0
/
+8
*
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