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
/
Utils
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Merge DebugLoc when speculatively hoisting store instruction
Taewook Oh
2017-01-28
1
-8
/
+11
*
[SimplifyCFG] Do not sink and merge inline-asm instructions.
Akira Hatanaka
2017-01-25
1
-0
/
+8
*
Tweak ASCII art in Simplify CFG. NFC
Amaury Sechet
2017-01-23
1
-1
/
+1
*
[DebugInfo] Remove redundant check in SimplifyCFG; NFC.
Robert Lougher
2017-01-12
1
-4
/
+3
*
[DebugInfo] DILocation variable declaration should be const; NFC.
Robert Lougher
2017-01-12
1
-1
/
+1
*
Reapply "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of commo...
Robert Lougher
2017-01-04
1
-1
/
+9
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-36
/
+39
*
Preserve loop metadata when folding branches to a common destination.
Michael Kuperstein
2016-12-16
1
-0
/
+5
*
[SimplifyCFG] Merge debug locations when hoisting an instruction from a then/...
Andrea Di Biagio
2016-12-15
1
-4
/
+4
*
Revert "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common...
Robert Lougher
2016-12-15
1
-8
/
+1
*
[SimplifyCFG] In sinkLastInstruction correctly set debugloc of "common" inst
Robert Lougher
2016-12-15
1
-1
/
+9
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-39
/
+36
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-11
/
+46
*
Ignore debug info when making optimization decisions in SimplifyCFG.
Dehao Chen
2016-10-17
1
-11
/
+18
*
[SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
Oliver Stannard
2016-10-17
1
-1
/
+4
*
[SimplifyCFG] Use the error checking provided by getPrevNode.
Benjamin Kramer
2016-10-15
1
-7
/
+11
*
[SimplifyCFG] Don't create PHI nodes for constant bundle operands
Sanjoy Das
2016-10-12
1
-1
/
+10
*
[ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Oliver Stannard
2016-10-07
1
-17
/
+27
*
[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults
David Majnemer
2016-10-07
1
-1
/
+1
*
[SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
James Molloy
2016-09-19
1
-2
/
+4
*
[SimplifyCFG] Be even more conservative in SinkThenElseCodeToEnd
James Molloy
2016-09-11
1
-15
/
+19
*
[SimplifyCFG] Harden up the profitability heuristic for block splitting durin...
James Molloy
2016-09-11
1
-5
/
+20
*
Remove debug info when hoisting instruction from then/else branch.
Dehao Chen
2016-09-08
1
-0
/
+8
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
1
-1
/
+1
*
[SimplifyCFG] Don't try to create metadata-valued PHIs
Hal Finkel
2016-09-07
1
-0
/
+4
*
[SimplifyCFG] Followup fix to r280790
James Molloy
2016-09-07
1
-1
/
+3
*
[SimplifyCFG] Update workaround for PR30188 to also include loads
James Molloy
2016-09-07
1
-2
/
+7
*
[SimplifyCFG] Check PHI uses more accurately
James Molloy
2016-09-07
1
-1
/
+3
*
[SimplifyCFG] Add a workaround to fix PR30188
James Molloy
2016-09-02
1
-0
/
+10
*
[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy
2016-09-01
1
-28
/
+90
*
[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy
2016-09-01
1
-90
/
+149
*
[SimplifyCFG] Fix nondeterministic iteration order
James Molloy
2016-09-01
1
-2
/
+2
*
[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases
James Molloy
2016-09-01
1
-6
/
+21
*
Revert "[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle m...
James Molloy
2016-08-31
1
-20
/
+6
*
Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
James Molloy
2016-08-31
1
-127
/
+86
*
Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches"
James Molloy
2016-08-31
1
-89
/
+27
*
Revert "[SimplifyCFG] Add a workaround to fix PR30188"
James Molloy
2016-08-31
1
-10
/
+0
*
Revert "[SimplifyCFG] Fix bootstrap failure after r280220"
James Molloy
2016-08-31
1
-21
/
+5
*
[SimplifyCFG] Fix bootstrap failure after r280220
James Molloy
2016-08-31
1
-5
/
+21
*
[SimplifyCFG] Add a workaround to fix PR30188
James Molloy
2016-08-31
1
-0
/
+10
*
[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases
James Molloy
2016-08-31
1
-6
/
+20
*
[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy
2016-08-31
1
-27
/
+89
*
[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy
2016-08-31
1
-86
/
+127
*
[SimplifyCFG] Tail-merge calls with sideeffects
James Molloy
2016-08-31
1
-7
/
+3
*
[SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEnd
James Molloy
2016-08-30
1
-0
/
+5
*
[SimplifyCFG] Hoisting invalidates metadata
David Majnemer
2016-08-29
1
-2
/
+8
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-150
/
+236
*
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
James Molloy
2016-08-22
1
-236
/
+150
*
[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy
2016-08-22
1
-150
/
+236
[next]