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
/
test
/
Transforms
/
SimplifyCFG
/
sink-common-code.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] Skip sinking common lifetime markers of `alloca`.
Michael Liao
2019-08-29
1
-0
/
+27
*
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-06-17
1
-0
/
+44
*
Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...
David L. Jones
2019-06-13
1
-44
/
+0
*
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-05-28
1
-0
/
+44
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
1
-44
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+892
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-892
/
+0
*
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...
Hans Wennborg
2019-04-16
1
-0
/
+44
*
[NewPM] Add Option handling for SimplifyCFG
Serguei Katkov
2019-04-15
1
-0
/
+1
*
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...
David L. Jones
2019-04-04
1
-44
/
+0
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
1
-0
/
+44
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-1
/
+1
*
Fix some misc. -enable-var-scope violations
Matt Arsenault
2017-11-13
1
-3
/
+3
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Modify constraints in `llvm::canReplaceOperandWithVariable`
Leo Li
2017-07-06
1
-0
/
+24
*
[SimplifyCFG] Do not sink and merge inline-asm instructions.
Akira Hatanaka
2017-01-25
1
-0
/
+24
*
Ignore debug info when making optimization decisions in SimplifyCFG.
Dehao Chen
2016-10-17
1
-4
/
+17
*
[SimplifyCFG] Don't create PHI nodes for constant bundle operands
Sanjoy Das
2016-10-12
1
-0
/
+26
*
[SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
James Molloy
2016-09-19
1
-0
/
+56
*
[SimplifyCFG] Be even more conservative in SinkThenElseCodeToEnd
James Molloy
2016-09-11
1
-12
/
+23
*
[SimplifyCFG] Harden up the profitability heuristic for block splitting durin...
James Molloy
2016-09-11
1
-3
/
+52
*
[SimplifyCFG] Update workaround for PR30188 to also include loads
James Molloy
2016-09-07
1
-0
/
+29
*
[SimplifyCFG] Check PHI uses more accurately
James Molloy
2016-09-07
1
-0
/
+25
*
[SimplifyCFG] Add a workaround to fix PR30188
James Molloy
2016-09-02
1
-0
/
+23
*
[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy
2016-09-01
1
-0
/
+111
*
[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy
2016-09-01
1
-0
/
+84
*
Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
James Molloy
2016-08-31
1
-60
/
+0
*
Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches"
James Molloy
2016-08-31
1
-110
/
+0
*
Revert "[SimplifyCFG] Add a workaround to fix PR30188"
James Molloy
2016-08-31
1
-23
/
+0
*
Revert "[SimplifyCFG] Fix bootstrap failure after r280220"
James Molloy
2016-08-31
1
-23
/
+0
*
[SimplifyCFG] Fix bootstrap failure after r280220
James Molloy
2016-08-31
1
-0
/
+23
*
[SimplifyCFG] Add a workaround to fix PR30188
James Molloy
2016-08-31
1
-0
/
+23
*
[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy
2016-08-31
1
-0
/
+110
*
[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy
2016-08-31
1
-0
/
+60
*
[SimplifyCFG] Tail-merge calls with sideeffects
James Molloy
2016-08-31
1
-1
/
+24
*
[SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEnd
James Molloy
2016-08-30
1
-0
/
+37
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-0
/
+229
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
James Molloy
2016-08-22
1
-229
/
+0
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-0
/
+229
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-19
1
-201
/
+0
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-19
1
-0
/
+201
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
Reid Kleckner
2016-08-15
1
-177
/
+0
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-15
1
-0
/
+177
*
[SimplifyCFG] Revise common code sinking
Michael Liao
2014-12-23
1
-2
/
+32
*
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-20
1
-0
/
+53