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
/
Utils
/
LoopUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
Vectorizer: track non-fast FP instructions through phis when finding reductions.
Tim Northover
2016-05-27
1
-1
/
+1
*
[LoopVectorize] Handling induction variable with non-constant step.
Elena Demikhovsky
2016-05-10
1
-27
/
+65
*
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
Silviu Baranga
2016-05-05
1
-3
/
+30
*
[LoopUtils] Extend findStringMetadataForLoop to return the value for metadata
Adam Nemet
2016-04-22
1
-7
/
+18
*
[LoopUtils] Fix typo in comment
Adam Nemet
2016-04-21
1
-1
/
+1
*
[LoopUtils] Add asserts to findStringMetadataForLoop. NFC
Adam Nemet
2016-04-21
1
-0
/
+5
*
[LoopUtils] Move def of findStringMetadataForLoop to LoopUtils.cpp. NFC
Adam Nemet
2016-04-21
1
-0
/
+22
*
[LoopUtils, LV] Fix PR27246 (first-order recurrences)
Matthew Simpson
2016-04-11
1
-1
/
+1
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-4
/
+2
*
[LoopUtils, LV] Fix PR26734
Matthew Simpson
2016-03-03
1
-1
/
+1
*
[LV] Vectorize first-order recurrences
Matthew Simpson
2016-02-19
1
-0
/
+37
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-0
/
+60
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-43
/
+0
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-0
/
+43
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-3
/
+3
*
[LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions
James Molloy
2015-09-21
1
-0
/
+7
*
[LV] Relax Small Size Reduction Type Requirement
Matthew Simpson
2015-09-10
1
-6
/
+14
*
[LoopVectorize] Add Support for Small Size Reductions.
Chad Rosier
2015-08-27
1
-14
/
+154
*
[LoopVectorize] Extract InductionInfo into a helper class...
James Molloy
2015-08-27
1
-4
/
+56
*
Exposed findDefsUsedOutsideOfLoop as a loop utility function
Ashutosh Nema
2015-08-19
1
-0
/
+19
*
Late evaluation of the fast-math vectorization requirement.
Tyler Nowicki
2015-08-10
1
-4
/
+8
*
Refactor RecurrenceInstDesc
Tyler Nowicki
2015-06-16
1
-44
/
+41
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
1
-66
/
+66
*
[LoopVectorize] Don't crash on zero-sized types in isInductionPHI
David Majnemer
2015-06-05
1
-0
/
+3
*
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2015-04-23
1
-0
/
+46
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
1
-0
/
+453
[prev]