Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
227dfb0a25d020f0571eb194b98eca350bd6d036
227dfb0
Fix false alarm on thread suspend timeout
by tony.ys_liu
· 10 years ago
c1bfaa2
Remove dex2oat watchdog warning
by Brian Carlstrom
· 10 years ago
85448d4
ART: Compiled-classes list for compiler-driver
by Andreas Gampe
· 10 years ago
d00804c
ART: Prune links in the dalvik cache
by Andreas Gampe
· 10 years ago
e225eab
art: Fix classlinker and nopatchoat test for PIC case
by Igor Murashkin
· 10 years ago
4844702
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
998ee7d
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
300590b
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
f0cb1eb
ART: Missing EndTiming()s in dex2oat
by Andreas Gampe
· 10 years ago
64d7973
am 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods
by Brian Carlstrom
· 10 years ago
9a783d6
Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods
by Brian Carlstrom
· 10 years ago
2759810
am 7dd72618: Work around relocated boot.oat corruption
by Brian Carlstrom
· 10 years ago
7dd7261
Work around relocated boot.oat corruption
by Brian Carlstrom
· 10 years ago
f4e60fb
am efb9f850: ART: Fix ImageSpace error message.
by Andreas Gampe
· 10 years ago
efb9f85
ART: Fix ImageSpace error message.
by Andreas Gampe
· 10 years ago
d7c581c
am a6b2affa: Remove boot.art/boot.oat on failure to create
by Brian Carlstrom
· 10 years ago
a6b2aff
Remove boot.art/boot.oat on failure to create
by Brian Carlstrom
· 10 years ago
c63a505
Fix concurrent start bytes race
by Mathieu Chartier
· 10 years ago
4b4af81
am 1f24296c: Add way to ensure we are at the front of the sigaction chain
by Mathieu Chartier
· 10 years ago
1f24296
Add way to ensure we are at the front of the sigaction chain
by Mathieu Chartier
· 10 years ago
1fc7a27
am edfc4ca2: Fix oatdump for no image
by Mathieu Chartier
· 10 years ago
edfc4ca
Fix oatdump for no image
by Mathieu Chartier
· 10 years ago
84bda8b
am c54e12a4: Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
c54e12a
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
0016e52
am 5d1c1bbd: Check for errors in ThreadGroupReference JDWP commands
by Sebastien Hertz
· 10 years ago
5d1c1bb
Check for errors in ThreadGroupReference JDWP commands
by Sebastien Hertz
· 11 years ago
fbf9477
am a4fee49a: Don\'t call dlsym from signal context in signal chain
by Dave Allison
· 10 years ago
a4fee49
Don't call dlsym from signal context in signal chain
by Dave Allison
· 10 years ago
056e8fa
am b90132cb: Fix race in thread list destructor
by Mathieu Chartier
· 10 years ago
b90132c
Fix race in thread list destructor
by Mathieu Chartier
· 10 years ago
7b579f5
am b6404fe0: Disable kEnableJavaStackTraceHandler
by Brian Carlstrom
· 10 years ago
b6404fe
Disable kEnableJavaStackTraceHandler
by Brian Carlstrom
· 10 years ago
d2aa3bb
am b9001abf: Add extra logging for lock contention
by Mathieu Chartier
· 10 years ago
b9001ab
Add extra logging for lock contention
by Mathieu Chartier
· 10 years ago
70a9602
am 5be30072: ART: Remove wrong DCHECK
by Andreas Gampe
· 10 years ago
5be3007
ART: Remove wrong DCHECK
by Andreas Gampe
· 10 years ago
1188148
am ba16b079: More native bridge tests
by Calin Juravle
· 10 years ago
ba16b07
More native bridge tests
by Calin Juravle
· 10 years ago
261c765
am 228f9251: Merge "ART: Overflow of bound check in ArrayCopy intrinsic" into lmp-dev
by Bill Buzbee
· 10 years ago
14ddcba
am 95a93541: Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
a3ce2ed
am 02ff2d41: AddIntrinsicSlowPath with resume requires clobbering
by Serguei Katkov
· 10 years ago
228f925
Merge "ART: Overflow of bound check in ArrayCopy intrinsic" into lmp-dev
by Bill Buzbee
· 10 years ago
95a9354
Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
db7239c
ART: Overflow of bound check in ArrayCopy intrinsic
by avignate
· 10 years ago
02ff2d4
AddIntrinsicSlowPath with resume requires clobbering
by Serguei Katkov
· 11 years ago
53d36bb
am 6d031046: ART: Update for split native bridge initialization
by jgu21
· 10 years ago
6d03104
ART: Update for split native bridge initialization
by jgu21
· 11 years ago
7583292
am 11c48fe8: (-s ours) Merge "Optimize get/set reflection performance" into lmp-dev
by Mathieu Chartier
· 10 years ago
11c48fe
Merge "Optimize get/set reflection performance" into lmp-dev
by Mathieu Chartier
· 10 years ago
ffc788c
Optimize get/set reflection performance
by Mathieu Chartier
· 10 years ago
dbe4dc1
Merge "Fix broken runtime SetStatsEnabled logic" into lmp-dev
by Mathieu Chartier
· 10 years ago
ed34f59
Merge "Quick compiler: aarch64 codegen & long_min literal" into lmp-dev
by buzbee
· 10 years ago
b504d2f
Quick compiler: aarch64 codegen & long_min literal
by buzbee
· 10 years ago
23fb122
Change heap base address
by Mathieu Chartier
· 10 years ago
a98ffd7
Fix broken runtime SetStatsEnabled logic
by Mathieu Chartier
· 10 years ago
266b468
Merge "Do not hold breakpoint lock when running the verifier" into lmp-dev
by Sebastien Hertz
· 10 years ago
9770574
Merge "x86: evaluation destination should be after load of source in RA [DO NOT MERGE]" into lmp-dev
by Pat Tjin
· 10 years ago
4dfd0e4
Merge "Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded" into lmp-dev
by Brian Carlstrom
· 10 years ago
db273aa
x86: evaluation destination should be after load of source in RA [DO NOT MERGE]
by Serguei Katkov
· 11 years ago
c95f840
Merge "ART: Refactor elf_writer_quick for elf section order" into lmp-dev
by Andreas Gampe
· 10 years ago
3c5ec99
ART: Refactor elf_writer_quick for elf section order
by Andreas Gampe
· 10 years ago
aa93129
dex2oat should truncate files opened from file descriptors
by Brian Carlstrom
· 10 years ago
63582f2
Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded
by Brian Carlstrom
· 10 years ago
4d6e483
Do not hold breakpoint lock when running the verifier
by Sebastien Hertz
· 10 years ago
344f414
Merge "Fix JDWP crash when reporting exception" into lmp-dev
by Sebastien Hertz
· 10 years ago
e1a3950
Merge "Dump kernel/native stacks of pure native threads." into lmp-dev
by Christopher Ferris
· 10 years ago
503b9b0
Fix sput-wide verification flag.
by Logan Chien
· 11 years ago
7da37cc
Dump kernel/native stacks of pure native threads.
by Christopher Ferris
· 10 years ago
bbb6389
Fix JDWP crash when reporting exception
by Sebastien Hertz
· 10 years ago
dcfd6ca
Move spammy logs to JDWP verbose mode
by Sebastien Hertz
· 10 years ago
33c36d4
ART: Only allow the zygote to create the global boot image
by Andreas Gampe
· 10 years ago
63bc11e
DO NOT MERGE. Only have a portable entrypoint in portable builds.
by Ian Rogers
· 10 years ago
b87baed
Merge "Update JDWP event filtering to avoid useless ids" into lmp-dev
by Sebastien Hertz
· 10 years ago
bf5d818
ART: skip compilation of huge methods.
by buzbee
· 10 years ago
177586f
Merge "Avoid crash in StringReference.Value JDWP command" into lmp-dev
by Sebastien Hertz
· 10 years ago
a4d1aea
Merge "ART: Avoid recursive abort on thread dump" into lmp-dev
by Andreas Gampe
· 10 years ago
035592c
ART: Sync oat file to disk before patching
by Andreas Gampe
· 10 years ago
2f9e215
ART: Avoid recursive abort on thread dump
by Andreas Gampe
· 10 years ago
d0a24b7
Merge "Avoid suspending for alloc trace enabling when already suspended." into lmp-dev
by Jeff Hao
· 10 years ago
1d6ee09
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 11 years ago
3dc14e7
Merge "ART: Check for exceptions from unresolved classes" into lmp-dev
by Andreas Gampe
· 10 years ago
ba354a9
ART: Check for exceptions from unresolved classes
by Andreas Gampe
· 10 years ago
501cf95
Merge "Avoid printing absolute addresses in oatdump" into lmp-dev
by Brian Carlstrom
· 10 years ago
34fa79e
Avoid printing absolute addresses in oatdump
by Brian Carlstrom
· 11 years ago
a597c01
Merge "ART: Do not unlink unreadable ELF files" into lmp-dev
by Andreas Gampe
· 11 years ago
00503da
ART: Do not unlink unreadable ELF files
by Andreas Gampe
· 11 years ago
605f5ac
Merge "Only log an error if an unattached thread is unregistered." into lmp-dev
by Ian Rogers
· 11 years ago
e2bcf57
Only log an error if an unattached thread is unregistered.
by Ian Rogers
· 11 years ago
29259fa
Avoid crash in StringReference.Value JDWP command
by Sebastien Hertz
· 11 years ago
3256166
Add native support for FinalizerList.makeCircularListIfUnenqueued
by Mathieu Chartier
· 11 years ago
d539167
Update JDWP event filtering to avoid useless ids
by Sebastien Hertz
· 11 years ago
afa6b8e
ART: Make elf loading not abort
by Andreas Gampe
· 11 years ago
eee3e70
Merge "Fix stale root error in verifier" into lmp-dev
by Mathieu Chartier
· 11 years ago
6167864
Fix stale root error in verifier
by Mathieu Chartier
· 11 years ago
508e0a8
Merge "ART: Allow quickening in the boot image" into lmp-dev
by Andreas Gampe
· 11 years ago
35439ba
ART: Allow quickening in the boot image
by Andreas Gampe
· 11 years ago
332e188
Merge "ART: Change access flag behavior in verifier" into lmp-dev
by Andreas Gampe
· 11 years ago
9a3c262
Merge "Quick compiler (arm64) Fix inline Math.round()" into lmp-dev
by buzbee
· 11 years ago
ca48ef5
Merge "Fix and re-enable FreeList large object space for 64 bit" into lmp-dev
by Mathieu Chartier
· 11 years ago
98216e5
Quick compiler (arm64) Fix inline Math.round()
by buzbee
· 11 years ago
Next »