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
/
LoopDeletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[SCEV] Rename getMaxBackedgeTakenCount to getConstantMaxBackedgeTakenCount [NFC]
Philip Reames
2019-08-14
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+13
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-11
/
+6
*
[LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC
Marcello Maggioni
2017-10-04
1
-134
/
+2
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-3
/
+10
*
LoopDeletion: use return value instead of passing in LPMUpdater; NFC
Sanjoy Das
2017-09-27
1
-19
/
+28
*
Rename markAsErased to erase, as pointed out in a previous review; NFC
Sanjoy Das
2017-09-22
1
-1
/
+1
*
[LoopInfo] Make LoopBase and Loop destructors non-public
Sanjoy Das
2017-09-19
1
-1
/
+1
*
[Dominators] Teach LoopDeletion to use the new incremental API
Jakub Kuderski
2017-08-02
1
-20
/
+41
*
[LoopDeletion] NFC: Add loop being analyzed debug statement
Anna Thomas
2017-07-04
1
-0
/
+2
*
[LoopDeletion] NFC: Add debug statements to the optimization
Anna Thomas
2017-07-04
1
-13
/
+24
*
[LoopDeletion] NFC: Move phi node value setting into prepass
Anna Thomas
2017-06-25
1
-11
/
+14
*
Revert "[LoopDeletion] NFC: Move phi node value setting into prepass"
Anna Thomas
2017-06-23
1
-13
/
+11
*
[LoopDeletion] NFC: Move phi node value setting into prepass
Anna Thomas
2017-06-23
1
-11
/
+13
*
[LoopDeletion] Update exits correctly when multiple duplicate edges from an e...
Anna Thomas
2017-06-22
1
-9
/
+21
*
[Loop Deletion] Delete loops that are never executed
Anna Thomas
2017-05-03
1
-14
/
+90
*
[LoopDeletion] Modernize and simplify a bit. NFCI.
Davide Italiano
2017-02-26
1
-8
/
+3
*
Delete outdated comment. NFC
Xin Tong
2017-02-23
1
-2
/
+1
*
[PM] Fix a bug in how I ported LoopDeletion to the new PM.
Chandler Carruth
2017-02-11
1
-21
/
+14
*
[LoopDeletion] (cleanup, NFC) Fix one more local variable that didn't
Chandler Carruth
2017-01-18
1
-2
/
+2
*
[PM] Teach LoopDeletion to correctly update the LPM when loops are
Chandler Carruth
2017-01-18
1
-10
/
+20
*
[LoopDeletion] (cleanup, NFC) Use the dedicated helper to get a single
Chandler Carruth
2017-01-17
1
-6
/
+2
*
[LoopDeletion] (cleanup, NFC) Fix another variable name to match LLVM
Chandler Carruth
2017-01-17
1
-7
/
+7
*
[LoopDeletion] (cleanup, NFC) Remove a pointless comment.
Chandler Carruth
2017-01-17
1
-2
/
+1
*
[LoopDeletion] (cleanup, NFC) Make simple helper functions static
Chandler Carruth
2017-01-17
1
-18
/
+26
*
[LoopDeletion] (cleanup, NFC) Stop passing around reference to a vector
Chandler Carruth
2017-01-17
1
-7
/
+6
*
[PM] Clean up variable and parameter names to match modern LLVM naming
Chandler Carruth
2017-01-17
1
-23
/
+23
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-9
/
+4
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Port Dead Loop Deletion Pass to the new PM
Jun Bum Lim
2016-07-14
1
-57
/
+72
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-6
/
+4
*
Use all_of instead of a raw loop; NFC
Sanjoy Das
2016-05-03
1
-6
/
+4
*
[LoopDeletion] Clear SCEV loop dispositions
Sanjoy Das
2016-05-03
1
-11
/
+27
*
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
*
[LoopDeletion] Add an assert that verifies LCSSA
Sanjoy Das
2016-02-21
1
-1
/
+3
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-17
/
+3
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
1
-1
/
+1
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
1
-5
/
+4
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
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
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[next]