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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix in reference type propagation
Calin Juravle
2015-10-16
1
-1
/
+3
*
Revert "Fix another source of undeterministic inlining." DO NOT MERGE
Brian Carlstrom
2015-09-29
1
-0
/
+9
*
Fix a bug in the register allocator around pair allocation.
Nicolas Geoffray
2015-08-08
1
-1
/
+4
*
ART: Fix the simplifier for add/sub
Serguei Katkov
2015-08-06
1
-8
/
+16
*
ART: x86_64 RoundDouble/Float intrinsics should initialize out value.
Pavel Vyssotski
2015-08-05
1
-1
/
+7
*
Allow for fine tuning the inliner.
Calin Juravle
2015-07-30
1
-5
/
+9
*
HDeoptimize should hold values live in env.
Mingyao Yang
2015-07-28
2
-2
/
+8
*
Reduce space filter threshold to 128.
Nicolas Geoffray
2015-07-17
1
-2
/
+2
*
ART: Boolean simplifier fix
Serguei Katkov
2015-07-16
1
-5
/
+0
*
Do not create a HBoundType when the instruction is non-null.
Nicolas Geoffray
2015-07-02
2
-0
/
+8
*
Merge "Do not replace a live phi with a dead phi." into mnc-dev
Nicolas Geoffray
2015-07-01
1
-1
/
+7
|
\
|
*
Do not replace a live phi with a dead phi.
Nicolas Geoffray
2015-06-29
1
-1
/
+7
*
|
Revert "Revert "Do not update the type of something we already know.""
Nicolas Geoffray
2015-06-29
3
-0
/
+37
|
/
*
Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-dev
Roland Levillain
2015-06-29
9
-16
/
+3606
|
\
|
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
9
-16
/
+3606
*
|
ART: Bail out immediately on try/catch
David Brazdil
2015-06-26
1
-6
/
+11
|
/
*
Only do some checks when compiling against the core image.
Nicolas Geoffray
2015-06-25
3
-2
/
+14
*
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
1
-1
/
+2
*
BCE: don't assume a bounds check always gets a HArrayLength.
Nicolas Geoffray
2015-06-24
1
-2
/
+8
*
Fix codegen_test after DCE fix.
Nicolas Geoffray
2015-06-24
1
-1
/
+4
*
Recompute dominator tree after DCE.
Nicolas Geoffray
2015-06-24
4
-21
/
+39
*
BCE: Narrow instead of unconditionnaly overwrite the range.
Nicolas Geoffray
2015-06-24
1
-3
/
+5
*
Fix another case of un-verified dead code.
Nicolas Geoffray
2015-06-24
1
-2
/
+7
*
Do not overwrite an input register in shift operations.
Nicolas Geoffray
2015-06-23
2
-20
/
+23
*
Revert "Revert "Add support for inlining already sharpened interface calls.""
Nicolas Geoffray
2015-06-22
2
-12
/
+8
*
Revert "Add support for inlining already sharpened interface calls. DO NOT ME...
Nicolas Geoffray
2015-06-22
2
-8
/
+12
*
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
Nicolas Geoffray
2015-06-22
1
-1
/
+2
*
Use compiling class instead of outer class for access checks.
Nicolas Geoffray
2015-06-22
1
-10
/
+13
*
Use compiling class instead of referrer for access checks.
Nicolas Geoffray
2015-06-22
2
-14
/
+26
*
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-06-22
5
-14
/
+29
*
Merge "Don't check the return type in the builder." into mnc-dev
Nicolas Geoffray
2015-06-22
1
-5
/
+0
|
\
|
*
Don't check the return type in the builder.
Nicolas Geoffray
2015-06-22
1
-5
/
+0
*
|
Do not expect 0 or 1 only when comparing a boolean.
Nicolas Geoffray
2015-06-22
1
-4
/
+6
|
/
*
Run a simplification pass before code generation.
Nicolas Geoffray
2015-06-22
1
-0
/
+5
*
Merge "Bailout from compilation if an invoke is malformed." into mnc-dev
Nicolas Geoffray
2015-06-22
2
-10
/
+35
|
\
|
*
Bailout from compilation if an invoke is malformed.
Nicolas Geoffray
2015-06-22
2
-10
/
+35
*
|
Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev
Nicolas Geoffray
2015-06-22
1
-1
/
+3
|
\
\
|
*
|
Fix wrong DCHECK in bounds check elimination.
Nicolas Geoffray
2015-06-22
1
-1
/
+3
|
|
/
*
|
Fix a bug in optimizing when the null constant has been DCE.
Nicolas Geoffray
2015-06-22
2
-2
/
+5
|
/
*
Fix String Change baseline compiler errors.
Nicolas Geoffray
2015-06-22
1
-2
/
+3
*
ART: Fix BCE lint issue
Andreas Gampe
2015-06-19
1
-2
/
+2
*
Remove bogus DCHECK in BCE.
Nicolas Geoffray
2015-06-19
1
-5
/
+5
*
Fix premature deoptimization if the loop body isn't entered.
Mingyao Yang
2015-06-19
4
-165
/
+598
*
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
David Srbecky
2015-06-19
1
-3
/
+3
|
\
|
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-3
/
+3
*
|
ART: Remove old DCHECK that trips Baseline
David Brazdil
2015-06-19
1
-1
/
+0
*
|
Fix StringChange for optimizing compiler.
Jeff Hao
2015-06-18
2
-2
/
+2
*
|
ART: Allow PackedSwitch instructions with zero targets
David Brazdil
2015-06-18
1
-2
/
+12
*
|
Merge "Add support for inlining already sharpened interface calls. DO NOT MER...
Nicolas Geoffray
2015-06-18
2
-12
/
+8
|
\
\
|
*
|
Add support for inlining already sharpened interface calls. DO NOT MERGE ANYW...
Nicolas Geoffray
2015-06-18
2
-12
/
+8
|
|
/
[next]