index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
dead_code_elimination.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Step 1 of 2: conditional passes.
Aart Bik
2018-04-26
1
-1
/
+2
*
Exploit non-null control dependence.
Aart Bik
2018-02-02
1
-0
/
+64
*
Improve code sinking near "always throwing" method calls
Aart Bik
2018-01-16
1
-0
/
+72
*
Use ScopedArenaAllocator in BCE, DCE, LSE, ...
Vladimir Marko
2017-10-12
1
-3
/
+11
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-2
/
+2
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-1
/
+1
*
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-08-11
1
-1
/
+1
*
Fix SimplifyIfs() trying to redirect exception handler edges.
Vladimir Marko
2016-11-08
1
-3
/
+17
*
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-10-27
1
-19
/
+19
*
Improved and simplified loop optimizations.
Aart Bik
2016-10-11
1
-8
/
+1
*
Move ArrayRef to runtime/base
David Brazdil
2016-09-14
1
-1
/
+1
*
Add a new control flow simplifier.
Nicolas Geoffray
2016-07-18
1
-24
/
+215
*
Attribute arena allocations previously marked as STL.
Vladimir Marko
2016-05-09
1
-1
/
+1
*
Merge "Clean up art::HConstant predicates."
Roland Levillain
2016-03-24
1
-2
/
+2
|
\
|
*
Clean up art::HConstant predicates.
Roland Levillain
2016-03-18
1
-2
/
+2
*
|
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-03-21
1
-1
/
+1
|
/
*
Disable DCE when there are irreducible loops.
Nicolas Geoffray
2016-01-19
1
-6
/
+6
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-17
/
+20
*
Generate more stack maps during native debugging.
David Srbecky
2015-12-23
1
-0
/
+1
*
Revert "Revert "ART: Update DCE to work with try/catch""
David Brazdil
2015-11-10
1
-7
/
+5
*
Revert "ART: Update DCE to work with try/catch"
David Brazdil
2015-11-02
1
-5
/
+7
*
ART: Update DCE to work with try/catch
David Brazdil
2015-11-02
1
-7
/
+5
*
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-08
1
-2
/
+2
*
Optimizing: Add comment on DCE's packed-switch value check.
Vladimir Marko
2015-09-25
1
-1
/
+5
*
Optimizing: Rewrite DCE's MarkReachableBlocks().
Vladimir Marko
2015-09-25
1
-36
/
+50
*
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-09-21
1
-0
/
+15
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-2
/
+2
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-08
1
-5
/
+5
*
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
1
-5
/
+5
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
1
-5
/
+5
*
Be more flexible on the code unit size when inlining.
Nicolas Geoffray
2015-08-20
1
-0
/
+1
*
ART: Enable basic optimizations for try/catch
David Brazdil
2015-08-19
1
-1
/
+4
*
Add a GVN dependency 'GC' for garbage collection.
Alexandre Rames
2015-08-12
1
-1
/
+1
*
Improved side effect analysis (field/array write/read).
Aart Bik
2015-07-20
1
-1
/
+1
*
Recompute dominator tree after DCE.
Nicolas Geoffray
2015-06-24
1
-0
/
+9
*
Don't special case HCurrentMethod in DCE.
Nicolas Geoffray
2015-06-17
1
-4
/
+0
*
Fix a crash due to a combination of dce/inlining.
Nicolas Geoffray
2015-06-02
1
-1
/
+6
*
ART: Removed redundant Phis as part of DCE
David Brazdil
2015-05-18
1
-0
/
+2
*
ART: Rediscover loops after deleting blocks in DCE
David Brazdil
2015-05-12
1
-6
/
+18
*
ART: Fix loop information after dead code elimination
David Brazdil
2015-04-29
1
-3
/
+6
*
ART: Dead block removal
David Brazdil
2015-04-24
1
-3
/
+76
*
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-22
1
-0
/
+1
*
Revert "Run DCE again after all the other optimizations have run."
Nicolas Geoffray
2015-04-21
1
-1
/
+0
*
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
1
-0
/
+1
*
[optimizing] Add memory barriers in constructors when needed
Calin Juravle
2015-04-20
1
-0
/
+1
*
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-17
1
-1
/
+1
*
Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.
Roland Levillain
2014-10-14
1
-1
/
+4
*
Revert "Introduce a class to implement optimization passes."
Nicolas Geoffray
2014-10-01
1
-1
/
+1
*
Introduce a class to implement optimization passes.
Roland Levillain
2014-10-01
1
-1
/
+1
*
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-25
1
-1
/
+1
[next]