index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
nodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
Calin Juravle
2015-04-23
1
-0
/
+11
|
\
|
*
Remove unnecessary null checks in CheckCast and InstanceOf
Guillaume "Vermeille" Sanchez
2015-04-23
1
-0
/
+11
*
|
Merge "Remove ActAsNullConstant"
Calin Juravle
2015-04-23
1
-9
/
+0
|
\
\
|
*
|
Remove ActAsNullConstant
Calin Juravle
2015-04-23
1
-9
/
+0
*
|
|
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-4
/
+4
|
/
/
*
|
ART: Update last_instruction when adding Phis
David Brazdil
2015-04-22
1
-1
/
+6
*
|
[optimizing] Fix a bug in moving the null check to the user.
Calin Juravle
2015-04-22
1
-13
/
+21
*
|
Merge "Linear scan: Use FirstUse instead of FirstRegisterUse."
Nicolas Geoffray
2015-04-21
1
-1
/
+1
|
\
\
|
*
|
Linear scan: Use FirstUse instead of FirstRegisterUse.
Nicolas Geoffray
2015-04-21
1
-1
/
+1
*
|
|
Merge "Opt compiler: Implement parallel move resolver without using swap."
Nicolas Geoffray
2015-04-20
1
-4
/
+4
|
\
\
\
|
*
|
|
Opt compiler: Implement parallel move resolver without using swap.
Zheng Xu
2015-04-17
1
-4
/
+4
|
|
/
/
*
|
|
[optimizing] Add memory barriers in constructors when needed
Calin Juravle
2015-04-20
1
-0
/
+24
|
/
/
*
|
Merge "Remove duplicates phis created during SSA transformation"
Calin Juravle
2015-04-16
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
Remove duplicates phis created during SSA transformation
Calin Juravle
2015-04-16
1
-0
/
+14
*
|
Merge "Remove dead blocks for the blocks_ array."
Nicolas Geoffray
2015-04-16
1
-1
/
+1
|
\
\
|
*
|
Remove dead blocks for the blocks_ array.
Nicolas Geoffray
2015-04-15
1
-1
/
+1
*
|
|
Merge "Type MoveOperands."
Nicolas Geoffray
2015-04-15
1
-4
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Type MoveOperands.
Nicolas Geoffray
2015-04-15
1
-4
/
+16
|
|
/
*
|
Merge "Move the linear order to the HGraph."
Nicolas Geoffray
2015-04-15
1
-0
/
+46
|
\
\
|
*
|
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-0
/
+46
|
|
/
*
|
ART: Implement HBooleanNot instruction
David Brazdil
2015-04-15
1
-0
/
+28
|
/
*
Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.
Alexandre Rames
2015-04-10
1
-0
/
+10
*
Fix a bug when creating a HDeoptimization instruction.
Nicolas Geoffray
2015-04-03
1
-1
/
+11
*
Merge "Revert "Revert "Deoptimization-based bce."""
Mingyao Yang
2015-04-01
1
-4
/
+24
|
\
|
*
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
1
-4
/
+24
*
|
CanThrow() of HNewArray should return true.
Mingyao Yang
2015-04-01
1
-0
/
+3
|
/
*
GVN HClinitCheck nodes.
Nicolas Geoffray
2015-03-27
1
-1
/
+1
*
ART: Force constants into the entry block
David Brazdil
2015-03-26
1
-22
/
+51
*
Use the original invoke type when inlining.
Nicolas Geoffray
2015-03-26
1
-0
/
+4
*
Merge "Revert "Revert "Inline across dex files."""
Nicolas Geoffray
2015-03-25
1
-0
/
+6
|
\
|
*
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-25
1
-0
/
+6
*
|
ART: Formatting and comments in BooleanSimplifier
David Brazdil
2015-03-25
1
-0
/
+28
|
/
*
ART: Fix crash in gtests
David Brazdil
2015-03-24
1
-2
/
+8
*
Merge "ART: Boolean simplifier"
David Brazdil
2015-03-24
1
-2
/
+22
|
\
|
*
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-2
/
+22
*
|
Merge "Unify ART's various implementations of bit_cast."
Roland Levillain
2015-03-24
1
-8
/
+12
|
\
\
|
*
|
Unify ART's various implementations of bit_cast.
Roland Levillain
2015-03-24
1
-8
/
+12
|
|
/
|
*
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-24
/
+4
|
*
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-4
/
+24
*
|
Revert "Inline across dex files."
Nicolas Geoffray
2015-03-24
1
-6
/
+0
|
/
*
Inline across dex files.
Nicolas Geoffray
2015-03-23
1
-0
/
+6
*
Merge "Tweak liveness when instructions are used in environments."
Nicolas Geoffray
2015-03-13
1
-0
/
+1
|
\
|
*
Tweak liveness when instructions are used in environments.
Nicolas Geoffray
2015-03-12
1
-0
/
+1
*
|
Merge "Opt compiler: Basic simplification for arithmetic operations."
Roland Levillain
2015-03-12
1
-0
/
+48
|
\
\
|
*
|
Opt compiler: Basic simplification for arithmetic operations.
Alexandre Rames
2015-03-11
1
-0
/
+48
|
|
/
*
|
Run the natural loop recognizer before building SSA.
Nicolas Geoffray
2015-03-12
1
-1
/
+6
|
/
*
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-11
1
-2
/
+13
*
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-03-10
1
-1
/
+22
*
Merge "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-06
1
-13
/
+2
|
\
|
*
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
1
-13
/
+2
[next]