Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
055242be79445100a2401d7383d038e8c59cc212
/
runtime
/
Android.bp
cab6557
Make vdex and dexlayout compatible.
by Nicolas Geoffray
· 8 years ago
76c1965
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
9dd326e
Merge "ART: Add object-readbarrier-inl.h"
by Treehugger Robot
· 8 years ago
c15a2f4
ART: Add object-readbarrier-inl.h
by Andreas Gampe
· 8 years ago
1ca6890
More robust GC verification and corruption dumping
by Mathieu Chartier
· 8 years ago
b95c74b
ART: Move InlineMethodAnalyzer into compiler
by Andreas Gampe
· 8 years ago
682282e
base: add SafeCopy.
by Josh Gao
· 8 years ago
6b2dc31
ART: Get rid of most of java.lang.DexCache.
by Narayan Kamath
· 8 years ago
78f1bdc
Interpreter intrinsics
by buzbee
· 8 years ago
e00e559
Fix java.lang.Void.TYPE (void.class) initialization.
by Vladimir Marko
· 8 years ago
e77b48b
Check stacks for unmodifiable frames
by Alex Light
· 8 years ago
ea9465e
Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader
by Alex Light
· 8 years ago
2a46b68
Merge "ART: invoke-custom support"
by Orion Hodson
· 8 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 8 years ago
84f50ae
Remove remaining uses of DexFile::GetChecksum.
by Richard Uhler
· 8 years ago
2bb70d3
Revert "Revert "build: Generate asm_support_gen.h from the build, validate up-to-date""
by Igor Murashkin
· 8 years ago
4ec69e5
Merge "Revert "build: Generate asm_support_gen.h from the build, validate up-to-date""
by Calin Juravle
· 8 years ago
592505c
Revert "build: Generate asm_support_gen.h from the build, validate up-to-date"
by Calin Juravle
· 8 years ago
44959ec
Merge "build: Generate asm_support_gen.h from the build, validate up-to-date"
by Igor Murashkin
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
2449a15
build: Generate asm_support_gen.h from the build, validate up-to-date
by Igor Murashkin
· 8 years ago
97c381e
Separate art::Exec from utils
by David Sehr
· 8 years ago
0c765f7
Merge changes I1ab9ec9f,I0fe01760
by Richard Uhler
· 8 years ago
b8ab63a
Check vdex file is valid in VdexFile::Open.
by Richard Uhler
· 8 years ago
b49cc55
Merge "Optionally dump ART crash information to logcat when running on Android."
by Roland Levillain
· 8 years ago
21482ad
Optionally dump ART crash information to logcat when running on Android.
by Roland Levillain
· 8 years ago
bd2fed5
MethodHandles: Support and tests for revealDirect / reflectAs.
by Narayan Kamath
· 8 years ago
36eb313
Add dexoptanalyzer tool
by Calin Juravle
· 8 years ago
04bbb5b
Revert "Revert "ART: Start RuntimeCallbacks""
by Andreas Gampe
· 8 years ago
33083d6
Rename offline_profiling_info to profile_compilation_info
by Calin Juravle
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
db70ce5
Address some review comments
by Mathieu Chartier
· 8 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 8 years ago
ba28f9f
Argument conversions for setter/getter MethodHandles.
by Orion Hodson
· 8 years ago
f657ed0
Support genrules with multiple tools
by Colin Cross
· 8 years ago
d625158
Add ClassExt mirror.
by Alex Light
· 8 years ago
000e188
method_handles: Complete support for emulated stack frames.
by Narayan Kamath
· 8 years ago
0802518
Save the non-verified classes in the VerifierDeps.
by Nicolas Geoffray
· 8 years ago
a1ff30f
ART: Switch to name-based IMT hashing
by Andreas Gampe
· 8 years ago
afa4827
java.lang.invoke: Add mirror types for MethodHandle / MethodType.
by Narayan Kamath
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
1d3038f
Use liblog for liblog (instead of libcutils)
by Dimitry Ivanov
· 8 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
ca3c8c3
Collect verifier dependencies
by David Brazdil
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
by Colin Cross
· 8 years ago
6b22aa5
Convert libart-gtest to Android.bp
by Colin Cross
· 8 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 8 years ago
c956879
Merge "Track libcore Executable.getParameter() changes"
by Neil Fuller
· 8 years ago
7b49e6c
Introduce VDEX file, use it for DEX files
by David Brazdil
· 8 years ago
f61df9b
ART: Remove computed-goto interpreter
by buzbee
· 8 years ago
60458a0
Track libcore Executable.getParameter() changes
by Neil Fuller
· 8 years ago
38c8fcd
Merge "Support for loading classes from DEX files stored in a ByteBuffer."
by Orion Hodson
· 8 years ago
a4c2a05
Support for loading classes from DEX files stored in a ByteBuffer.
by Orion Hodson
· 8 years ago
1c155f8
Merge changes Id2bc87dc,I17c191ec
by Colin Cross
· 8 years ago
e534a16
Merge "ART: Use libbase"
by Treehugger Robot
· 8 years ago
19a3f55
Merge "Add entrypoint type information."
by Roland Levillain
· 8 years ago
c564406
Fix debug flag ordering
by Colin Cross
· 8 years ago
aaadff8
ART: Use libbase
by Andreas Gampe
· 8 years ago
20ada11
ART: Fix symbols
by Andreas Gampe
· 8 years ago
da8ffec
Add entrypoint type information.
by Serban Constantinescu
· 9 years ago
19f28f1
Fix mac builds
by Colin Cross
· 8 years ago
1f7f3bd
Convert libart and dependencies to Android.bp
by Colin Cross
· 8 years ago