Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
b8c884e5f22390386b202459ab55ef3046631e42
/
dex2oat
/
linker
5115a4d
Clean up initialization checks for entrypoints.
by Vladimir Marko
· 5 years ago
0866ea4
Revert^2 "Refactor oat file writing."
by Vladimir Marko
· 5 years ago
50c812a
Revert "Refactor oat file writing."
by Vladimir Marko
· 5 years ago
0d192d2
Refactor oat file writing.
by Vladimir Marko
· 5 years ago
5a0b672
Boot image: only use the resolution stub when there is AOT code.
by Nicolas Geoffray
· 5 years ago
6f38201
Refactor space bitmap to be a value object
by Mathieu Chartier
· 5 years ago
44ca075
Compiler changes for boot image extension.
by Vladimir Marko
· 5 years ago
bf12191
Implement ClassStatus::kVisiblyInitialized.
by Vladimir Marko
· 6 years ago
2a290e1
Cleanup and simplify ImageWriter::GetQuickCode.
by Nicolas Geoffray
· 6 years ago
e6cb971
Remove ImageWriter::IsInBootOatFile().
by Vladimir Marko
· 6 years ago
1aff1ef
Clean up retrieving boot image address range.
by Vladimir Marko
· 6 years ago
e2d24be
Simplify ImageWriter::IsInBootImage.
by Vladimir Marko
· 6 years ago
e107037
Clean up collecting app image string references.
by Vladimir Marko
· 6 years ago
64f1f1f
Do not copy finalizer references to app image.
by Vladimir Marko
· 6 years ago
eaa8441
Clean up bin offset assignment in ImageWriter.
by Vladimir Marko
· 6 years ago
31c3daa
GC-independent image layout.
by Vladimir Marko
· 6 years ago
1e52a07
Correct Indicies -> Indices
by Alex Light
· 6 years ago
024d69f
Use cleared JNI weak sentinel from boot image.
by Vladimir Marko
· 6 years ago
8e05f09
Do not force-intern Strings in images.
by Vladimir Marko
· 6 years ago
f667508
ARM/ARM64: Use trampolines for slow-path entrypoint calls.
by Vladimir Marko
· 6 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 7 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
fe0e00a
Pre-resolve dex cache strings before collecting string offsets
by Mathieu Chartier
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
3940254
Modernise code to use override specifier
by Yi Kong
· 6 years ago
4617d58
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
by Vladimir Marko
· 6 years ago
bb206de
ObjPtr<>-ify ClassExt.
by Vladimir Marko
· 6 years ago
0984e48
Style cleanup for ObjPtr<>-ify changes.
by Vladimir Marko
· 6 years ago
fe1d952
Use generic name for JNI trampolines.
by David Srbecky
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
5092811
Move elf_utils.h to libelffile library as well.
by David Srbecky
· 6 years ago
e5d93b5
Compare the oat version of runtime, dex2oat and the compiler.
by David Srbecky
· 6 years ago
2faab00
Create libelffile library for ELF file manipulation.
by David Srbecky
· 6 years ago
98fb083
Remove obsolete trampoline offsets from OatHeader.
by Vladimir Marko
· 6 years ago
403aafa
Fix non-deterministic compilation for const-string...
by Vladimir Marko
· 6 years ago
7cb707f
Use resolve-startup-const-strings=true for run tests
by Mathieu Chartier
· 6 years ago
5708376
Revert "Remove code size from OatQuickMethodHeader"
by Nicolas Geoffray
· 6 years ago
815d5e5
Refactor compiler tests around CompilerDriver.
by Vladimir Marko
· 6 years ago
e570870
Merge "Remove code size from OatQuickMethodHeader"
by David Srbecky
· 6 years ago
038924b
ART: Reduce dependencies on CompilerDriver.
by Vladimir Marko
· 6 years ago
131f23a
Remove code size from OatQuickMethodHeader
by David Srbecky
· 6 years ago
7370d92
Remove oat_patches from the DWARF writer.
by David Srbecky
· 6 years ago
91b2900
Remove support for generating .eh_frame ELF section.
by David Srbecky
· 6 years ago
38714e8
ARM: Fix the CallOtherJustTooFarAfter test.
by Vladimir Marko
· 6 years ago
2ef0110
Replace StringPiece with std::string_view in HashSet.
by Vladimir Marko
· 6 years ago
49b2b20
Allow empty mini-debug-info ELF section.
by David Srbecky
· 6 years ago
ea59304
Remove ObjPtr from CalculateNewObjectOffsets
by Mathieu Chartier
· 6 years ago
00fbe4f
Add region padding for app images
by Mathieu Chartier
· 6 years ago
49b74a8
ART: Remove thread from class.h
by Andreas Gampe
· 6 years ago
ad1aa63
ART: Move Signature to its own header
by Andreas Gampe
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 6 years ago
fb83d76
Revert "Allow boot image for a part of the boot classpath."
by Andreas Gampe
· 6 years ago
4433c43
Allow boot image for a part of the boot classpath.
by Vladimir Marko
· 6 years ago
ce2d6b3
Merge "Remove denver from art"
by Haibo Huang
· 6 years ago
7391c8c
Store additional information in image header.
by Vladimir Marko
· 6 years ago
91f1032
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
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
11a250b
Remove denver from art
by Haibo Huang
· 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
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
38cf60a
Postpone DexCache preloading in the ImageWriter.
by Vladimir Marko
· 6 years ago
104883b
Clean up primitive array helpers in Object.
by Vladimir Marko
· 6 years ago
56581d8
Clean up oat key-value store.
by Vladimir Marko
· 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
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
c57c680
Modernise code to use std::make_unique
by Yi Kong
· 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
· 7 years ago
Next »