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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Force constants into the entry block
David Brazdil
2015-03-26
1
-32
/
+49
*
ART: Formatting and comments in BooleanSimplifier
David Brazdil
2015-03-25
1
-14
/
+18
*
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-9
/
+125
*
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-2
/
+2
*
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-2
/
+2
*
Merge "Opt compiler: Basic simplification for arithmetic operations."
Roland Levillain
2015-03-12
1
-0
/
+33
|
\
|
*
Opt compiler: Basic simplification for arithmetic operations.
Alexandre Rames
2015-03-11
1
-0
/
+33
*
|
Give an expected type to phis created for multiple returns.
Nicolas Geoffray
2015-03-12
1
-1
/
+2
|
/
*
Fix inlining in the presence of multiple returns.
Nicolas Geoffray
2015-02-24
1
-17
/
+21
*
Optimizing: Speed up HInstruction use removal
David Brazdil
2015-02-23
1
-47
/
+29
*
Reference type propagation
Calin Juravle
2015-02-19
1
-0
/
+11
*
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
1
-0
/
+9
*
Fix a bug in the inliner.
Nicolas Geoffray
2015-02-04
1
-5
/
+7
*
Inline methods with multiple blocks.
Nicolas Geoffray
2015-02-03
1
-35
/
+231
*
Implement LICM in optimizing compiler.
Nicolas Geoffray
2015-01-30
1
-2
/
+7
*
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-26
1
-26
/
+30
*
Merge "ART: Replace NULL to nullptr in the optimizing compiler"
Roland Levillain
2015-01-21
1
-1
/
+1
|
\
|
*
ART: Replace NULL to nullptr in the optimizing compiler
Jean Christophe Beyler
2015-01-21
1
-1
/
+1
*
|
Merge "ART: Create a RemoveBlock method"
Roland Levillain
2015-01-21
1
-10
/
+13
|
\
\
|
*
|
ART: Create a RemoveBlock method
Jean Christophe Beyler
2014-12-16
1
-10
/
+13
|
|
/
*
|
Revert "Revert "Fully support pairs in the register allocator.""
Nicolas Geoffray
2015-01-21
1
-1
/
+1
*
|
Record implicit null checks at the actual invoke time.
Calin Juravle
2015-01-21
1
-5
/
+18
*
|
Revert "Fully support pairs in the register allocator."
Nicolas Geoffray
2015-01-21
1
-1
/
+1
*
|
Fully support pairs in the register allocator.
Nicolas Geoffray
2015-01-21
1
-1
/
+1
*
|
Constant fold after inlining.
Nicolas Geoffray
2015-01-19
1
-1
/
+6
*
|
Fix ids and remove invoke when inlining.
Nicolas Geoffray
2014-12-17
1
-1
/
+4
|
/
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-1
/
+78
*
Fix a compiler bug related to a catch-less try-finally statement.
Roland Levillain
2014-12-03
1
-17
/
+40
*
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-12-02
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-0
/
+12
*
Various fixes related to integer negate operations.
Roland Levillain
2014-10-22
1
-1
/
+5
*
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-21
1
-0
/
+25
*
Constant folding on unary operations in the optimizing compiler.
Roland Levillain
2014-10-21
1
-3
/
+14
*
Have HInstruction::StrictlyDominates compute strict dominance.
Roland Levillain
2014-10-17
1
-1
/
+5
*
Implement default traversals in CFG & SSA graph checkers.
Roland Levillain
2014-10-14
1
-0
/
+6
*
Merge "Use Is*() helpers to shorten code in the optimizing compiler."
Roland Levillain
2014-10-13
1
-2
/
+2
|
\
|
*
Use Is*() helpers to shorten code in the optimizing compiler.
Roland Levillain
2014-10-09
1
-2
/
+2
*
|
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-09
1
-19
/
+1
|
/
*
Inserting a node must also update its inputs users.
Nicolas Geoffray
2014-10-07
1
-3
/
+10
*
Merge "Optimize suspend checks in optimizing compiler."
Nicolas Geoffray
2014-09-25
1
-4
/
+18
|
\
|
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-4
/
+18
*
|
Optimizing compiler: check inputs & uses definitions in CFG.
Roland Levillain
2014-09-25
1
-0
/
+9
|
/
*
Merge "Fix code generation with materialized conditions."
Nicolas Geoffray
2014-09-23
1
-2
/
+10
|
\
|
*
Fix code generation with materialized conditions.
Nicolas Geoffray
2014-09-23
1
-2
/
+10
*
|
Also remove environment links to removed instructions.
Nicolas Geoffray
2014-09-22
1
-4
/
+25
|
/
*
First optimization in new compiler: simple GVN.
Nicolas Geoffray
2014-09-19
1
-0
/
+3
*
Merge "Initiate a constant propagation pass in the optimizing compiler."
Roland Levillain
2014-09-18
1
-0
/
+12
|
\
|
*
Initiate a constant propagation pass in the optimizing compiler.
Roland Levillain
2014-09-18
1
-0
/
+12
*
|
Merge "Ensure the first predecessor of a loop is the pre header."
Nicolas Geoffray
2014-09-18
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Ensure the first predecessor of a loop is the pre header.
Nicolas Geoffray
2014-09-17
1
-0
/
+5
[next]