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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-1
/
+1
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-5
/
+0
*
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-13
1
-4
/
+4
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-8
/
+11
*
ART: Include cleanup
Andreas Gampe
2017-07-24
1
-1
/
+2
*
ART: Fix tidy warnings
Andreas Gampe
2016-11-08
1
-1
/
+1
*
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-07
1
-34
/
+34
*
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
1
-34
/
+34
*
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
1
-34
/
+34
*
Build dominator tree before generating HInstructions
David Brazdil
2016-04-04
1
-50
/
+50
*
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-03-23
1
-24
/
+12
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-5
/
+3
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-31
1
-4
/
+5
*
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-15
1
-5
/
+4
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-14
1
-4
/
+5
*
ART: Fix left-shift of negative numbers
Andreas Gampe
2015-10-20
1
-1
/
+1
*
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-10-12
1
-1
/
+1
*
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-06-19
1
-3
/
+3
*
ART: Fix gtests broken by dead block elimination
David Brazdil
2015-04-24
1
-14
/
+19
*
[optimizing] Name the last DCE pass.
Calin Juravle
2015-04-22
1
-1
/
+1
*
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-22
1
-1
/
+1
*
Revert "fix optimizing gtests"
Nicolas Geoffray
2015-04-21
1
-1
/
+1
*
fix optimizing gtests
Calin Juravle
2015-04-21
1
-1
/
+1
*
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-04-01
1
-1
/
+4
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-1
/
+2
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-2
/
+1
*
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-19
1
-2
/
+1
*
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-17
1
-7
/
+10
*
Implement default traversals in CFG & SSA graph checkers.
Roland Levillain
2014-10-14
1
-1
/
+1
*
Revert "Introduce a class to implement optimization passes."
Nicolas Geoffray
2014-10-01
1
-10
/
+7
*
Introduce a class to implement optimization passes.
Roland Levillain
2014-10-01
1
-7
/
+10
*
Initiate a dead code elimination pass in the optimizing compiler.
Roland Levillain
2014-09-17
1
-0
/
+185