Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
fbfdce6952bee54a189af4b3984300301a5d62c1
/
src
fbfdce6
Teach ClassLinkerTest about Reference.referent
by Brian Carlstrom
· 13 years ago
c221850
Merge "Implement finalization." into dalvik-dev
by Elliott Hughes
· 13 years ago
adb460d
Implement finalization.
by Elliott Hughes
· 13 years ago
0826a7c
Merge "Compiler - switch default for null invoke test" into dalvik-dev
by buzbee
· 13 years ago
e3de749
Compiler - switch default for null invoke test
by buzbee
· 13 years ago
68e7652
Start moving stack-related stuff out of thread.h.
by Elliott Hughes
· 13 years ago
99f2723
Special-case Object.<init> invoke
by buzbee
· 13 years ago
3ddc0d1
Fix Vmap table size
by buzbee
· 13 years ago
ce30293
Compiler cleanup
by buzbee
· 13 years ago
20cde90
Add Class::IsFinalizable and Object::AddFinalizerReference.
by Elliott Hughes
· 13 years ago
b408de7
Implement the "unreasonable array allocation" OutOfMemoryError.
by Elliott Hughes
· 13 years ago
ffcd309
Merge "Make class roots an image root" into dalvik-dev
by Brian Carlstrom
· 13 years ago
34f426c
Make class roots an image root
by Brian Carlstrom
· 13 years ago
e1410a2
Fix the detail messages for NoSuchMethodErrors thrown from generated code.
by Elliott Hughes
· 13 years ago
58ae941
Simplify command line arguments
by Brian Carlstrom
· 13 years ago
4d0207c
Wrap non-Error throwables in ExceptionInInitializerError.
by Elliott Hughes
· 13 years ago
f43f03a
Merge "Implement artThrowVerificationErrorFromCode." into dalvik-dev
by Elliott Hughes
· 13 years ago
6c8867d
Implement artThrowVerificationErrorFromCode.
by Elliott Hughes
· 13 years ago
df59a25
Merge "Fixed class linker ResolveType for multi-dimensional arrays." into dalvik-dev
by jeffhao
· 13 years ago
d760bc4
Fixed class linker ResolveType for multi-dimensional arrays.
by jeffhao
· 13 years ago
33f741e
Remove opening of DexFile from pointer
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
06cbeb9
Merge "Add Class.getModifiers." into dalvik-dev
by Elliott Hughes
· 13 years ago
9dcc79d
Add Class.getModifiers.
by Elliott Hughes
· 13 years ago
0c8c673
Ensure we exit with EXIT_FAILURE if the main thread had an uncaught exception.
by Elliott Hughes
· 13 years ago
e983d00
Revert optimization settings
by buzbee
· 13 years ago
ed1c1e3
Fix field access.
by Elliott Hughes
· 13 years ago
6778651
Merge "Fix the 051-thread test." into dalvik-dev
by Elliott Hughes
· 13 years ago
84044c5
Merge "Optimization fixes" into dalvik-dev
by buzbee
· 13 years ago
7502e2a
Fix the 051-thread test.
by Elliott Hughes
· 13 years ago
bbaf894
Optimization fixes
by buzbee
· 13 years ago
5cb5ad2
Fix exception throwing to support no detail message.
by Elliott Hughes
· 13 years ago
d6fe38d
Fix oatexec to not print uncaught exceptions twice.
by Elliott Hughes
· 13 years ago
939a9ea
Merge "Various bugfixes" into dalvik-dev
by buzbee
· 13 years ago
58f9274
Various bugfixes
by buzbee
· 13 years ago
34d281c
Remove a reminder that no longer needs implementing.
by Elliott Hughes
· 13 years ago
81bc509
Silence a misleading compiler warning.
by Elliott Hughes
· 13 years ago
14134a1
Fix JNI NoSuchMethodErrors.
by Elliott Hughes
· 13 years ago
d2e0f90
Implement getProtoIndex() for the benefit of annotations.
by Jesse Wilson
· 13 years ago
991e3ac
Clean up instanceof codegen in compiler.
by buzbee
· 13 years ago
2d83101
Code refactoring: Split thread.cc into thread.cc and runtime_support.cc.
by Shih-wei Liao
· 13 years ago
c31664f
Add STLDeleteValues, and use it.
by Elliott Hughes
· 13 years ago
5b36eb3
Merge "Fixed test for static final fields that don't use <clinit>." into dalvik-dev
by jeffhao
· 13 years ago
abcfde3
Fixed test for static final fields that don't use <clinit>.
by jeffhao
· 13 years ago
12246b8
Add memory barriers (Issue 3338450)
by buzbee
· 13 years ago
6181f79
Register usage cleanup
by buzbee
· 13 years ago
557e027
New atomics from dalvik.
by Elliott Hughes
· 13 years ago
6bf1915
Revert "Reverts to track dalvik and libcore"
by Jesse Wilson
· 13 years ago
5371b18
Merge "Throw if ResolveMethod fails." into dalvik-dev
by Elliott Hughes
· 13 years ago
cc5f9a9
Throw if ResolveMethod fails.
by Elliott Hughes
· 13 years ago
8dfc9d5
For Stack Indirect Reference Table, visit roots in the table.
by Shih-wei Liao
· 13 years ago
4f894e3
Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap.
by Shih-wei Liao
· 13 years ago
d1422f8
Remove extra lock and racy assert in class initialization
by Brian Carlstrom
· 13 years ago
5cfd6fb
Verifier should not exit with exceptions pending.
by jeffhao
· 13 years ago
d6b1f61
Support for stack scanning of roots.
by Ian Rogers
· 13 years ago
f153fe1
Fix oatdumps stats alignment
by Brian Carlstrom
· 13 years ago
9b7f2c2
Fix space_test by ensuring Runtime::Current() is not null
by Brian Carlstrom
· 13 years ago
07a8c8c
Merge "Add -verbose:startup" into dalvik-dev
by Brian Carlstrom
· 13 years ago
0a5b14d
Add -verbose:startup
by Brian Carlstrom
· 13 years ago
808f7c3
Merge "Verifier stops if it can't resolve a class, method, or field." into dalvik-dev
by jeffhao
· 13 years ago
2c51f7e
Merge "Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs." into dalvik-dev
by Elliott Hughes
· 13 years ago
2a8a90e
Verifier stops if it can't resolve a class, method, or field.
by jeffhao
· 13 years ago
32ae6e3
Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs.
by Elliott Hughes
· 13 years ago
5a7a74a
Support for JNI local reference cookie.
by Ian Rogers
· 13 years ago
3116e85
Merge "Add one last memory barrier." into dalvik-dev
by Elliott Hughes
· 13 years ago
5d40f18
Fixes for "null instanceof" and class initialization
by Brian Carlstrom
· 13 years ago
1ff230d
Merge "Misc codegen fixes related to register promotion" into dalvik-dev
by buzbee
· 13 years ago
fe6207f
Add one last memory barrier.
by Elliott Hughes
· 13 years ago
20d8d67
Merge "Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output." into dalvik-dev
by Elliott Hughes
· 13 years ago
8e4aac5
Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output.
by Elliott Hughes
· 13 years ago
b29e4d1
Misc codegen fixes related to register promotion
by buzbee
· 13 years ago
e10b697
Fix bug in HasSameMethodDescriptorClass on return types
by Brian Carlstrom
· 13 years ago
03f0349
Another go at hardening Class::DumpClass.
by Elliott Hughes
· 13 years ago
e608763
Dump the pending exception when CheckJNI spots a call to a function that requires there to be no pending exception.
by Elliott Hughes
· 13 years ago
395520e
Assorted fixes for running frameworks apps
by Brian Carlstrom
· 13 years ago
14357e8
Add a -verbose:thread option.
by Elliott Hughes
· 13 years ago
c0dd312
~ should have been !.
by Elliott Hughes
· 13 years ago
c0ecd65
Various optimization fixes
by buzbee
· 13 years ago
9407c60
Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.
by Shih-wei Liao
· 13 years ago
4681c80
Various things.
by Elliott Hughes
· 13 years ago
5464308
Log when a Thread tries to set its name.
by Elliott Hughes
· 13 years ago
06f24e3
Merge "Use JNI to start the daemon threads." into dalvik-dev
by Elliott Hughes
· 13 years ago
719b323
Use JNI to start the daemon threads.
by Elliott Hughes
· 13 years ago
7a3aeb4
Thread state fixes.
by Elliott Hughes
· 13 years ago
15fdb8c
Floating point callee save support in exception delivery.
by Ian Rogers
· 13 years ago
d801cbc
Merge "Improve our choices of exceptions to throw." into dalvik-dev
by Elliott Hughes
· 13 years ago
c0c8dc8
Support for currently untested exceptions/errors.
by Ian Rogers
· 13 years ago
e555dc0
Improve our choices of exceptions to throw.
by Elliott Hughes
· 13 years ago
2a20cfd
Implement java.lang.reflect.Constructor.constructNative.
by Elliott Hughes
· 13 years ago
65ca077
Tolerant compilation of classes with missing super classes
by Brian Carlstrom
· 13 years ago
ed3e930
assert to DCHECK conversion
by buzbee
· 13 years ago
8060925
Implement Class.getDeclared(Constructors|Fields|Methods).
by Elliott Hughes
· 13 years ago
bc2f3e3
Add support for oat_process for use as a wrap.* launcher
by Brian Carlstrom
· 13 years ago
21d9e83
Exception support for object allocation.
by Ian Rogers
· 13 years ago
31cc62d
Merge "Support for exceptions from array allocation." into dalvik-dev
by Ian Rogers
· 13 years ago
b886da8
Support for exceptions from array allocation.
by Ian Rogers
· 13 years ago
3311f27
Merge "Fix dalvik vm reg to callee save mappings" into dalvik-dev
by buzbee
· 13 years ago
042946d
Fix dalvik vm reg to callee save mappings
by buzbee
· 13 years ago
e51a511
Exception support for CanPutArrayElementFromCode.
by Ian Rogers
· 13 years ago
382ece5
Merge "Class.isAssignableFrom and Class.isInstance." into dalvik-dev
by Elliott Hughes
· 13 years ago
Next »