Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
fef5c0c5f000bafa0fc86f64c42dd1f91444199a
fef5c0c
ART: Make Touch's stack array smaller under ASAN am: 854b3503ab am: d81d7a9b53 am: 098a630a58 am: 7345cba901
by Andreas Gampe
· 8 years ago
1153638
ART: Change main-thread thread paging scheme am: afb2b33f87 am: b761bfb83f am: d92d5f8f2f am: 3edf1d642f
by Andreas Gampe
· 8 years ago
2bd7e3a
ART: Make Touch's stack array smaller under ASAN am: 854b3503ab am: d81d7a9b53 am: 098a630a58
by Andreas Gampe
· 8 years ago
e599e82
ART: Change main-thread thread paging scheme am: afb2b33f87 am: b761bfb83f am: d92d5f8f2f
by Andreas Gampe
· 8 years ago
7345cba
ART: Make Touch's stack array smaller under ASAN am: 854b3503ab am: d81d7a9b53
by Andreas Gampe
· 8 years ago
3edf1d6
ART: Change main-thread thread paging scheme am: afb2b33f87 am: b761bfb83f
by Andreas Gampe
· 8 years ago
098a630
ART: Make Touch's stack array smaller under ASAN am: 854b3503ab am: d81d7a9b53
by Andreas Gampe
· 8 years ago
d92d5f8
ART: Change main-thread thread paging scheme am: afb2b33f87 am: b761bfb83f
by Andreas Gampe
· 8 years ago
d81d7a9
ART: Make Touch's stack array smaller under ASAN am: 854b3503ab
by Andreas Gampe
· 8 years ago
b761bfb
ART: Change main-thread thread paging scheme am: afb2b33f87
by Andreas Gampe
· 8 years ago
854b350
ART: Make Touch's stack array smaller under ASAN
by Andreas Gampe
· 8 years ago
afb2b33
ART: Change main-thread thread paging scheme
by Andreas Gampe
· 8 years ago
a77f3c9
ARM64: Restore FP registers in read barrier thunk.
by Nicolas Geoffray
· 8 years ago
4b4c0f1
Interpreter: Save and restore object result register.
by Nicolas Geoffray
· 8 years ago
1fb4a7b
[DO NOT MERGE] Disable non-functional test in oc-dev.
by Nicolas Geoffray
· 8 years ago
2ed6cce
Only look for method optimization annotations in the bootstrap class loader.
by Roland Levillain
· 8 years ago
a538551
Fix the stack at the beginning of the Generic JNI trampoline.
by Roland Levillain
· 8 years ago
860626e
Fix braino when handling branches fallthrough in arm backend.
by Nicolas Geoffray
· 8 years ago
565cd4e
Fix loop optimization in the presence of environment uses.
by Nicolas Geoffray
· 8 years ago
cd3d23c
Merge "Bump vdex version to regenerate vdex files" into oc-dev
by TreeHugger Robot
· 8 years ago
112e13d
Bump vdex version to regenerate vdex files
by Shubham Ajmera
· 8 years ago
5833993
Check that classes are resolved in GetMethodsVisitor
by Mathieu Chartier
· 8 years ago
d964e3b
Fixed bug in relying on precise FP in periodic sequence.
by Aart Bik
· 8 years ago
9a7f386
Add a bounds check when getting indexed items in dexlayout.
by Jeff Hao
· 8 years ago
5080494
Merge "Disable checker when testing no-prebuilds" into oc-dev
by Calin Juravle
· 8 years ago
6cc4bf3
Remove 'break's to make sure we see all options.
by Nicolas Geoffray
· 8 years ago
e237764
Disable checker when testing no-prebuilds
by Calin Juravle
· 8 years ago
ae80d30
Merge "Be less aggressive when inlining." into oc-dev
by Tim Murray
· 8 years ago
cf4f227
Merge "Don't call EnsureInitialized in the JIT." into oc-dev
by Tim Murray
· 8 years ago
8f51b90
Be less aggressive when inlining.
by Nicolas Geoffray
· 8 years ago
eccc74e
Don't call EnsureInitialized in the JIT.
by Nicolas Geoffray
· 8 years ago
fa6bffb
Merge "Use OatFileAssistant default filter instead of the dex2oat one" into oc-dev
by TreeHugger Robot
· 8 years ago
ece4cd8
Use OatFileAssistant default filter instead of the dex2oat one
by Calin Juravle
· 8 years ago
cdbd252
Merge "Relax an assert in AssertPcIsWithinQuickCode()" into oc-dev
by Mingyao Yang
· 8 years ago
1f0dc6f
Combine madvise for clearing region space
by Mathieu Chartier
· 8 years ago
3fb638e
Relax an assert in AssertPcIsWithinQuickCode()
by Mingyao Yang
· 8 years ago
08afdf4
Merge "Move to release CAS for updating object fields" into oc-dev
by Mathieu Chartier
· 8 years ago
44bb88f
Merge "Revert "Change thread suspend timeout to be fatal for non-debug"" into oc-dev
by Mathieu Chartier
· 8 years ago
72df5f9
Merge "sigchain: properly block signal when we forward." into oc-dev
by TreeHugger Robot
· 8 years ago
111b0e0
Revert "Change thread suspend timeout to be fatal for non-debug"
by Mathieu Chartier
· 8 years ago
1fff148
Handle gracefully profiles with invalid classes or methods
by Calin Juravle
· 8 years ago
a1f20c3
Move to release CAS for updating object fields
by Mathieu Chartier
· 8 years ago
4d32998
sigchain: properly block signal when we forward.
by Josh Gao
· 8 years ago
192289e
Merge "Flush data cache after updating the JIT table." into oc-dev
by TreeHugger Robot
· 8 years ago
e276589
Use arena allocation for profiles
by Calin Juravle
· 8 years ago
4ac7516
Merge "Do not deopt when using AOT inline caches" into oc-dev
by Calin Juravle
· 8 years ago
5764880
Merge "Record inline caches only for the strictly hot methods" into oc-dev
by Calin Juravle
· 8 years ago
b06c297
Flush data cache after updating the JIT table.
by Nicolas Geoffray
· 8 years ago
1e8ba37
Do not deopt when using AOT inline caches
by Calin Juravle
· 8 years ago
60889dc
Record inline caches only for the strictly hot methods
by Calin Juravle
· 8 years ago
0ebb078
Record types when the interpreter executes intrinsics.
by Nicolas Geoffray
· 8 years ago
30baf4a
Use HeapGrowthMultiplier for native allocaitons
by Mathieu Chartier
· 8 years ago
5dc8a08
Go to suspended before waiting for GC to complete.
by Mathieu Chartier
· 8 years ago
0262369
Merge "Also return vdex file from DexFile.getDexFileOutputPath" into oc-dev
by Calin Juravle
· 8 years ago
9282696
Merge "Send holder to Mark in ConcurrentCopying::Process for GC verification" into oc-dev
by Mathieu Chartier
· 8 years ago
75e7933
Merge "Use GC critical section for profile saver" into oc-dev
by Mathieu Chartier
· 8 years ago
cabbbc2
Also return vdex file from DexFile.getDexFileOutputPath
by Calin Juravle
· 8 years ago
0acdfd7
Send holder to Mark in ConcurrentCopying::Process for GC verification
by Mathieu Chartier
· 8 years ago
73c2a56
Use GC critical section for profile saver
by Mathieu Chartier
· 8 years ago
a2b84ef
Merge "Fix ProfileSaver logging" into oc-dev
by Nicolas Geoffray
· 8 years ago
9b70ef3
Merge "Revert "Revert "Use IsMarked instead of Mark for profiling info.""" into oc-dev
by Nicolas Geoffray
· 8 years ago
195085d
Fix ProfileSaver logging
by Calin Juravle
· 8 years ago
93c65fc
Merge "Do not cache profiles in the ProfileSaver." into oc-dev
by Calin Juravle
· 8 years ago
c806185
sigchain: limit use of SetHandlingSignal.
by Josh Gao
· 8 years ago
dafb6c2
sigchain: always call InitializeSignalChain on startup.
by Josh Gao
· 8 years ago
a402fbc
Add test for getError() of NativeBridge.
by Yanbing Jiang
· 8 years ago
3dd18cf
Do not cache profiles in the ProfileSaver.
by Calin Juravle
· 8 years ago
95cf171
Merge "ART: Fix iterator invalidation" into oc-dev
by TreeHugger Robot
· 8 years ago
7a529ac
Merge "Fix determinism for app images" into oc-dev
by Mathieu Chartier
· 8 years ago
54fe718
Fix determinism for app images
by Mathieu Chartier
· 8 years ago
d0384a7
ART: Fix iterator invalidation
by Andreas Gampe
· 8 years ago
8b68c5b
Revert "Revert "Use IsMarked instead of Mark for profiling info.""
by Nicolas Geoffray
· 8 years ago
78a9fe6
Merge "Clear odex/vdex/art file before running run-test" into oc-dev
by Calin Juravle
· 8 years ago
2ff48ef
Merge "Use a sentinel when clearing JIT table entries." into oc-dev
by TreeHugger Robot
· 8 years ago
e5dcc23
Clear odex/vdex/art file before running run-test
by Calin Juravle
· 8 years ago
f45d9a2
Merge changes I93c26ff3,I0dc1a141,I3a140ce0 into oc-dev
by TreeHugger Robot
· 8 years ago
70c94bf
Use a sentinel when clearing JIT table entries.
by Nicolas Geoffray
· 8 years ago
0e314cd
Merge "Handle safe mode in PackageManager." into oc-dev
by Nicolas Geoffray
· 8 years ago
8b3ce5e
ART: Add IterateThroughHeapExt
by Andreas Gampe
· 8 years ago
0499816
ART: Refactor IterateThroughHeap
by Andreas Gampe
· 8 years ago
037b8b7
ART: Add Heap JVMTI extension API
by Andreas Gampe
· 8 years ago
a7a2c9f
Merge "ART: Fix GetErrorName." into oc-dev
by TreeHugger Robot
· 8 years ago
d783806
Merge "Fix page accounting for multidex" into oc-dev
by David Sehr
· 8 years ago
c956b00
ART: Fix GetErrorName.
by Andreas Gampe
· 8 years ago
1b55857
Merge "Fix braino in enum use." into oc-dev
by TreeHugger Robot
· 8 years ago
fc6ac7c
Merge "ART: Fix null dereference for JSR45" into oc-dev
by TreeHugger Robot
· 8 years ago
9abe457
Merge "Honor --force-determinism for vdex." into oc-dev
by Nicolas Geoffray
· 8 years ago
993f0cb
Fix braino in enum use.
by Nicolas Geoffray
· 8 years ago
d7539b8
Merge "Add runtime reasons for deopt." into oc-dev
by Nicolas Geoffray
· 8 years ago
7bdb4e5
ART: Fix null dereference for JSR45
by Orion Hodson
· 8 years ago
bbf04c6
Honor --force-determinism for vdex.
by Nicolas Geoffray
· 8 years ago
9c7cce6
Merge "Don't use free list LOS for --force-determinism." into oc-dev
by TreeHugger Robot
· 8 years ago
d0faf8c
Handle safe mode in PackageManager.
by Nicolas Geoffray
· 8 years ago
79efadf
Add runtime reasons for deopt.
by Nicolas Geoffray
· 8 years ago
338c075
Merge "Be defensive in dex2oat when updating the vdex in-place." into oc-dev
by Nicolas Geoffray
· 8 years ago
7a48603
Be defensive in dex2oat when updating the vdex in-place.
by Nicolas Geoffray
· 8 years ago
dda5969
Fix page accounting for multidex
by David Sehr
· 8 years ago
e5cb110
Lower flock LOG(FATAL) to LOG(WARNING)
by Alex Light
· 8 years ago
0389abd
Merge "Bump oat version after compiler filter name changes." into oc-dev
by Nicolas Geoffray
· 8 years ago
94617ea
Merge "Do not fsync profiles on close" into oc-dev
by TreeHugger Robot
· 8 years ago
Next »