Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
7d1dbae1f28815f553bf3b8057b2b61072d4bc4c
7d1dbae
Merge "Handle multidex in LocationIsOnSystemFramework." into pi-dev
by Nicolas Geoffray
· 7 years ago
8792fdd
Merge "[veridex] Add a --target-sdk-version to avoid false positives." into pi-dev
by Nicolas Geoffray
· 7 years ago
16cb948
Handle multidex in LocationIsOnSystemFramework.
by Nicolas Geoffray
· 7 years ago
2a843c8
[veridex] Add a --target-sdk-version to avoid false positives.
by Nicolas Geoffray
· 7 years ago
de334c0
Add support for loading trusted dex files.
by Nicolas Geoffray
· 7 years ago
586fd2c
Implement VMDebug API to mark a class "platform"
by David Brazdil
· 7 years ago
0b4a16e
Merge "Support system server ART-profiling" into pi-dev
by Calin Juravle
· 7 years ago
bafecb3
Clear the profile if we fail to add new methods or classes
by Calin Juravle
· 7 years ago
fb74d8b
Support system server ART-profiling
by Calin Juravle
· 7 years ago
3105b27
Add new profile saver options: save without jit & profile AOT code
by Calin Juravle
· 7 years ago
7996b87
Merge "Fix hiddenapi::MemberSignature for proxies" into pi-dev
by David Brazdil
· 7 years ago
e6801b1
Merge "[veridex] Reflection detection improvements." into pi-dev
by Nicolas Geoffray
· 7 years ago
73a64f6
Fix hiddenapi::MemberSignature for proxies
by David Brazdil
· 7 years ago
40b7990
Merge "Blacklist 596-app-image." into pi-dev
by android-build-team Robot
· 7 years ago
5de2ff2
[veridex] Reflection detection improvements.
by Nicolas Geoffray
· 7 years ago
7387c80
Blacklist 596-app-image.
by Nicolas Geoffray
· 7 years ago
f59ca61
Do not log "None" type API accesses.
by Mathew Inwood
· 7 years ago
5bcef17
Include package name in tron events.
by Mathew Inwood
· 7 years ago
a5dea30
Merge "Do not verify apks when processing profiles" into pi-dev
by Calin Juravle
· 7 years ago
40636e8
Do not verify apks when processing profiles
by Calin Juravle
· 7 years ago
74eb267
Merge "Pass the fd to OatFile::Setup to avoid selinux errors." into pi-dev
by Calin Juravle
· 7 years ago
5b97b01
Merge "Do not overwrite hidden access flags for intrinsics" into pi-dev
by David Brazdil
· 7 years ago
675f51b
Merge "AOT inlined method lookup should stay within dex file." into pi-dev
by Vladimir Marko
· 7 years ago
61aa062
Fix delivering async exception while in compiled code.
by Vladimir Marko
· 7 years ago
0e1f7b9
Merge "Fix profile filtered loading" into pi-dev
by Calin Juravle
· 7 years ago
8a6b2f3
Do not overwrite hidden access flags for intrinsics
by David Brazdil
· 7 years ago
7c94799
AOT inlined method lookup should stay within dex file.
by Vladimir Marko
· 7 years ago
96dca1c
Pass the fd to OatFile::Setup to avoid selinux errors.
by Nicolas Geoffray
· 7 years ago
354794b
Merge "ART: Fix oat_writer_test." into pi-dev
by TreeHugger Robot
· 7 years ago
396b90b
ART: Fix oat_writer_test.
by Vladimir Marko
· 7 years ago
b876f59
Fix profile filtered loading
by Calin Juravle
· 7 years ago
610d845
Reorder debug logging statements when marking a reference in an unused region.
by Roland Levillain
· 7 years ago
acffee0
Fix oatdump_app_test for address sanitizer.
by Vladimir Marko
· 7 years ago
cbb7bd2
Improve debug logging of classes for 77342775.
by Vladimir Marko
· 7 years ago
e5442e7
Merge changes I956dd565,I080313dd into pi-dev
by David Brazdil
· 7 years ago
8917309
Merge changes from topic "dex2oat-pgo-arch-specific" into pi-dev
by TreeHugger Robot
· 7 years ago
69e0263
Specify dex2oat PGO profile files for Mips
by Pirama Arumuga Nainar
· 7 years ago
da221a7
Separate out PGO profile files per arch
by Pirama Arumuga Nainar
· 7 years ago
51a4dce
Merge "ART: Properly check for attached thread in CheckJNI" into pi-dev
by TreeHugger Robot
· 7 years ago
69944c9
ART: Properly check for attached thread in CheckJNI
by Andreas Gampe
· 7 years ago
b8c6619
Fix race in hidden_api.h
by David Brazdil
· 7 years ago
14c212a
Fix hidden API flags decoding for intrinsics
by David Brazdil
· 7 years ago
57b2a55
[veridex] New veridex improvements.
by Nicolas Geoffray
· 7 years ago
7f40ae5
Move jit startup attempt to openjdkjvmti from adbconnection
by Alex Light
· 7 years ago
90f8add
Always allow agent attach on userdebug builds with kArtTiVersion
by Alex Light
· 7 years ago
1787870
Merge "Add note about tests impacted by kLogAllAccesses flag." into pi-dev
by Mathew Inwood
· 7 years ago
c5759ba
Merge "Set hidden API flags of intrinsics" into pi-dev
by David Brazdil
· 7 years ago
49dded0
Set hidden API flags of intrinsics
by David Brazdil
· 7 years ago
4ac9bda
Merge "Add VMRuntime.setDedupeHiddenApiWarnings()." into pi-dev
by Mathew Inwood
· 7 years ago
14faeb8
Merge "Use tron for logging hidden API accesses." into pi-dev
by Mathew Inwood
· 7 years ago
fccbb72
Merge "Remove dexoptanalyzer fast file check" into pi-dev
by Calin Juravle
· 7 years ago
2d4d62f
Use tron for logging hidden API accesses.
by Mathew Inwood
· 7 years ago
80900a3
Add VMRuntime.setDedupeHiddenApiWarnings().
by Mathew Inwood
· 7 years ago
b49dc28
Remove dexoptanalyzer fast file check
by Calin Juravle
· 7 years ago
9f3a0c3
Merge changes I16fde69b,I6c085137 into pi-dev
by Mathieu Chartier
· 7 years ago
bee0c29
Merge "[veridex] Reflective usage detection improvements." into pi-dev
by TreeHugger Robot
· 7 years ago
26b1580
Merge "Make adbconnection try to start the JIT if it is not running." into pi-dev
by TreeHugger Robot
· 7 years ago
0d6736f
Add arg for overwriting class loader class path
by Mathieu Chartier
· 7 years ago
8548de1
Add stored class loader context option
by Mathieu Chartier
· 7 years ago
6b1a447
Merge "Further improve debug logging for 77342775" into pi-dev
by Vladimir Marko
· 7 years ago
295cba0
[veridex] Reflective usage detection improvements.
by Nicolas Geoffray
· 7 years ago
b822c6d
Make adbconnection try to start the JIT if it is not running.
by Alex Light
· 7 years ago
1264d80
Bug fix in SIMD result detection.
by Aart Bik
· 7 years ago
d54f1f9
Further improve debug logging for 77342775
by Vladimir Marko
· 7 years ago
6d6012e
Add note about tests impacted by kLogAllAccesses flag.
by Mathew Inwood
· 7 years ago
724e9c8
Fix test after ag/3881475.
by Mathew Inwood
· 7 years ago
eba8b96
Merge "Revert "Update hidden API membership of intrinsics"" into pi-dev
by TreeHugger Robot
· 7 years ago
38a5012
Merge changes I6c800641,Ia0a05c93 into pi-dev
by TreeHugger Robot
· 7 years ago
7b91439
Merge "Improve debug logging for bug 77342775." into pi-dev
by TreeHugger Robot
· 7 years ago
5933cdb
Merge "Log for light grey API accesses." into pi-dev
by TreeHugger Robot
· 7 years ago
da802f8
ART: Fix core image detection
by Andreas Gampe
· 7 years ago
5abb069
Fix running some run-tests with -Xjitthreshold:0
by Vladimir Marko
· 7 years ago
0dbc8be
Revert "Update hidden API membership of intrinsics"
by Andreas Gampe
· 7 years ago
47b6ace
Merge "Prevent deadlock calling transformation functions in ClassLoad callback." into pi-dev
by TreeHugger Robot
· 7 years ago
27199e6
Log for light grey API accesses.
by Mathew Inwood
· 7 years ago
d3782f3
Prevent deadlock calling transformation functions in ClassLoad callback.
by Alex Light
· 7 years ago
2e3667d
Improve debug logging for bug 77342775.
by Vladimir Marko
· 7 years ago
29d8d0b
Merge "Update hidden API membership of intrinsics" into pi-dev
by TreeHugger Robot
· 7 years ago
ba4f1a2
Merge "Log an event on hidden API accesses." into pi-dev
by Mathew Inwood
· 7 years ago
e1954f3
Update hidden API membership of intrinsics
by David Brazdil
· 7 years ago
73ddda4
Log an event on hidden API accesses.
by Mathew Inwood
· 7 years ago
75e4605
Merge "ART: Stop Hidden API stackwalk for class initializers in j.l.i." into pi-dev
by Orion Hodson
· 7 years ago
60d7315
Merge "Consider whitelist when listing class members." into pi-dev
by Mathew Inwood
· 7 years ago
8863fc3
Merge "Count switch as branch." into pi-dev
by TreeHugger Robot
· 7 years ago
29e64cf
ART: Stop Hidden API stackwalk for class initializers in j.l.i.
by Orion Hodson
· 7 years ago
64ee8ae
Consider whitelist when listing class members.
by Mathew Inwood
· 7 years ago
15f4f71
Drop removed OsTest.test_setgroups() from libcore_failures.txt
by Tobias Thierer
· 7 years ago
5665c97
Merge "Revert^2 "ART: Fix MethodHandle invoke-super"" into pi-dev
by Orion Hodson
· 7 years ago
d7959c2
Revert^2 "ART: Fix MethodHandle invoke-super"
by Orion Hodson
· 7 years ago
709e67c
Merge "Add extra logging for bug 77342775." into pi-dev
by TreeHugger Robot
· 7 years ago
516e20f
Add extra logging for bug 77342775.
by Vladimir Marko
· 7 years ago
cc2cd98
Don't pass empty profile to OatWriter
by Mathieu Chartier
· 7 years ago
4af599d
Count switch as branch.
by Aart Bik
· 7 years ago
51d77d6
Merge "ART: Walk past j.l.i in stackwalk for Hidden API" into pi-dev
by TreeHugger Robot
· 7 years ago
a05ddd5
Revert "ART: Fix MethodHandle invoke-super"
by Orion Hodson
· 7 years ago
198a27e
ART: Walk past j.l.i in stackwalk for Hidden API
by Orion Hodson
· 7 years ago
9b92fb5
ART: Fix MethodHandle invoke-super
by Orion Hodson
· 7 years ago
c3dbfcc
Revert "Revert "Write shared data section for oatdump export dex""
by Mathieu Chartier
· 7 years ago
459ee30
Revert "Write shared data section for oatdump export dex"
by Orion Hodson
· 7 years ago
005f9d1
Merge "Always do cdex conversion for OatWriter dexlayout" into pi-dev
by Mathieu Chartier
· 7 years ago
Next »