Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
22e4a507b52cf192ef68c4e4ff9efbccea34eba5
/
dex2oat
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
0cecf49
Merge "Add dex2oat --print-pass-names and --disable-passes= options."
by Vladimir Marko
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
ffb939a
Set default dex2oat instruction set for x86-64 and ARM64.
by Ian Rogers
· 11 years ago
cd8ce66
Add dex2oat --print-pass-names and --disable-passes= options.
by Chao-ying Fu
· 11 years ago
39c3bfb
Make use of profiling information for dex2oat
by Dave Allison
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
befbd57
Fix host architecture for 64bit.
by Ian Rogers
· 11 years ago
5e754d8
Revert "Revert "Avoid compiling monster methods in boot image""
by Brian Carlstrom
· 11 years ago
449fa6e
Revert "Avoid compiling monster methods in boot image"
by Brian Carlstrom
· 11 years ago
217e789
Avoid compiling monster methods in boot image
by buzbee
· 11 years ago
2ec6520
Support compiler filters for boot classpath
by Brian Carlstrom
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
ae9fd93
Tell GDB about Quick ART generated code
by Mark Mendell
· 11 years ago
3d50407
Make out arguments non-reference types.
by Ian Rogers
· 11 years ago
ae7083d
Add additional const
by Brian Carlstrom
· 11 years ago
6449c62
Create CompilerOptions
by Brian Carlstrom
· 11 years ago
4e30541
Fix and optimize verify object.
by Mathieu Chartier
· 11 years ago
5180cc1
Fix a printf flag that breaks 64bit host builds.
by Ian Rogers
· 11 years ago
f79fccb
Add debug code for saving dex file inputs
by Brian Carlstrom
· 11 years ago
f3e2cc4
Code cleanup to avoid LLVM dependency when building with quick only.
by Nicolas Geoffray
· 11 years ago
f5df897
Rewrite the compiler interface for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
abaf927
Merge "Re-apply: Implement cumulative timings for CompilerDriver."
by Nicolas Geoffray
· 11 years ago
ea3fa0b
Re-apply: Implement cumulative timings for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
2bc4780
Revert "Revert "Check FastInstance() early for special getters and setters.""
by Vladimir Marko
· 11 years ago
632e458
Revert "Check FastInstance() early for special getters and setters."
by Ian Rogers
· 11 years ago
5dc5727
Check FastInstance() early for special getters and setters.
by Vladimir Marko
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
65c23bb
Restore end of dex2oat logging
by Brian Carlstrom
· 11 years ago
b39d4b1
Enable debug build of dex2oatd on host
by Stuart Monteith
· 11 years ago
c7f8320
Refactor verification results.
by Vladimir Marko
· 11 years ago
650be76
Revert "Implement cumulative timings for CompilerDriver."
by Brian Carlstrom
· 11 years ago
df01317
Implement cumulative timings for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
740a11d
Add systrace regions for file opening during setup.
by Ian Rogers
· 11 years ago
5816ed4
Detect special methods at the end of verification.
by Vladimir Marko
· 11 years ago
2b5eaa2
Move compiler code out of method verifier.
by Vladimir Marko
· 11 years ago
92572be
Use libziparchive for art zip processing.
by Narayan Kamath
· 11 years ago
ca368cb
Break apart oat writing times.
by Ian Rogers
· 11 years ago
5fe9af7
Fix memory leaks relating to timing logger.
by Ian Rogers
· 11 years ago
d5aba59
Fix CTS failures caused by ignoring malformed dex files in dex2oat
by Brian Carlstrom
· 11 years ago
3cf59d5
Revert "resolved conflicts for merge of ad93c622 to master"
by Brian Carlstrom
· 11 years ago
4f6a77d
resolved conflicts for merge of ad93c622 to master
by Brian Carlstrom
· 11 years ago
eb4d2ae
Ignore missing files in dex2oat
by Brian Carlstrom
· 11 years ago
1bd2ceb
Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error
by Brian Carlstrom
· 11 years ago
7020278
Support hardware divide instruction
by Dave Allison
· 11 years ago
635733d
Fix --compiler-backend usage example
by Brian Carlstrom
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
e732ef1
Make compiler stat dumping easier to use.
by Ian Rogers
· 11 years ago
51db7be
Use exit to avoid destructors in dex2oat.
by Ian Rogers
· 11 years ago
2672a9f
Use exit to avoid destructors in dex2oat.
by Ian Rogers
· 11 years ago
d76e083
Make files writable on the installd path as well
by Brian Carlstrom
· 11 years ago
e0948e1
Make DexFiles opened from files readonly by default, but writable during dex2oat
by Brian Carlstrom
· 11 years ago
f30f6da
Set small ART override for image as an option.
by Ian Rogers
· 11 years ago
3f3d22c
Reduce the scope of a ScopedObjectAccess in dex2oat.
by Ian Rogers
· 11 years ago
c6dfdac
Add buffering to ELF file generation
by Brian Carlstrom
· 11 years ago
fe9ca40
Compiler filter update
by buzbee
· 11 years ago
4639860
dex2oat flag to always dump timing data.
by Ian Rogers
· 11 years ago
e6bb3b2
Reduce AOT initialization.
by Ian Rogers
· 11 years ago
7571e8b
Add flock(2)ing on dex-cache files to prevent races
by Brian Carlstrom
· 11 years ago
0f40ac3
Fix races in small mode compiler filters setup
by Ian Rogers
· 11 years ago
1d1e267
Merge "Refactor java.lang.reflect implementation" into dalvik-dev
by Ian Rogers
· 11 years ago
75a43f1
Clean up logcat spam from compiler and verifier
by Anwar Ghuloum
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
7b67bee
Merge "Add a systrace support for lock contention logging." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
b373308
Add a systrace support for lock contention logging.
by Hiroshi Yamauchi
· 11 years ago
155ecba
Fix SMALL_ART
by buzbee
· 11 years ago
a024a06
Compilation filter
by buzbee
· 11 years ago
0f055d1
resolved conflicts for merge of 7934ac28 to dalvik-dev
by Brian Carlstrom
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
6f28d91
Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger
by Anwar Ghuloum
· 11 years ago
b9a0324
Merge "Remove OatWriter buffering to memory for ElfWriterQuick" into dalvik-dev
by Brian Carlstrom
· 11 years ago
c50d8e1
Remove OatWriter buffering to memory for ElfWriterQuick
by Brian Carlstrom
· 11 years ago
8a7bc17
am 55c0ac85: Merge "Enable darwin target build for art."
by Brian Carlstrom
· 11 years ago
19e776c
Enable darwin target build for art.
by Brian Carlstrom
· 11 years ago
7fcba11
Restore conditional oat file copying used by build system.
by Brian Carlstrom
· 11 years ago
4560248
Move TimingLogger creation to dex2oat
by Brian Carlstrom
· 11 years ago
0177fe2
Remove CompilerDriver::IsDebuggingSupported
by Brian Carlstrom
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
93ba893
Fix cpplint runtime/explicit issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago