Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
461173b850b25d03ab39e24b572287f82fce3477
/
runtime
5275bcb
Restore refs in artQuickProxyInvokeHandler.
by Mathieu Chartier
· 11 years ago
58dabb5
Merge "Fix deoptimization deadlock"
by Sebastien Hertz
· 11 years ago
553e30c
Merge "Fix oatdumpd."
by Hiroshi Yamauchi
· 11 years ago
90d7068
Fix oatdumpd.
by Hiroshi Yamauchi
· 11 years ago
4028a6c
Inline x86 String.indexOf
by Mark Mendell
· 11 years ago
0b2b3db
Merge "Upcall support for x86-64."
by Ian Rogers
· 11 years ago
936b37f
Upcall support for x86-64.
by Ian Rogers
· 11 years ago
53cbcb3
Merge "Change ProcessReferences to not use RecursiveMarkObject."
by Mathieu Chartier
· 11 years ago
2432254
Merge "Add debug code for saving dex file inputs"
by Brian Carlstrom
· 11 years ago
3bb57c7
Change ProcessReferences to not use RecursiveMarkObject.
by Mathieu Chartier
· 11 years ago
f79fccb
Add debug code for saving dex file inputs
by Brian Carlstrom
· 11 years ago
11d40c2
Fix deoptimization deadlock
by Sebastien Hertz
· 11 years ago
5817e89
Aarch64: Add aarch64 memory barriers.
by Stuart Monteith
· 11 years ago
3c95c59
Merge "Do not set ACC_SUPER flag for interfaces"
by Sebastien Hertz
· 11 years ago
de34eea
Do not set ACC_SUPER flag for interfaces
by Yevgeny Rouban
· 11 years ago
e7da4cf
Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h."
by Nicolas Geoffray
· 11 years ago
073278c
Do not FixupStaticTrampolines of uninitialized classes
by Brian Carlstrom
· 11 years ago
a3537fb
Merge "Documentation nit."
by Ian Rogers
· 11 years ago
3bcd3ac
Merge "Fix preverify."
by Hiroshi Yamauchi
· 11 years ago
df8a073
Documentation nit.
by Ian Rogers
· 11 years ago
50cfe74
Remove dependency on llvm/Support/ELF.h by using linux's elf.h.
by Nicolas Geoffray
· 11 years ago
c4a2ee4
Merge "art: convert makefiles to support multilib build"
by Colin Cross
· 11 years ago
de853fe
Merge "Fixes to allow test-art-host to run via build server"
by Brian Carlstrom
· 11 years ago
4353486
Fixes to allow test-art-host to run via build server
by Brian Carlstrom
· 11 years ago
17a7fc7
Fix build.
by Mathieu Chartier
· 11 years ago
c06fec2
Merge "Change root visitor to use Object**."
by Mathieu Chartier
· 11 years ago
bb43294
Merge "Avoid interleaving JDWP requests and events."
by Sebastien Hertz
· 11 years ago
e2ef144
Merge "Fix failing check during JDWP invoke."
by Sebastien Hertz
· 11 years ago
99660e1
Avoid interleaving JDWP requests and events.
by Sebastien Hertz
· 11 years ago
21e729c
Fix failing check during JDWP invoke.
by Sebastien Hertz
· 11 years ago
0bf2ed9
Merge "Update native methods whitelist."
by Sebastien Hertz
· 11 years ago
dc781a1
art: convert makefiles to support multilib build
by Colin Cross
· 11 years ago
815873e
Change root visitor to use Object**.
by Mathieu Chartier
· 11 years ago
f48644b
Update native methods whitelist.
by Sebastien Hertz
· 11 years ago
46861fc
Merge "GenSpecialCase support for x86"
by Vladimir Marko
· 11 years ago
df8d416
Merge "Rewrite the compiler interface for CompilerDriver."
by Nicolas Geoffray
· 11 years ago
f5df897
Rewrite the compiler interface for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
d565caf
Don't store this_object in SIRT for static invokes.
by Mathieu Chartier
· 11 years ago
32a6c7f
Merge "Remove using mirror::* in jni internal."
by Mathieu Chartier
· 11 years ago
e7e8a5f
Remove using mirror::* in jni internal.
by Mathieu Chartier
· 11 years ago
1ed9061
Fix preverify.
by Hiroshi Yamauchi
· 11 years ago
239e8da
Merge "Revert "Revert "Revert "Add a script for running art standalone.""""
by Ian Rogers
· 11 years ago
97f4489
Revert "Revert "Revert "Add a script for running art standalone."""
by Ian Rogers
· 11 years ago
209a3a0
Merge "Fix function names in CHECK_NON_NULL_ARGUMENT."
by Narayan Kamath
· 11 years ago
44ba806
Merge "Revert "Revert "Add a script for running art standalone."""
by Nicolas Geoffray
· 11 years ago
cc35e45
Merge "Thread-local allocation stack."
by Hiroshi Yamauchi
· 11 years ago
3bc0174
GenSpecialCase support for x86
by Razvan A Lupusoru
· 11 years ago
f5b0e20
Thread-local allocation stack.
by Hiroshi Yamauchi
· 11 years ago
874d252
Remove old fork-and-specialize API
by Dave Platt
· 11 years ago
ebdf3f3
Prevent object allocation related races in VisitObjects.
by Mathieu Chartier
· 11 years ago
d2be39a
Merge "Fix race condition in BumpPointerSpace::Walk."
by Mathieu Chartier
· 11 years ago
13511e8
Merge "Avoid unnecessarily dirtying pages in SemiSpace collector."
by Mathieu Chartier
· 11 years ago
4b23250
Revert "Revert "Add a script for running art standalone.""
by Nicolas Geoffray
· 11 years ago
8544b46
Fix race condition in BumpPointerSpace::Walk.
by Mathieu Chartier
· 11 years ago
ad35d90
Avoid unnecessarily dirtying pages in SemiSpace collector.
by Mathieu Chartier
· 11 years ago
8b8adac
Merge "Finish fixing Zygote descriptor leakage problem"
by Dave Platt
· 11 years ago
41dcb9f
Revert "Add a script for running art standalone."
by Brian Carlstrom
· 11 years ago
2300790
Merge "Fix wrong thread id being passed to SIRT roots."
by Mathieu Chartier
· 11 years ago
89bb144
Fix wrong thread id being passed to SIRT roots.
by Mathieu Chartier
· 11 years ago
8e611d3
Fix function names in CHECK_NON_NULL_ARGUMENT.
by Narayan Kamath
· 11 years ago
b422d3f
Merge "Speed up method lookup in a different dex file."
by Vladimir Marko
· 11 years ago
763a085
Merge "Add a script for running art standalone."
by Nicolas Geoffray
· 11 years ago
1f5a90f
Add a script for running art standalone.
by Nicolas Geoffray
· 11 years ago
fd14755
Merge "Work in the direction of hard float quick ABIs."
by Ian Rogers
· 11 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 11 years ago
3c976a8
Merge "Add more checking to ReleasePrimitiveArray."
by Mathieu Chartier
· 11 years ago
d68ac70
Add more checking to ReleasePrimitiveArray.
by Mathieu Chartier
· 11 years ago
4d2efce
Don't hardcode object layout in Unsafe and space_test.
by Hiroshi Yamauchi
· 11 years ago
fc4c27e
Change BumpPointerSpace main block header to not be in space data.
by Mathieu Chartier
· 11 years ago
f54c9d6
Merge "Add root types and thread id to root visiting."
by Mathieu Chartier
· 11 years ago
83c8ee0
Add root types and thread id to root visiting.
by Mathieu Chartier
· 11 years ago
bbcc0c0
Speed up method lookup in a different dex file.
by Vladimir Marko
· 11 years ago
611c2c3
art: 64-bit support in UContext::Dump
by Dmitry Petrochenko
· 11 years ago
abaf927
Merge "Re-apply: Implement cumulative timings for CompilerDriver."
by Nicolas Geoffray
· 11 years ago
ea3fa0b
Re-apply: Implement cumulative timings for CompilerDriver.
by Nicolas Geoffray
· 11 years ago
83bef92
art: dex offset fix in oat_file.cc for x86_64
by Dmitry Petrochenko
· 11 years ago
7cba217
Merge "Update to the BitVector Implementation"
by Bill Buzbee
· 11 years ago
e07ab62
Merge "Fix CreateMultiArray to be compaction safe."
by Mathieu Chartier
· 11 years ago
b185165
Merge "Revert "Revert "Check FastInstance() early for special getters and setters."""
by Vladimir Marko
· 11 years ago
2bc4780
Revert "Revert "Check FastInstance() early for special getters and setters.""
by Vladimir Marko
· 11 years ago
5bb9903
Fix CreateMultiArray to be compaction safe.
by Mathieu Chartier
· 11 years ago
412c7fc
Make debugger / jdwp compaction safe.
by Mathieu Chartier
· 11 years ago
109e2b3
Merge "Revert "Check FastInstance() early for special getters and setters.""
by Ian Rogers
· 11 years ago
632e458
Revert "Check FastInstance() early for special getters and setters."
by Ian Rogers
· 11 years ago
f9bc0a5
Merge "Make primitive getter/setters consistently signed."
by Ian Rogers
· 11 years ago
29501cf
Make primitive getter/setters consistently signed.
by Ian Rogers
· 11 years ago
a4adbfd
RosAlloc verification.
by Hiroshi Yamauchi
· 11 years ago
5dc5727
Check FastInstance() early for special getters and setters.
by Vladimir Marko
· 11 years ago
a522142
Merge "Fix JDWP thread crash."
by Sebastien Hertz
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
462553e
Merge "ART can't create more than 8k threads during the worktime"
by Ian Rogers
· 11 years ago
1efa0a9
ART can't create more than 8k threads during the worktime
by Alexei Zavjalov
· 11 years ago
870901d
Finish fixing Zygote descriptor leakage problem
by Dave Platt
· 11 years ago
69cd439
Merge "Add missing SIRT to LoadNativeLibrary."
by Mathieu Chartier
· 11 years ago
055d46c
Add missing SIRT to LoadNativeLibrary.
by Mathieu Chartier
· 11 years ago
7c84c44
Merge "[MIPS64] Temporary placeholder build, to allow other projects to build"
by Brian Carlstrom
· 11 years ago
0d6adac
Fix apps with more than one dex file with the same name
by Brian Carlstrom
· 11 years ago
0376e6b
Fix JDWP thread crash.
by Sebastien Hertz
· 11 years ago
3b878f9
[MIPS64] Temporary placeholder build, to allow other projects to build
by Duane Sand
· 11 years ago
Next »