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
/
LoopRotation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-0
/
+1
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-3
/
+3
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-13
/
+4
*
[PM] Introduce a reasonable port of the main per-module pass pipeline
Chandler Carruth
2016-12-22
1
-2
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-8
/
+18
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-18
/
+8
*
Preserve assumption cache in loop-rotate.
Eli Friedman
2016-11-09
1
-0
/
+4
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+2
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-7
/
+6
*
Reinstate r273711
David Majnemer
2016-06-25
1
-2
/
+7
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-7
/
+2
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-2
/
+7
*
LoopRotate: restructure code to simplify functions
Sebastian Pop
2016-06-14
1
-41
/
+59
*
Don't try to rotate a loop more than once - we never do this anyway.
Michael Zolotukhin
2016-06-10
1
-14
/
+10
*
Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotation
Chuang-Yu Cheng
2016-05-10
1
-0
/
+34
*
PM: Port LoopRotation to the new loop pass manager
Justin Bogner
2016-05-03
1
-8
/
+33
*
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
*
Transforms: Fix bootstrap after r266565
Duncan P. N. Exon Smith
2016-04-17
1
-1
/
+1
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-19
/
+4
*
[LoopRotate] Don't perform loop rotation if the loop header calls a convergen...
Justin Lebar
2016-02-12
1
-0
/
+5
*
LoopRotate: Convert the methods of LoopRotate to utility functions. NFC
Justin Bogner
2015-12-14
1
-79
/
+82
*
LoopRotate: Reorder some method implementations. NFC
Justin Bogner
2015-12-14
1
-159
/
+159
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+6
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+10
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+2
*
[GMR] Add a late run of GlobalsModRef to the main pass pipeline behind
Chandler Carruth
2015-07-23
1
-0
/
+2
*
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
-0
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+5
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+2
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-3
/
+4
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
LoopRotate: Don't walk the uses of a Constant
David Majnemer
2015-01-27
1
-11
/
+8
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-2
/
+5
*
[PM] Replace another Pass argument with specific analyses that are
Chandler Carruth
2015-01-18
1
-1
/
+1
*
[PM] Refactor how the LoopRotation pass access the DominatorTree.
Chandler Carruth
2015-01-18
1
-20
/
+18
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-7
/
+8
*
Do not simplifyLatch for loops where hoisting increments couldresult in extra...
Yi Jiang
2014-10-29
1
-3
/
+30
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-0
/
+1
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-1
/
+9
*
Fix typos in comments and doc
JF Bastien
2014-08-05
1
-2
/
+2
*
Make the LoopRotate pass's maximum header size configurable both programmatic...
Owen Anderson
2014-05-26
1
-4
/
+14
[next]