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
/
SimpleLoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/LoopUnswitch] Remove the last manual domtree update code from loop
Chandler Carruth
2018-05-01
1
-170
/
+18
*
[PM/LoopUnswitch] Add back a successor set that was removed based on
Chandler Carruth
2018-05-01
1
-2
/
+6
*
[PM/LoopUnswitch] Begin teaching SimpleLoopUnswitch to use the new
Chandler Carruth
2018-04-25
1
-70
/
+78
*
[PM/LoopUnswitch] Fix a bug in the loop block set formation of the new
Chandler Carruth
2018-04-24
1
-4
/
+10
*
[PM/LoopUnswitch] Remove another over-aggressive assert.
Chandler Carruth
2018-04-24
1
-4
/
+1
*
[PM/LoopUnswitch] Remove a buggy assert in the new loop unswitch.
Chandler Carruth
2018-04-23
1
-6
/
+5
*
[PM/LoopUnswitch] Fix comment typo. NFC.
Chandler Carruth
2018-04-23
1
-1
/
+1
*
[PM/LoopUnswitch] Detect irreducible control flow within loops and skip unswi...
Chandler Carruth
2018-04-19
1
-0
/
+13
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-5
/
+6
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-7
/
+4
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-22
/
+12
*
Make helpers static. NFC.
Benjamin Kramer
2017-11-24
1
-4
/
+4
*
[PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching,
Chandler Carruth
2017-11-17
1
-71
/
+1444
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[PM/Unswitch] Fix a bug in the domtree update logic for the new unswitch
Chandler Carruth
2017-05-25
1
-14
/
+62
*
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-16
1
-9
/
+28
*
[PM/Unswitch] Teach the new simple loop unswitch to handle loop
Chandler Carruth
2017-05-12
1
-23
/
+138
*
[PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.
Chandler Carruth
2017-04-27
1
-0
/
+626