Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
db5a5655141c70c31bdcbb92aec6104bc533b6ac
/
llvm
/
lib
/
Transforms
/
Utils
/
LoopUtils.cpp
0de990d
Fix up a comment. NFC.
by Michael Kuperstein
· 9 years ago
7cefb40
[LV] Allow reductions that have several uses outside the loop
by Michael Kuperstein
· 9 years ago
ee31cbe
[LV] Don't panic when encountering the IV of an outer loop.
by Michael Kuperstein
· 9 years ago
997dac8
Remove stale comment. NFC.
by Michael Kuperstein
· 9 years ago
b151a64
[LoopUnroll] Implement profile-based loop peeling
by Michael Kuperstein
· 9 years ago
41d72a8
Use profile info to adjust loop unroll threshold.
by Dehao Chen
· 9 years ago
c3ccf5d
[LCSSA] Perform LCSSA verification only for the current loop nest.
by Igor Laevsky
· 9 years ago
4f155b6
[LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass
by Adam Nemet
· 9 years ago
4253126
Use the range variant of find/find_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
0a16c22
Use range algorithms instead of unpacking begin/end
by David Majnemer
· 9 years ago
12937c3
[LoopUnroll] Include hotness of region in opt remark
by Adam Nemet
· 9 years ago
2f2bd8c
[LoopUtils] Sort headers
by Adam Nemet
· 9 years ago
376a18b
[Loop Vectorizer] Handling loops FP induction variables.
by Elena Demikhovsky
· 9 years ago
f1da33e
[LICM] Make isGuaranteedToExecute more accurate.
by Eli Friedman
· 9 years ago
122f984
Move isGuaranteedToExecute out of LICM.
by Evgeniy Stepanov
· 9 years ago
e12c487
[PM] Port LCSSA to the new PM.
by Easwaran Raman
· 9 years ago
10a1e8b
Vectorizer: track non-fast FP instructions through phis when finding reductions.
by Tim Northover
· 9 years ago
c434d09
[LoopVectorize] Handling induction variable with non-constant step.
by Elena Demikhovsky
· 9 years ago
c05bab8
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
by Silviu Baranga
· 9 years ago
fe3def7
[LoopUtils] Extend findStringMetadataForLoop to return the value for metadata
by Adam Nemet
· 9 years ago
6dcf078
[LoopUtils] Fix typo in comment
by Adam Nemet
· 9 years ago
293be66
[LoopUtils] Add asserts to findStringMetadataForLoop. NFC
by Adam Nemet
· 9 years ago
963341c
[LoopUtils] Move def of findStringMetadataForLoop to LoopUtils.cpp. NFC
by Adam Nemet
· 9 years ago
53207a9
[LoopUtils, LV] Fix PR27246 (first-order recurrences)
by Matthew Simpson
· 10 years ago
8dd66e5
Remove HasFnAttribute guards to getFnAttribute calls
by Nirav Dave
· 10 years ago
b840a6d
[LoopUtils, LV] Fix PR26734
by Matthew Simpson
· 10 years ago
29c997c
[LV] Vectorize first-order recurrences
by Matthew Simpson
· 10 years ago
31088a9
[LPM] Factor all of the loop analysis usage updates into a common helper
by Chandler Carruth
· 10 years ago
a252815
function names start with a lower case letter ; NFC
by Sanjay Patel
· 10 years ago
ad1ccb3
Revert r255115 until we figure out how to fix the bot failures.
by Silviu Baranga
· 10 years ago
41eb682
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions
by Silviu Baranga
· 10 years ago
45d4cb9
[Utils] Put includes in correct order. NFC.
by Weiming Zhao
· 10 years ago
50a4c27
[LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions
by James Molloy
· 10 years ago
29dc0f7
[LV] Relax Small Size Reduction Type Requirement
by Matthew Simpson
· 10 years ago
c94f8e2
[LoopVectorize] Add Support for Small Size Reductions.
by Chad Rosier
· 10 years ago
1bbf15c
[LoopVectorize] Extract InductionInfo into a helper class...
by James Molloy
· 10 years ago
c5b7b55
Exposed findDefsUsedOutsideOfLoop as a loop utility function
by Ashutosh Nema
· 10 years ago
c1a86f5
Late evaluation of the fast-math vectorization requirement.
by Tyler Nowicki
· 10 years ago
27b2c39
Refactor RecurrenceInstDesc
by Tyler Nowicki
· 10 years ago
0a91310
Rename Reduction variables/structures to Recurrence.
by Tyler Nowicki
· 10 years ago
b58f32f
[LoopVectorize] Don't crash on zero-sized types in isInductionPHI
by David Majnemer
· 10 years ago
24e6cc2
Move common loop utility function isInductionPHI into LoopUtils.cpp
by Karthik Bhat
· 10 years ago
76aa662
[NFC] Refactor identification of reductions as common utility function.
by Karthik Bhat
· 11 years ago