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
/
optimizing_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
art: Fix whitespace errors added by caf
Christopher R. Palmer
2015-11-09
1
-3
/
+1
*
ART: extension
Wei Wang
2015-10-06
1
-0
/
+54
*
Optimizing: Move optimization objects to Arena.
Vladimir Marko
2015-10-06
1
-35
/
+41
*
Reduce space filter threshold to 128.
Nicolas Geoffray
2015-07-17
1
-2
/
+2
*
Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-dev
Roland Levillain
2015-06-29
1
-0
/
+1
|
\
|
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
1
-0
/
+1
*
|
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
1
-1
/
+7
*
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
1
-1
/
+2
*
Run a simplification pass before code generation.
Nicolas Geoffray
2015-06-22
1
-0
/
+5
*
Fix a bug in optimizing when the null constant has been DCE.
Nicolas Geoffray
2015-06-22
1
-1
/
+1
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-3
/
+3
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-3
/
+4
*
ART: Rediscover loops after deleting blocks in DCE
David Brazdil
2015-05-13
1
-2
/
+4
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-1
/
+1
*
Merge "Minor improvements to 458-checker-instruction-simplification."
Roland Levillain
2015-04-24
1
-1
/
+1
|
\
|
*
Minor improvements to 458-checker-instruction-simplification.
Alexandre Rames
2015-04-20
1
-1
/
+1
*
|
ART: Run BooleanSimplifier after inlining
David Brazdil
2015-04-23
1
-3
/
+3
*
|
[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
-3
/
+5
*
|
Revert "Run DCE again after all the other optimizations have run."
Nicolas Geoffray
2015-04-21
1
-5
/
+3
*
|
Run DCE again after all the other optimizations have run.
Calin Juravle
2015-04-21
1
-3
/
+5
*
|
Use --dump-stats to dump optimizing compiler stats.
Calin Juravle
2015-04-21
1
-19
/
+29
|
/
*
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-16
1
-5
/
+18
|
\
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-16
1
-5
/
+18
*
|
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-1
/
+1
|
/
*
Add --include-cfi compiler option.
David Srbecky
2015-04-13
1
-1
/
+1
*
Merge "Revert "Fallback to quick in case of soft verification errors""
Calin Juravle
2015-04-13
1
-18
/
+5
|
\
|
*
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-18
/
+5
*
|
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
1
-5
/
+18
|
\
\
|
|
/
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
1
-5
/
+18
*
|
Merge "ART: Refactor CompileOptimized"
Andreas Gampe
2015-04-10
1
-15
/
+15
|
\
\
|
*
|
ART: Refactor CompileOptimized
Andreas Gampe
2015-04-10
1
-15
/
+15
|
|
/
*
|
ART: Remove WriteElf from Compiler
Andreas Gampe
2015-04-10
1
-14
/
+0
|
/
*
Fix build - the stack frame is too large.
David Srbecky
2015-04-09
1
-0
/
+4
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-5
/
+21
*
Merge "ART: Fix 64-bit ELF file support"
Andreas Gampe
2015-04-08
1
-2
/
+7
|
\
|
*
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-04-07
1
-2
/
+7
*
|
ART: Print C1vis header only if visualizer enabled
David Brazdil
2015-04-07
1
-1
/
+4
|
/
*
Merge "Fixed layout for dex caches in boot image."
Vladimir Marko
2015-03-31
1
-0
/
+2
|
\
|
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-0
/
+2
*
|
[optimizing] Only print full stats in VLOG(compiler)
Nicolas Geoffray
2015-03-30
1
-2
/
+7
|
/
*
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-25
1
-1
/
+1
*
Merge "Share the runtime arena for faster compile times."
Nicolas Geoffray
2015-03-24
1
-2
/
+1
|
\
|
*
Share the runtime arena for faster compile times.
Nicolas Geoffray
2015-03-24
1
-2
/
+1
*
|
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-0
/
+5
|
/
*
Implement a space filter for optimizing.
Nicolas Geoffray
2015-03-23
1
-0
/
+10
*
Fall back to Quick when Optimizing cannot compile.
Nicolas Geoffray
2015-03-17
1
-32
/
+66
*
[optimizing] Use baseline when debuggable is set.
Nicolas Geoffray
2015-03-16
1
-2
/
+3
*
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-11
1
-1
/
+1
[next]