Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
3f2343866fe067e51afca64009a8a66e7b73880a
3f23438
Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev am: 040bd29547
by Andreas Gampe
· 9 years ago
040bd29
Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev
by TreeHugger Robot
· 9 years ago
7b8a321
Fix vtable corruption. am: b554343e1d
by Alex Light
· 9 years ago
b554343
Fix vtable corruption.
by Alex Light
· 9 years ago
00bb716
ART: Dump more OatDexFile data in oatdump
by Andreas Gampe
· 9 years ago
1a91a86
Merge "DexFile: Add an API to query oat file status." into nyc-dev
by Narayan Kamath
· 9 years ago
a421e9e
Merge "DexFile: Add an API to query oat file status." into nyc-dev
by Narayan Kamath
· 9 years ago
cd7e7f7
DexFile: Add an API to query oat file status.
by Narayan Kamath
· 9 years ago
77a5950
Fix check_jni_compiler tests am: 2041f98d80
by Dimitry Ivanov
· 9 years ago
f84803e
Supply librarySearchPath to PathClassLoader am: 0452f4dcde
by Dimitry Ivanov
· 9 years ago
2041f98
Fix check_jni_compiler tests
by Dimitry Ivanov
· 9 years ago
438b942
Merge "Reset NativeLoader on DestroyJavaVM" into nyc-dev am: e20267080d
by Dimitry Ivanov
· 9 years ago
0452f4d
Supply librarySearchPath to PathClassLoader
by Dimitry Ivanov
· 9 years ago
e202670
Merge "Reset NativeLoader on DestroyJavaVM" into nyc-dev
by Dimitry Ivanov
· 9 years ago
9e83422
Reset NativeLoader on DestroyJavaVM
by Dimitry Ivanov
· 9 years ago
533bf60
Merge "Fix profile saver to use base dex location" into nyc-dev am: dcb95ccfa4
by Mathieu Chartier
· 9 years ago
dcb95cc
Merge "Fix profile saver to use base dex location" into nyc-dev
by Mathieu Chartier
· 9 years ago
57036a8
Merge "Correct monitor pool synchronization" into nyc-dev am: da19488a46
by Hans Boehm
· 9 years ago
da19488
Merge "Correct monitor pool synchronization" into nyc-dev
by Hans Boehm
· 9 years ago
ec82bc0
Merge "ART: Disambiguate access-checks mode from lock-counting" into nyc-dev
by Andreas Gampe
· 9 years ago
f957a5f
Merge "ART: Disambiguate access-checks mode from lock-counting" into nyc-dev
by Andreas Gampe
· 9 years ago
a36df1f
Merge "ART: Fix Mac build" into nyc-dev am: 8e181b2193
by Andreas Gampe
· 9 years ago
8e181b2
Merge "ART: Fix Mac build" into nyc-dev
by Andreas Gampe
· 9 years ago
4cf9adc
ART: Fix Mac build
by Andreas Gampe
· 9 years ago
298ca9b
Merge "Add ability to see if a dex file is backed by an oat file." into nyc-dev
by Jeff Hao
· 9 years ago
7393434
Merge "Add ability to see if a dex file is backed by an oat file." into nyc-dev
by Jeff Hao
· 9 years ago
9275af6
Fix profile saver to use base dex location
by Mathieu Chartier
· 9 years ago
8dab193
Correct monitor pool synchronization
by Hans Boehm
· 9 years ago
f3226b2
Merge "Deduplicate simple roots in hprof." into nyc-dev am: dc97e0498d
by Richard Uhler
· 9 years ago
dc97e04
Merge "Deduplicate simple roots in hprof." into nyc-dev
by Richard Uhler
· 9 years ago
9aafc91
Merge "ART: Log all monitor operations to systrace" into nyc-dev am: 206d27da4e
by Andreas Gampe
· 9 years ago
206d27d
Merge "ART: Log all monitor operations to systrace" into nyc-dev
by TreeHugger Robot
· 9 years ago
848458a
Merge "Add null checks to weak DexCache references" into nyc-dev am: 640735afca
by Brian Carlstrom
· 9 years ago
640735a
Merge "Add null checks to weak DexCache references" into nyc-dev
by Brian Carlstrom
· 9 years ago
642d1db
Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" into nyc-dev am: a0be9d724f
by buzbee
· 9 years ago
a0be9d7
Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" into nyc-dev
by Bill Buzbee
· 9 years ago
8efe1ff
Merge "Add contender method for lock contention" into nyc-dev am: 0e7316828d
by Mathieu Chartier
· 9 years ago
b294fef
Add null checks to weak DexCache references
by Brian Carlstrom
· 9 years ago
0e73168
Merge "Add contender method for lock contention" into nyc-dev
by Mathieu Chartier
· 9 years ago
8f26411
Add contender method for lock contention
by Mathieu Chartier
· 9 years ago
fc68987
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
6995dd3
ART: Add missing EXPORT_PCs to x86/_64 mterp
by buzbee
· 9 years ago
d87d89d
Remove invoke after inlining. am: 366728f70c
by Nicolas Geoffray
· 9 years ago
366728f
Remove invoke after inlining.
by Nicolas Geoffray
· 9 years ago
64b13ca
Merge "Fix how the ProfileSaver thread attaches to the runtime." into nyc-dev
by Calin Juravle
· 9 years ago
f59a7fc
Merge "Fix how the ProfileSaver thread attaches to the runtime." into nyc-dev
by Calin Juravle
· 9 years ago
e55fda1
Fix how the ProfileSaver thread attaches to the runtime.
by Calin Juravle
· 9 years ago
f517e28
ART: Disambiguate access-checks mode from lock-counting
by Andreas Gampe
· 9 years ago
edede2d
Revert "Revert "Write conflict tables in image"" am: cdca476bf3
by Mathieu Chartier
· 9 years ago
cdca476
Revert "Revert "Write conflict tables in image""
by Mathieu Chartier
· 9 years ago
fead819
Add ability to see if a dex file is backed by an oat file.
by Jeff Hao
· 9 years ago
a0123dd
Merge "Fix -Xint and -Xusejit interaction" into nyc-dev am: ba20abc
by Calin Juravle
· 9 years ago
57de31b
Merge "ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list" into nyc-dev
by Junmo Park
· 9 years ago
ba20abc
Merge "Fix -Xint and -Xusejit interaction" into nyc-dev
by Calin Juravle
· 9 years ago
8189ef7
Merge "ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list" into nyc-dev
by Vladimir Marko
· 9 years ago
81511b8
Merge "Decrease transition weight." into nyc-dev am: 2bbd98c
by Nicolas Geoffray
· 9 years ago
2bbd98c
Merge "Decrease transition weight." into nyc-dev
by TreeHugger Robot
· 9 years ago
6caaa84
Fix -Xint and -Xusejit interaction
by Calin Juravle
· 9 years ago
8c01f5c
ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list
by Junmo Park
· 9 years ago
5a62dd9
Decrease transition weight.
by Nicolas Geoffray
· 9 years ago
0fcf840
Forbid HDeoptimize instructions in OSR methods. am: 19b5021
by Nicolas Geoffray
· 9 years ago
19b5021
Forbid HDeoptimize instructions in OSR methods.
by Nicolas Geoffray
· 9 years ago
0bdeed3
Merge "ART: Disable back edge uses for irreducible loops" into nyc-dev
by David Brazdil
· 9 years ago
d1a2b02
Merge "ART: Disable back edge uses for irreducible loops" into nyc-dev
by David Brazdil
· 9 years ago
0024abb
Merge "Initialize native loader on JNI_CreateJavaVM" into nyc-dev am: 38fb644
by Dimitry Ivanov
· 9 years ago
38fb644
Merge "Initialize native loader on JNI_CreateJavaVM" into nyc-dev
by Dimitry Ivanov
· 9 years ago
2d7dde5
Merge "Revert "Write conflict tables in image"" into nyc-dev am: 2b23735
by Mathieu Chartier
· 9 years ago
2b23735
Merge "Revert "Write conflict tables in image"" into nyc-dev
by Mathieu Chartier
· 9 years ago
8e2478d
Revert "Write conflict tables in image"
by Mathieu Chartier
· 9 years ago
154e96e
Initialize native loader on JNI_CreateJavaVM
by Dimitry Ivanov
· 9 years ago
c4bc523
Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev
by Jeff Hao
· 9 years ago
9135aa0
Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev
by Jeff Hao
· 9 years ago
857794c
Merge "Write conflict tables in image" into nyc-dev am: b125eaf
by Mathieu Chartier
· 9 years ago
b125eaf
Merge "Write conflict tables in image" into nyc-dev
by Mathieu Chartier
· 9 years ago
5872d7c
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
eff90af
Add command line option for jit invoke transition weight am: 2a894f4
by Calin Juravle
· 9 years ago
cda9386
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
2f82b70
ART: Disable back edge uses for irreducible loops
by David Brazdil
· 9 years ago
e969e15
Split profile recording from jit compilation am: e5de54c
by Calin Juravle
· 9 years ago
2a894f4
Add command line option for jit invoke transition weight
by Calin Juravle
· 9 years ago
e5de54c
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
aea828b
Merge "Thumb2: Reduce memory used for fixup dependencies." into nyc-dev
by Vladimir Marko
· 9 years ago
43c8e87
Merge "Thumb2: Reduce memory used for fixup dependencies." into nyc-dev
by Vladimir Marko
· 9 years ago
e792305
Deduplicate simple roots in hprof.
by Richard Uhler
· 9 years ago
f175de6
Merge "Test component type for errors too. With regression test." into nyc-dev
by Aart Bik
· 9 years ago
5a13993
Merge "Test component type for errors too. With regression test." into nyc-dev
by Aart Bik
· 9 years ago
8a38527
Reduce memory lost by ArenaAllocator for large allocations. am: 46ea014
by Vladimir Marko
· 9 years ago
d1d7c40
Test component type for errors too. With regression test.
by Aart Bik
· 9 years ago
f2bb043
Thumb2: Reduce memory used for fixup dependencies.
by Vladimir Marko
· 9 years ago
46ea014
Reduce memory lost by ArenaAllocator for large allocations.
by Vladimir Marko
· 9 years ago
edaba57
Merge "ART: Change x86 from modify_ldt to set_thread_data" into nyc-dev
by Andreas Gampe
· 9 years ago
ff2d53a
Merge "ART: Change x86 from modify_ldt to set_thread_data" into nyc-dev
by Andreas Gampe
· 9 years ago
5abec9e
Merge "Make a fake libart for misbehaving apps." into nyc-dev am: 4825dfa
by Alex Light
· 9 years ago
4825dfa
Merge "Make a fake libart for misbehaving apps." into nyc-dev
by TreeHugger Robot
· 9 years ago
d6077c9
Make sure the referring class is in the dex cache. am: 21aa4d4
by Nicolas Geoffray
· 9 years ago
21aa4d4
Make sure the referring class is in the dex cache.
by Nicolas Geoffray
· 9 years ago
4059d42
ART: Fix ROR Checker test am: 885c684
by David Brazdil
· 9 years ago
885c684
ART: Fix ROR Checker test
by David Brazdil
· 9 years ago
d639182
Add flag to ArtMethod to skip compilation. am: 62e631a
by Nicolas Geoffray
· 9 years ago
b65ef96
ART: Change x86 from modify_ldt to set_thread_data
by Andreas Gampe
· 9 years ago
Next »