Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
3e5cf305db800b2989ad57b7cde8fb3cc9fa1b9e
/
runtime
3e5cf30
Begin migration of art::Atomic to std::atomic.
by Ian Rogers
· 10 years ago
4c1c510
Improve stack walk performance.
by Vladimir Marko
· 10 years ago
e1ff199
Up-to-date odex files should take precedence over profile checks
by Brian Carlstrom
· 10 years ago
422b2e5
Merge "Fix typo in option parsing."
by Ian Rogers
· 10 years ago
f7fd3cb
Fix typo in option parsing.
by Ian Rogers
· 10 years ago
63c5dd0
Fix the sense of when mutexes are used for longs in atomic support.
by Ian Rogers
· 10 years ago
46889ea
Fix DexFile.getClassNameList.
by Ian Rogers
· 10 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
6b52285
Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess."
by Mathieu Chartier
· 10 years ago
041cff3
Merge "ART: Fix ARM64 long-jump context caller-save smashes"
by Andreas Gampe
· 10 years ago
6cf8010
ART: Fix ARM64 long-jump context caller-save smashes
by Andreas Gampe
· 10 years ago
2b7c4d1
Don't get and restore thread state for ScopedFastNativeObjectAccess.
by Mathieu Chartier
· 10 years ago
047c11a
Merge "Check and log a to-space overflow explicitly."
by Hiroshi Yamauchi
· 10 years ago
13bf2e6
Check and log a to-space overflow explicitly.
by Hiroshi Yamauchi
· 10 years ago
5a9ba01
Build fix.
by Ian Rogers
· 10 years ago
666f4b9
Merge "Switch ART to libc++."
by Dan Albert
· 10 years ago
ba0c51f
Switch ART to libc++.
by Ian Rogers
· 10 years ago
2afe494
Follow up to "Add ISA directory to image and odex pathnames."
by Brian Carlstrom
· 10 years ago
84e5242
Merge "Add ISA directory to image and odex pathnames."
by Brian Carlstrom
· 10 years ago
d508006
Increase the size of guard for Stack Overflow (x86_64)
by Serguei Katkov
· 10 years ago
f832284
Delete ClassHelper and fix compaction bug in GetDirectInterface
by Mathieu Chartier
· 10 years ago
8f07767
Merge "ART: Move start of linear mmap_scan out of reserved space"
by Andreas Gampe
· 10 years ago
6bd621a
ART: Move start of linear mmap_scan out of reserved space
by Andreas Gampe
· 10 years ago
8969a34
Merge "Fix generic jni issue in ArtMethod::GetQuickFrameInfo"
by Andreas Gampe
· 10 years ago
f0972a4
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
by Dmitry Petrochenko
· 10 years ago
229dd50
Merge "Visit methods in stack frames during root visits."
by Hiroshi Yamauchi
· 10 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 10 years ago
92d1a66
Visit methods in stack frames during root visits.
by Hiroshi Yamauchi
· 10 years ago
3232297
Merge "64-bit host multilib build."
by Ying Wang
· 10 years ago
c6585b7
64-bit host multilib build.
by Ying Wang
· 11 years ago
db2633c
Change ObjectLock to take Handle instead of Handle pointer.
by Mathieu Chartier
· 10 years ago
f59c6dd
Merge "ART: Fix Segment Fault with null owner while monitor logging is enabled"
by Mathieu Chartier
· 10 years ago
86ab791
ART: Fix Segment Fault with null owner while monitor logging is enabled
by Haifeng Li
· 10 years ago
b374fdb
Merge "Fix JDWP location event report on return instructions"
by Sebastien Hertz
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
dd157d7
Avoid some unnecessary use of stl types.
by Ian Rogers
· 10 years ago
3b2bcbf
Merge "Move RoS allocator to use unordered_set."
by Ian Rogers
· 10 years ago
0e78ff7
Merge "Workaround x86 interpretter stack overflow"
by Brian Carlstrom
· 10 years ago
b2c3e10
Merge "ART: Fix MonitorExit code on ARM"
by Andreas Gampe
· 10 years ago
b14329f
ART: Fix MonitorExit code on ARM
by Andreas Gampe
· 10 years ago
5fcfa7d
Move RoS allocator to use unordered_set.
by Ian Rogers
· 10 years ago
2aef07c
Workaround x86 interpretter stack overflow
by Brian Carlstrom
· 10 years ago
2298683
Improve large object free CHECK
by Mathieu Chartier
· 10 years ago
e713d93
Fix JDWP location event report on return instructions
by Sebastien Hertz
· 10 years ago
30b6520
Merge "ART: Resolve MAP_32BIT limitation in x86_64"
by Andreas Gampe
· 10 years ago
7d2ae43
Fix build
by Sebastien Hertz
· 10 years ago
cdf05ab
Merge "Register debugger for interesting instrumentation events only"
by Sebastien Hertz
· 10 years ago
42cd43f
Register debugger for interesting instrumentation events only
by Sebastien Hertz
· 11 years ago
3b9097d
Merge "Combine JDWP location events"
by Sebastien Hertz
· 10 years ago
84d49cc
ART: Resolve MAP_32BIT limitation in x86_64
by Qiming Shi
· 11 years ago
23d2b95
Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
by Andreas Gampe
· 10 years ago
72b3e43
ART: Fix typo in ArtMethod::FindCatchBlock
by Andreas Gampe
· 10 years ago
6d0a702
Merge "Fix race in inflating thin locks."
by Mathieu Chartier
· 10 years ago
a1ee14f
Fix race in inflating thin locks.
by Mathieu Chartier
· 10 years ago
33f109a
Merge "ART: Fix comments for dmb"
by Andreas Gampe
· 10 years ago
675967d
ART: Fix comments for dmb
by Andreas Gampe
· 10 years ago
5200a9b
Merge "Address comments from HandleScope change."
by Mathieu Chartier
· 10 years ago
5493f0b
Merge "64-bit build fix."
by Ian Rogers
· 10 years ago
1ee9935
64-bit build fix.
by Ian Rogers
· 10 years ago
421c537
Address comments from HandleScope change.
by Mathieu Chartier
· 10 years ago
cbfb8b2
Merge "Ensure JNI primitive array type is appropriate."
by Ian Rogers
· 10 years ago
2d10b20
Ensure JNI primitive array type is appropriate.
by Ian Rogers
· 11 years ago
3ac05bb
Remove ISA from boot image name.
by Brian Carlstrom
· 10 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 10 years ago
b720c4b
Merge "Add Handle/HandleScope and delete SirtRef."
by Mathieu Chartier
· 10 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
a47dcbf
Merge "x86_64: Fix issues in entrypoints"
by Andreas Gampe
· 11 years ago
78150c7
x86_64: Fix issues in entrypoints
by Dmitry Petrochenko
· 11 years ago
c0480ef
Fix includes for arch_test.cc.
by Vladimir Marko
· 11 years ago
ad930da
Merge "Move quick frame info to OatQuickMethodHeader."
by Vladimir Marko
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
98a8a54
Merge "Restore "Late-enable" logging"
by Brian Carlstrom
· 11 years ago
b911636
Merge "Dump the native stack of an unattached aborting thread."
by Ian Rogers
· 11 years ago
4fc046e
ART: Add lock and unlock stubs for ARM64, fix for X86-64
by Andreas Gampe
· 11 years ago
966ce11
Restore "Late-enable" logging
by Brian Carlstrom
· 11 years ago
e920cfd
Merge "Fix a lock level violation with background compaction enabled."
by Hiroshi Yamauchi
· 11 years ago
a6a8d14
Fix a lock level violation with background compaction enabled.
by Hiroshi Yamauchi
· 11 years ago
653bc0e
Merge "Place ISA into boot image name."
by Ian Rogers
· 11 years ago
b9beb2e
Place ISA into boot image name.
by Ian Rogers
· 11 years ago
9757e3d
Merge "Make it easy to change the default GC type."
by Hiroshi Yamauchi
· 11 years ago
1dda060
Make it easy to change the default GC type.
by Hiroshi Yamauchi
· 11 years ago
7e0a8b4
Merge changes Icf9afbab,If2409101
by Andreas Gampe
· 11 years ago
b170b3e
Merge "Fix stub_test to pass with SS collector."
by Mathieu Chartier
· 11 years ago
8379b22
Combine JDWP location events
by Sebastien Hertz
· 11 years ago
dfd891a
AArch64: Fixing and adding arm64 trampolines.
by Matteo Franchin
· 11 years ago
37eecbd
Dump the native stack of an unattached aborting thread.
by Ian Rogers
· 11 years ago
f92a456
Merge "Add lockless SynchronizedGet for indirect reference table."
by Mathieu Chartier
· 11 years ago
537aaf1
Merge "Revert "Switch on implicit null pointer and stack overflow checks.""
by Dave Allison
· 11 years ago
f36d985
Bump oat version to force recompile.
by Dave Allison
· 11 years ago
ad9697a
Revert "Switch on implicit null pointer and stack overflow checks."
by Dave Allison
· 11 years ago
c6b558c
Merge "Remove all LOG(DEBUG) which is not intended to be checked in"
by Brian Carlstrom
· 11 years ago
119c6bd
Fix stub_test to pass with SS collector.
by Mathieu Chartier
· 11 years ago
a52c5a6
Merge "Reference::GetReferent() calls by GC should not trigger read barriers."
by Hiroshi Yamauchi
· 11 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 11 years ago
bfff21a
Reference::GetReferent() calls by GC should not trigger read barriers.
by Hiroshi Yamauchi
· 11 years ago
1eda9c1
Merge "Make it possible to disable read barriers in Class::GetObjectSize()"
by Hiroshi Yamauchi
· 11 years ago
25023c7
Make it possible to disable read barriers in Class::GetObjectSize()
by Hiroshi Yamauchi
· 11 years ago
Next »