Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
2298683aa99a842c45f6b6f0d03755b219b06659
2298683
Improve large object free CHECK
by Mathieu Chartier
· 11 years ago
777dda8
Merge "Fix CompilationUnit constructor issues."
by Ian Rogers
· 11 years ago
93dcff3
Fix CompilationUnit constructor issues.
by Ian Rogers
· 11 years ago
30b6520
Merge "ART: Resolve MAP_32BIT limitation in x86_64"
by Andreas Gampe
· 11 years ago
4c6491f
Merge "Fix build"
by Sebastien Hertz
· 11 years ago
7d2ae43
Fix build
by Sebastien Hertz
· 11 years ago
cdf05ab
Merge "Register debugger for interesting instrumentation events only"
by Sebastien Hertz
· 11 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
· 11 years ago
84d49cc
ART: Resolve MAP_32BIT limitation in x86_64
by Qiming Shi
· 11 years ago
be02a59
Merge "ART: Fix oat_test for 64b"
by Andreas Gampe
· 11 years ago
a2eca52
ART: Fix oat_test for 64b
by Andreas Gampe
· 11 years ago
23d2b95
Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
by Andreas Gampe
· 11 years ago
72b3e43
ART: Fix typo in ArtMethod::FindCatchBlock
by Andreas Gampe
· 11 years ago
6d0a702
Merge "Fix race in inflating thin locks."
by Mathieu Chartier
· 11 years ago
a1ee14f
Fix race in inflating thin locks.
by Mathieu Chartier
· 11 years ago
9c16a9a
Merge "ART: Fix PWD in oat tests"
by Andreas Gampe
· 11 years ago
8dcecbc
Merge "Declare variable for all art dex tests."
by Brian Carlstrom
· 11 years ago
33f109a
Merge "ART: Fix comments for dmb"
by Andreas Gampe
· 11 years ago
675967d
ART: Fix comments for dmb
by Andreas Gampe
· 11 years ago
a1926cd
Merge "ART: Fix ARM dmb placement in monitor-exit"
by Andreas Gampe
· 11 years ago
d5ca7b3
ART: Fix PWD in oat tests
by Andreas Gampe
· 11 years ago
5200a9b
Merge "Address comments from HandleScope change."
by Mathieu Chartier
· 11 years ago
5493f0b
Merge "64-bit build fix."
by Ian Rogers
· 11 years ago
1ee9935
64-bit build fix.
by Ian Rogers
· 11 years ago
421c537
Address comments from HandleScope change.
by Mathieu Chartier
· 11 years ago
cbfb8b2
Merge "Ensure JNI primitive array type is appropriate."
by Ian Rogers
· 11 years ago
2d10b20
Ensure JNI primitive array type is appropriate.
by Ian Rogers
· 11 years ago
430e377
Declare variable for all art dex tests.
by Tsu Chiang Chuang
· 11 years ago
6099df8
Merge "Remove ISA from boot image name."
by Brian Carlstrom
· 11 years ago
3ac05bb
Remove ISA from boot image name.
by Brian Carlstrom
· 11 years ago
c2ffcec
Merge "Add a compilation tracing mechanism to the new compiler."
by Nicolas Geoffray
· 11 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 11 years ago
f54fcba
Merge "Support any cpu register sequence in LoadArgRegs"
by Bill Buzbee
· 11 years ago
5c13d43
Merge "x86_64: Handle UnsafeGet/Put equal to x86"
by Bill Buzbee
· 11 years ago
d115735
Merge "Fix special getter/setter to use RegClassForFieldLoadStore()."
by Vladimir Marko
· 11 years ago
c93ac8b
Fix special getter/setter to use RegClassForFieldLoadStore().
by Vladimir Marko
· 11 years ago
26ee07a
Support any cpu register sequence in LoadArgRegs
by Dmitry Petrochenko
· 11 years ago
9bf549d
x86_64: Handle UnsafeGet/Put equal to x86
by Dmitry Petrochenko
· 11 years ago
9b9dec8
ART: Fix ARM dmb placement in monitor-exit
by Andreas Gampe
· 11 years ago
d0916f3
Merge "dex2oat: convert NULL to nullptr"
by Kenny Root
· 11 years ago
5131638
dex2oat: convert NULL to nullptr
by Kenny Root
· 11 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 11 years ago
b720c4b
Merge "Add Handle/HandleScope and delete SirtRef."
by Mathieu Chartier
· 11 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
2757fa0
Merge "ART: Run cctest_vixl in test-art-host"
by Andreas Gampe
· 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
6fb66a2
Merge "Fix includes for arch_test.cc."
by Vladimir Marko
· 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
3c03357
ART: Run cctest_vixl in test-art-host
by Andreas Gampe
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
6f2b602
Merge "Add loop recognition and CFG simplifications in new compiler."
by Nicolas Geoffray
· 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
0f3295d
Merge "ART: Fix typo in ThreadOffset modification"
by Andreas Gampe
· 11 years ago
3ec5da2
ART: Fix typo in ThreadOffset modification
by Andreas Gampe
· 11 years ago
cd6e04f
Merge "ART: Add lock and unlock stubs for ARM64, fix for X86-64"
by Andreas Gampe
· 11 years ago
4fc046e
ART: Add lock and unlock stubs for ARM64, fix for X86-64
by Andreas Gampe
· 11 years ago
048b5d0
Merge "ART: Add more ThreadOffset in Mir2Lir and backends"
by Andreas Gampe
· 11 years ago
2f244e9
ART: Add more ThreadOffset in Mir2Lir and backends
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
0c5e841
Merge "Quick compiler: fix compile-time perf regression"
by buzbee
· 11 years ago
b9beb2e
Place ISA into boot image name.
by Ian Rogers
· 11 years ago
ba57451
Quick compiler: fix compile-time perf regression
by buzbee
· 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
21f08b7
Merge "AArch64: Fixing and adding arm64 trampolines."
by Andreas Gampe
· 11 years ago
6393eb7
Merge "Avoid unnecessary copy/load in EvalLoc() and LoadValue()."
by Vladimir Marko
· 11 years ago
0dc242d
Avoid unnecessary copy/load in EvalLoc() and LoadValue().
by Vladimir Marko
· 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
6663c90
Merge "Quick compiler: RegStorage tweak"
by buzbee
· 11 years ago
d111c6e
Quick compiler: RegStorage tweak
by buzbee
· 11 years ago
e1910f1
Merge "Quick compiler: Fix liveness tracking"
by buzbee
· 11 years ago
37eecbd
Dump the native stack of an unattached aborting thread.
by Ian Rogers
· 11 years ago
30adc73
Quick compiler: Fix liveness tracking
by buzbee
· 11 years ago
f92a456
Merge "Add lockless SynchronizedGet for indirect reference table."
by Mathieu Chartier
· 11 years ago
ad1a837
Merge "More dalvik-cache cleaning fixes."
by Brian Carlstrom
· 11 years ago
83ae6d2
More dalvik-cache cleaning fixes.
by Brian Carlstrom
· 11 years ago
537aaf1
Merge "Revert "Switch on implicit null pointer and stack overflow checks.""
by Dave Allison
· 11 years ago
9d75466
Merge "Bump oat version to force recompile."
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
b605083
Merge "Fix race condition in ProcessReferences."
by Mathieu Chartier
· 11 years ago
Next »