Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
baa81b5f25e10dd054e3562688802468512f8f67
/
libartbase
27351be
Switch-interpreter: Add flatten attribute to handlers.
by David Srbecky
· 5 years ago
8d6651d
Disable jit_memory_region_test tests on buggy kernels.
by Nicolas Geoffray
· 5 years ago
3a614ea
Add more tests around JitMemoryRegion.
by Nicolas Geoffray
· 5 years ago
88f3fd9
jitzygote: madvise DONTFORK on writable shared region.
by Nicolas Geoffray
· 5 years ago
025bba4
Stack maps: Micro-optimize LoadBits
by David Srbecky
· 5 years ago
591b1d2
ART: Ensure SlowDebug is enabled in all gtests
by Andreas Gampe
· 5 years ago
aeb0223
Retry cache flushes on ARMv7 devices
by Orion Hodson
· 5 years ago
1e52a07
Correct Indicies -> Indices
by Alex Light
· 5 years ago
145a18a
Stack walk: Cache CodeInfo and StackMap for current PC.
by David Srbecky
· 5 years ago
6c0c7c8
Stack maps: Micro-optimize ReadInterleavedVarints
by David Srbecky
· 5 years ago
6c4ec5c
Revert^2 "Stack maps: Interleave consecutive varints."
by David Srbecky
· 5 years ago
1b2a49b
Revert "Stack maps: Interleave consecutive varints."
by Raylin Hsu
· 5 years ago
a2b3456
Stack maps: Interleave consecutive varints.
by David Srbecky
· 5 years ago
1dd670c
Add errno message in RemapAtEnd error.
by Nicolas Geoffray
· 5 years ago
697c47a
Stack maps: Handle special cases using flags.
by David Srbecky
· 5 years ago
2411f49
Add helpers to allocate JIT memory in zygote.
by Nicolas Geoffray
· 5 years ago
d91f841
ART: Log approximate arena usage for slow verifier runs
by Andreas Gampe
· 5 years ago
1adb04f
Avoid coercing to key type in SafeMap
by Alex Light
· 5 years ago
3fae129
Move IntrusiveForwardList<> to libartbase.
by Vladimir Marko
· 5 years ago
90ffe12
Add sim of time zone data module files for target
by Neil Fuller
· 5 years ago
dddb6de
ART: Remove superfluous logging
by Andreas Gampe
· 5 years ago
67ba872
Optimize stack map decoding.
by David Srbecky
· 5 years ago
5bf2dbd
Use conservative permissions when creating files in ART
by Calin Juravle
· 5 years ago
639e73b
Revert^2 "Add AddToDexClassloader JVMTI extension functions"
by Alex Light
· 5 years ago
0dc93b1
ART: Run bpfmt over ART's blueprint files
by Andreas Gampe
· 5 years ago
43e7243
ART: Remove file_utils' ReadFileToString
by Andreas Gampe
· 5 years ago
2388ae5
ART: Place conditionally needed include in #ifdef
by Andreas Gampe
· 6 years ago
3ba32d9
ART: Remove assert include (iwyu)
by Andreas Gampe
· 6 years ago
f41232e
Incorporate additional feedback to native JNI checks
by Orion Hodson
· 6 years ago
077872d
Allow APEX binaries to access fields and methods via JNI
by Orion Hodson
· 6 years ago
5515310
Try harder to support gtests with non-standard build config
by Alex Light
· 6 years ago
cbe6d4a
Fix double loading check for Darwin
by Orion Hodson
· 6 years ago
70d91fe
ART: Disable check for Mac
by Andreas Gampe
· 6 years ago
1389dd4
Track libziparchive API change.
by Elliott Hughes
· 6 years ago
765b2a0
Add -verbose:interpreter
by Mathieu Chartier
· 6 years ago
b74f307
ART: IWYU for HiddenApi domain
by Andreas Gampe
· 6 years ago
356864a
Add libdexfiled_external to the debug Runtime APEX.
by Martin Stjernholm
· 6 years ago
6ae463f
hiddenapi, class2greylist: Add support for greylist-max-q
by David Brazdil
· 6 years ago
7711c35
Fix debug/release dependencies on libartbase
by David Srbecky
· 6 years ago
c36a8cc
Handle empty uncompressed and aligned dex file in an archive.
by Nicolas Geoffray
· 6 years ago
240cb2a
FileUtils: Do not expect Android root without an ending slash
by David Brazdil
· 6 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
1973687
Clarify histogram logic.
by Hans Boehm
· 6 years ago
dd8e222
Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl.
by Roland Levillain
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
50eec3d
Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe.
by Roland Levillain
· 6 years ago
2df4bfb
Do not check if known locations exist on host for hidden API
by David Brazdil
· 6 years ago
3e8aae0
Fix dex location of boot oat files during preopt
by David Brazdil
· 6 years ago
2e3cb54
Refactor art::GetAndroidDataSafe and art::GetAndroidData.
by Roland Levillain
· 6 years ago
a8d23cb
Use CommonArtTest for dexlayout, dexdiag
by David Sehr
· 6 years ago
1ea8a62
Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot.
by Roland Levillain
· 6 years ago
9ff900d
Replace more literal strings with constants in libartbase/base/file_utils.cc.
by Roland Levillain
· 6 years ago
527072e
Enable InMemoryDexClassLoader vdex only for Q+ targets
by David Brazdil
· 6 years ago
3940254
Modernise code to use override specifier
by Yi Kong
· 6 years ago
d7e9bbf
Clean up explicit conversions to ObjPtr<>.
by Vladimir Marko
· 6 years ago
d53f606
Partially disable building ART for host on Mac.
by David Srbecky
· 6 years ago
423bebb
ObjPtr<>-ify mirror::ObjectArray.
by Vladimir Marko
· 6 years ago
b9c29f6
Hide conscrypt package classes for app AOT compilation.
by Vladimir Marko
· 6 years ago
c2109c6
Fix possible overrun bug for resolving startup strings
by Mathieu Chartier
· 6 years ago
26a5dd6
Add support for ANDROID_TZDATA_ROOT
by Neil Fuller
· 6 years ago
bfaba28
Fix buildbots hidden_api_test
by David Brazdil
· 6 years ago
370a064
Differentiate system and test apis in whitelist
by Andrei Onea
· 6 years ago
3c83921
Assign conscrypt to core-platform hiddenapi domain
by David Brazdil
· 6 years ago
e7e26d1
Assign non-runtime /apex/* dex files to platform domain
by David Brazdil
· 6 years ago
de1b2a2
Revert "Revert "Add support for booting with a boot classpath not fully AOTed.""
by Nicolas Geoffray
· 6 years ago
14bfedd
Revert "Add support for booting with a boot classpath not fully AOTed."
by Andreas Gampe
· 6 years ago
de3e70f
Move to new glibc in the tree.
by Nicolas Geoffray
· 6 years ago
7417ce9
Add support for booting with a boot classpath not fully AOTed.
by Nicolas Geoffray
· 6 years ago
6c70224
Replace MergeSets() with std::set::merge().
by Vladimir Marko
· 6 years ago
8581e2a
Replace StringPiece with std::string_view.
by Vladimir Marko
· 6 years ago
e512556
Replace StringPiece with std::string_view in profman.
by Vladimir Marko
· 6 years ago
2f34e59
Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138
by Vladimir Marko
· 6 years ago
2ef0110
Replace StringPiece with std::string_view in HashSet.
by Vladimir Marko
· 6 years ago
eb37ba5
Replace StringPiece with std::string_view in Signature.
by Vladimir Marko
· 6 years ago
22e2223
ART: Use C++17 extract/modify/insert pattern.
by Vladimir Marko
· 6 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 6 years ago
e6e01a0
Revert "ART: introduce PALette abstraction layer"
by Orion Hodson
· 6 years ago
4b9d00a
ART: introduce PALette abstraction layer
by Orion Hodson
· 6 years ago
ca6d543
Merge "hiddenapi: check for CorePlatform domain"
by Nicolas Geoffray
· 6 years ago
12162de
hiddenapi: check for CorePlatform domain
by Orion Hodson
· 6 years ago
a966376
Merge "Adjust thresholds for pretty printing size."
by David Srbecky
· 6 years ago
de6c714
Adjust thresholds for pretty printing size.
by David Srbecky
· 6 years ago
e768182
hiddenapi: Print warnings for @CorePlatformApi violations
by David Brazdil
· 6 years ago
90faceb
hiddenapi: Support 'core-platform-api' flag
by David Brazdil
· 6 years ago
62a4bcf
hiddenapi: Produce CSV for `list` command
by David Brazdil
· 6 years ago
2259f1c
Extend lifetime of CodeInfo in StackVisitor.
by David Srbecky
· 6 years ago
b4a70ce
Remove core-simple from the boot classpath
by Neil Fuller
· 6 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 6 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 6 years ago
9d9227a
Build dexlist, dexlayout, and profman for Windows
by David Sehr
· 6 years ago
10db8fe
Support Windows builds for libartbase/libdexfile
by David Sehr
· 6 years ago
891fdcf
Handle art::ProcessCpuNanoTime invocations on macOS.
by Roland Levillain
· 6 years ago
ea65b21
Add apache-xml to boot class path for tests.
by Vladimir Marko
· 6 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 6 years ago
99e1739
Merge "Revert "Allow boot image for a part of the boot classpath.""
by Andreas Gampe
· 6 years ago
fb83d76
Revert "Allow boot image for a part of the boot classpath."
by Andreas Gampe
· 6 years ago
fcf213c
Merge "Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest"
by vichang
· 6 years ago
4433c43
Allow boot image for a part of the boot classpath.
by Vladimir Marko
· 6 years ago
97b2811
ART: Clean up base/utils.h
by Andreas Gampe
· 6 years ago
18642a3
Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest
by Victor Chang
· 6 years ago
Next »