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
/
LoopRerollPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+2
*
[LoopReroll] Fix reroll root legality checking.
Eli Friedman
2019-02-12
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LoopReroll] Rewrite induction variable rewriting.
Eli Friedman
2018-06-22
1
-177
/
+59
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-1
/
+1
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-57
/
+62
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
1
-15
/
+55
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[LoopReroll] Prefer hasNUses/hasNUses or more as they're cheaper. NFCI.
Davide Italiano
2017-04-18
1
-2
/
+2
*
LoopRerollPass: Prefer Value::hasOneUse() over Value::getNumUses(). NFC.
Zvi Rackover
2017-04-18
1
-1
/
+1
*
[LoopReroll] Make root-finding more aggressive.
Eli Friedman
2016-11-21
1
-50
/
+58
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-5
/
+4
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
[LoopReroll] Reroll loops with unordered atomic memory accesses
Sanjoy Das
2016-07-19
1
-7
/
+7
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-15
/
+8
*
Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-12
/
+33
*
Revert r26084: Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-33
/
+12
*
Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-12
/
+33
*
Reroll loops with multiple IV and negative step part 3
Lawrence Hu
2016-04-30
1
-9
/
+155
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[PATCH] Force LoopReroll to reset the loop trip count value after reroll.
Zinovy Nis
2016-03-22
1
-5
/
+8
*
Allow setting MaxRerollIterations above 16
Elena Demikhovsky
2016-02-22
1
-5
/
+4
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-10
/
+2
*
Enable loopreroll to rerool loop with pointer induction variable.
Lawrence Hu
2016-01-25
1
-50
/
+123
*
Undo commit 258700 due to missing commit message
Lawrence Hu
2016-01-25
1
-123
/
+50
*
Differential Revision: http://reviews.llvm.org/D13151
Lawrence Hu
2016-01-25
1
-50
/
+123
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-1
/
+1
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-5
/
+12
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-16
/
+0
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
[LoopReroll] Ignore debug intrinsics
Weiming Zhao
2015-09-28
1
-1
/
+20
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-2
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Handle loop with negtive induction variable increment
Lawrence Hu
2015-07-24
1
-37
/
+35
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-16
/
+11
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[LoopReroll] Relax some assumptions a little.
James Molloy
2015-02-16
1
-3
/
+6
[next]