Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
573b3877fac3c5a4a9703301502694fe7219b21c
/
dex2oat
db4b1de
Revert "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
ed8b4ac
Merge "Refactor CompilerDriver::CompileAll()."
by Vladimir Marko
· 6 years ago
2afaff7
Refactor CompilerDriver::CompileAll().
by Vladimir Marko
· 6 years ago
d190851
Pass boot class path to ImageSpace::LoadBootImage.
by Vladimir Marko
· 6 years ago
7a85e70
Reduce core image to 6 modules.
by Vladimir Marko
· 6 years ago
aa6f483
ART: ARM64: Pass ISA features to VIXL macroassembler.
by Artem Serov
· 6 years ago
d378a56
Merge "Add image compressed blocks"
by Mathieu Chartier
· 6 years ago
1a84296
Add image compressed blocks
by Mathieu Chartier
· 6 years ago
f355ec7
Merge "C++17 compatibility: make WITH_TIDY=1 happy again."
by Elliott Hughes
· 6 years ago
0e211e5
Merge "Extract dex file if it is uncompressed but unaligned"
by Treehugger Robot
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
2b41cca
Extract dex file if it is uncompressed but unaligned
by Colin Cross
· 6 years ago
d011d81
Use more vector<string>s in dex2oat.cc .
by Vladimir Marko
· 6 years ago
fd667d4
Merge changes I05871a8a,I8baec836
by Vladimir Marko
· 6 years ago
5ad3ade
Merge "Fix app image generation and checking with shared libraries."
by Nicolas Geoffray
· 6 years ago
f0d3002
Fix app image generation and checking with shared libraries.
by Nicolas Geoffray
· 6 years ago
0c78ef7
Remove boot image begin/size from image header.
by Vladimir Marko
· 6 years ago
c10a0c6
ART: Add boot/app image checksums.
by Vladimir Marko
· 6 years ago
2a487eb
ART: Fix performance-inefficient-vector-operation
by Andreas Gampe
· 6 years ago
33e5d52
Merge "Support shared libraries in ClassLoaderContext::CreateClassLoader."
by Nicolas Geoffray
· 6 years ago
6b9fd8c
Support shared libraries in ClassLoaderContext::CreateClassLoader.
by Nicolas Geoffray
· 6 years ago
33f7c8a
Remove CompiledMethod dependency on CompilerDriver.
by Vladimir Marko
· 6 years ago
b321ac2
Merge "Speed up relative_patcher_arm64_test."
by Vladimir Marko
· 6 years ago
b74574a
Speed up relative_patcher_arm64_test.
by Vladimir Marko
· 6 years ago
9c4b970
Rewrite image type in CompilerOptions.
by Vladimir Marko
· 6 years ago
0bcbe93
Merge changes I1617a601,Ifa324bea
by Vladimir Marko
· 6 years ago
38cf60a
Postpone DexCache preloading in the ImageWriter.
by Vladimir Marko
· 6 years ago
d0834e4
Merge "Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that""
by Martin Stjernholm
· 6 years ago
b81c59e
Merge "ART: Rewrite core image detection."
by Vladimir Marko
· 6 years ago
6be1dbd
ART: Rewrite core image detection.
by Vladimir Marko
· 6 years ago
9e9fc70
Merge "Remove kDex2OatHostKey from oat-header"
by Treehugger Robot
· 6 years ago
d6f3019
Remove kDex2OatHostKey from oat-header
by Alex Light
· 6 years ago
4355162
Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that"
by Martin Stjernholm
· 6 years ago
104883b
Clean up primitive array helpers in Object.
by Vladimir Marko
· 6 years ago
38a938e
Minimal Android Runtime APEX module.
by Roland Levillain
· 6 years ago
1ecd7a8
Merge "Revert "Link lzma and lz4 compression libs statically into libartbase and use that""
by Annie Meng
· 6 years ago
9960cbc
Revert "Link lzma and lz4 compression libs statically into libartbase and use that"
by Annie Meng
· 6 years ago
a25b683
Merge "Link lzma and lz4 compression libs statically into libartbase and use that instead."
by Martin Stjernholm
· 6 years ago
82b67b2
Merge "Move profile compilation info to CompilerOptions."
by Vladimir Marko
· 6 years ago
1a2a5cd
Move profile compilation info to CompilerOptions.
by Vladimir Marko
· 6 years ago
21579be
Link lzma and lz4 compression libs statically into libartbase and use that
by Martin Stjernholm
· 6 years ago
24a993d
Merge "Clean up oat key-value store."
by Vladimir Marko
· 6 years ago
56581d8
Clean up oat key-value store.
by Vladimir Marko
· 6 years ago
50f9dc2
ART: Clean up dex2oat_test a bit
by Andreas Gampe
· 6 years ago
d79b37b
ART: Throw on soft verify failure in InitializeClass().
by Vladimir Marko
· 6 years ago
8cc418e
Track what intern tables are from boot images
by Mathieu Chartier
· 6 years ago
69ebc8f
Merge "Add PreResolved strings dex cache array"
by Mathieu Chartier
· 6 years ago
1ca718e
Add PreResolved strings dex cache array
by Mathieu Chartier
· 6 years ago
0ee5082
Merge "Refactor MemMap::MapAnonymous()."
by Vladimir Marko
· 6 years ago
eead626
Merge "Revert "Link compression libs statically into libartbase and use those everywhere.""
by Nicolas Geoffray
· 6 years ago
65ed42a
Revert "Link compression libs statically into libartbase and use those everywhere."
by Nicolas Geoffray
· 6 years ago
6e32b00
Merge "Link compression libs statically into libartbase and use those everywhere."
by Martin Stjernholm
· 6 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
f82eb6e
Merge "Revert^4: Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
a63dc15
Merge "Modernise code to use std::make_unique"
by Yi Kong
· 6 years ago
c57c680
Modernise code to use std::make_unique
by Yi Kong
· 6 years ago
8a94003
Link compression libs statically into libartbase and use those everywhere.
by Martin Stjernholm
· 6 years ago
e15b9b1
ART: Do some include-what-you-use
by Andreas Gampe
· 6 years ago
20c765f
Revert^4: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
eba69a1
Merge "ART: Add object-array-alloc-inl.h"
by Treehugger Robot
· 6 years ago
3070e9c
Merge "Revert "Revert^2: Add dex item for hiddenapi flags""
by Paul Hobbs
· 6 years ago
d33d318
Revert "Revert^2: Add dex item for hiddenapi flags"
by Luman Qu
· 6 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 6 years ago
da1cc3b
Merge "Revert^2: Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
f559f57
Merge "ART: Do some include-what-you-use"
by Treehugger Robot
· 6 years ago
fe3a979
Revert^2: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
88dbad3
ART: Do some include-what-you-use
by Andreas Gampe
· 6 years ago
55c880e
Revert "Disable kAppImageMayContainStrings"
by Chris Wailes
· 6 years ago
fbeef46
Fixed a GC bug caused by improper AppImage string fixup.
by Chris Wailes
· 6 years ago
e7e4eda
Merge "ART: Clean up CreateImageSections() comment."
by Vladimir Marko
· 6 years ago
6d3c181
ART: Clean up CreateImageSections() comment.
by Vladimir Marko
· 6 years ago
d9a0437
Revert "Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
cd98cde
Merge "Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
0dbc363
Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
76d5c1a
Merge "Remove the relocations section from the image."
by Vladimir Marko
· 6 years ago
d68ab24
Remove the relocations section from the image.
by Vladimir Marko
· 6 years ago
929f425
Merge "ART: Fix android-cloexec warnings"
by Treehugger Robot
· 6 years ago
dfcd82c
ART: Fix android-cloexec warnings
by Andreas Gampe
· 6 years ago
a498458
Merge "Resolve const-string of clinit"
by Mathieu Chartier
· 6 years ago
2275277
Resolve const-string of clinit
by Mathieu Chartier
· 6 years ago
4f570a4
Merge "Remove oat_data_begin checks from OatFile."
by Vladimir Marko
· 6 years ago
afaf7f8
ART: Enable bugprone-unused-return-value
by Andreas Gampe
· 6 years ago
f06ca50
Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))."
by Treehugger Robot
· 6 years ago
2d899c4
Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)).
by Josh Gao
· 6 years ago
f4efa9e
Remove oat_data_begin checks from OatFile.
by Vladimir Marko
· 6 years ago
966b933
Disable kAppImageMayContainStrings
by Mathieu Chartier
· 6 years ago
cd0f38f
Add logic to eagerly resolve const-string for startup methods
by Mathieu Chartier
· 6 years ago
710d785
Merge "Add extra handling for loading intern tables"
by Mathieu Chartier
· 6 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 6 years ago
4519b9d
Make the boot image always multi-image.
by Vladimir Marko
· 6 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 6 years ago
b63a4e8
Merge "Fix multi-image boot class path construction."
by Vladimir Marko
· 6 years ago
036bae0
Fix multi-image boot class path construction.
by Vladimir Marko
· 6 years ago
9a19e98
Moved several messages from LOG to VLOG(compiler).
by Chris Wailes
· 6 years ago
0c61be4
Implemented a new method for walking string references in AppImages.
by Chris Wailes
· 6 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 6 years ago
8351aac
ART: Refactor for bool literals
by Andreas Gampe
· 6 years ago
20f09a3
Merge "Don't pre-initialize Class.name fields in boot images"
by Alex Light
· 6 years ago
Next »