index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Use compiler filter to determine oat file status."
Nicolas Geoffray
2016-03-23
1
-1
/
+1
*
Use compiler filter to determine oat file status.
Richard Uhler
2016-03-22
1
-1
/
+1
*
ART: Clean up arena allocation memory tracking.
Vladimir Marko
2016-03-22
1
-7
/
+16
*
Merge "Clean up NullCheck generation and record stats about it."
Calin Juravle
2016-03-16
1
-1
/
+2
|
\
|
*
Clean up NullCheck generation and record stats about it.
Calin Juravle
2016-03-16
1
-1
/
+2
*
|
Add more statistics for memory use of the JIT.
Nicolas Geoffray
2016-03-16
1
-1
/
+1
*
|
Collect memory use for the JIT.
Nicolas Geoffray
2016-03-16
1
-0
/
+3
|
/
*
Add trampoline symbols to native debug info.
David Srbecky
2016-03-11
1
-1
/
+2
*
Merge "Allow generation of native debug info for multiple methods."
David Srbecky
2016-03-11
1
-2
/
+2
|
\
|
*
Allow generation of native debug info for multiple methods.
David Srbecky
2016-03-10
1
-2
/
+2
*
|
Merge "Refactor MethodDebugInfo (input of DWARF writer)."
David Srbecky
2016-03-11
1
-26
/
+17
|
\
|
|
*
Refactor MethodDebugInfo (input of DWARF writer).
David Srbecky
2016-03-10
1
-26
/
+17
*
|
Avoid generating dead code on frame enter/exit.
Aart Bik
2016-03-10
1
-3
/
+5
|
/
*
Mark DWARF lines in non-debuggable methods as "not a statement".
David Srbecky
2016-03-08
1
-1
/
+3
*
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-03-08
1
-1
/
+4
*
Add a PassScope for PrepareForRegisterAllocation
Mingyao Yang
2016-03-02
1
-1
/
+5
*
Give the JIT its own arena pool to avoid lock contentions.
Nicolas Geoffray
2016-03-01
1
-1
/
+1
*
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
Artem Udovichenko
2016-02-25
1
-0
/
+4
*
Merge "The JIT does not need VerifedMethod nor CompilerCallbacks."
Nicolas Geoffray
2016-02-19
1
-1
/
+1
|
\
|
*
The JIT does not need VerifedMethod nor CompilerCallbacks.
Nicolas Geoffray
2016-02-18
1
-1
/
+1
*
|
Add statistics support for some optimizations
Jean-Philippe Halimi
2016-02-18
1
-3
/
+3
|
/
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-72
/
+61
*
Split elf_writer_debug.cc to several files.
David Srbecky
2016-02-08
1
-3
/
+3
*
Merge "Move code related to debug info generation to its own directory."
David Srbecky
2016-02-08
1
-7
/
+6
|
\
|
*
Move code related to debug info generation to its own directory.
David Srbecky
2016-02-08
1
-7
/
+6
*
|
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-02-05
1
-14
/
+28
|
/
*
ART: Implement HSelect
David Brazdil
2016-01-28
1
-4
/
+4
*
Revert "Revert "Add option to generate compressed backtrace info.""
David Srbecky
2016-01-26
1
-1
/
+1
*
Revert "Add option to generate compressed backtrace info."
David Srbecky
2016-01-25
1
-1
/
+1
*
Add option to generate compressed backtrace info.
David Srbecky
2016-01-22
1
-1
/
+1
*
Revert "ARM/ARM64: Extend support of instruction combining."
Nicolas Geoffray
2016-01-22
1
-5
/
+1
*
ARM/ARM64: Extend support of instruction combining.
Ilmir Usmanov
2016-01-21
1
-1
/
+5
*
Merge "ART: Remove Baseline compiler"
David Brazdil
2016-01-18
1
-108
/
+41
|
\
|
*
ART: Remove Baseline compiler
David Brazdil
2016-01-18
1
-108
/
+41
*
|
Move --dump-cfg and dump-cfg-append to CompilerOptions.
Nicolas Geoffray
2016-01-18
1
-3
/
+3
|
/
*
Merge "Implement irreducible loop support in optimizing."
Nicolas Geoffray
2016-01-14
1
-8
/
+5
|
\
|
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-8
/
+5
*
|
Add DWARF type information generation.
Tamas Berghammer
2016-01-13
1
-1
/
+1
*
|
Report DWARF debug information for JITed code.
David Srbecky
2016-01-13
1
-0
/
+38
|
/
*
ART: Resolve ambiguous ArraySets
David Brazdil
2016-01-06
1
-2
/
+2
*
Revert "Revert "Tweak inlining heuristics.""
Nicolas Geoffray
2016-01-04
1
-1
/
+11
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-31
1
-22
/
+29
*
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-23
1
-1
/
+5
*
Merge "Revert "Tweak inlining heuristics.""
Nicolas Geoffray
2015-12-17
1
-11
/
+1
|
\
|
*
Revert "Tweak inlining heuristics."
Nicolas Geoffray
2015-12-17
1
-11
/
+1
*
|
Merge "Tweak inlining heuristics."
Nicolas Geoffray
2015-12-17
1
-1
/
+11
|
\
|
|
*
Tweak inlining heuristics.
Nicolas Geoffray
2015-12-17
1
-1
/
+11
*
|
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-15
1
-29
/
+22
|
/
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-14
1
-22
/
+29
*
Get source mapping table from stack maps.
David Srbecky
2015-12-10
1
-2
/
+2
[next]