Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
dcb3dd8bfd6e2d5935442fe8671a2f6326a1e4e5
dcb3dd8
Merge "Failure to create/find the art-cache directory should be fatal." into dalvik-dev
by Elliott Hughes
· 14 years ago
380fac0
Failure to create/find the art-cache directory should be fatal.
by Elliott Hughes
· 14 years ago
bc51235
Remove redundant libgtest_host linkage
by Brian Carlstrom
· 14 years ago
08125a0
fix DCHECK in libartd
by Brian Carlstrom
· 14 years ago
36d8b6c
Merge "Fix array-put-object" into dalvik-dev
by buzbee
· 14 years ago
9a195c9
Fix array-put-object
by buzbee
· 14 years ago
3893357
StackTraceElements really want PrettyDescriptor, not PrettyClass.
by Elliott Hughes
· 14 years ago
141e68b
Merge "Compiler set up of InitializedStaticStorage" into dalvik-dev
by Brian Carlstrom
· 14 years ago
ffca45d
Compiler set up of InitializedStaticStorage
by Brian Carlstrom
· 14 years ago
54e7df1
Various bits of cleanup.
by Elliott Hughes
· 14 years ago
a0a764a
Added some utility functions for register maps.
by jeffhao
· 14 years ago
5f79133
Implement monitors.
by Elliott Hughes
· 14 years ago
78128a6
oatdump
by Brian Carlstrom
· 14 years ago
d03935a
Merge "Def/Use mask fix for vldm/vstm" into dalvik-dev
by buzbee
· 14 years ago
bdb0391
Support for exception throwing.
by Ian Rogers
· 14 years ago
f48e971
Def/Use mask fix for vldm/vstm
by buzbee
· 14 years ago
a5a97a2
Compile time class initialization for classes without <clinit>
by Brian Carlstrom
· 14 years ago
e23d93c
Added method fields for register map. Populated by verifier.
by jeffhao
· 14 years ago
98eacac
Enabled verification in the compiler and some other verifier fixes.
by jeffhao
· 14 years ago
8692721
Fix ClassLinker::LinkInterfaceMethods bug
by Brian Carlstrom
· 14 years ago
1619286
Add oat file generation and tests to build
by Brian Carlstrom
· 14 years ago
9386821
Merge "Fix invoke-interface bug." into dalvik-dev
by buzbee
· 14 years ago
367ce0b
Fix invoke-interface bug.
by buzbee
· 14 years ago
7ede61e
Implement VMRuntime.
by Elliott Hughes
· 14 years ago
8d768a9
Thread suspension.
by Elliott Hughes
· 14 years ago
43a3642
Fix null check elimination
by buzbee
· 14 years ago
303b01e
Add unit test for exercising AbstractMethodErrorStub code.
by Shih-wei Liao
· 14 years ago
c0efedb
Merge "Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak." into dalvik-dev
by Elliott Hughes
· 14 years ago
5ee7a8b
Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak.
by Elliott Hughes
· 14 years ago
c486c11
Generating stub code that throws AbstractMethodError exception when hit.
by Shih-wei Liao
· 14 years ago
3a4f8df
A few more trivial write barrier calls.
by Elliott Hughes
· 14 years ago
f0cde54
SSA renaming fix & invalid opcode fix
by buzbee
· 14 years ago
5ea047b
Support 64-bit volatiles and reference/pointer volatiles.
by Elliott Hughes
· 14 years ago
1d3f114
Support 32-bit volatiles.
by Elliott Hughes
· 14 years ago
93e74e8
More of the thread infrastructure.
by Elliott Hughes
· 14 years ago
c74255f
Interning image strings
by Brian Carlstrom
· 14 years ago
d369bb7
Various things.
by Elliott Hughes
· 14 years ago
aaa2080
Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace.
by Ian Rogers
· 14 years ago
31384c5
Generating stub code for registering a jni function at runtime.
by Shih-wei Liao
· 14 years ago
ec5adf3
Mark top of managed stack on helper transitions
by buzbee
· 14 years ago
005ab2e
It's not an error to reenter InitializeClass.
by Elliott Hughes
· 14 years ago
b153906
Use the right dex cache in the SGET/SPUT fast paths.
by Elliott Hughes
· 14 years ago
61ae414
Merge "Fix debugging output for unresolved fields." into dalvik-dev
by Elliott Hughes
· 14 years ago
2bb97f9
Fix debugging output for unresolved fields.
by Elliott Hughes
· 14 years ago
56778d8
Only do host build on linux
by Brian Carlstrom
· 14 years ago
a2e4431
Merge "More threads work." into dalvik-dev
by Elliott Hughes
· 14 years ago
8daa092
More threads work.
by Elliott Hughes
· 14 years ago
e4f7e1d
Add MANAGED to class definition for classes mirrored beween C++ and managed code
by Brian Carlstrom
· 14 years ago
4b620ff
Finish moving state to managed heap
by Brian Carlstrom
· 14 years ago
c396efc
Build fix: move target-indepent code out of __arm__
by buzbee
· 14 years ago
d3932bb
Merge "Complete compiler portion of exception handling" into dalvik-dev
by buzbee
· 14 years ago
5ade1d2
Complete compiler portion of exception handling
by buzbee
· 14 years ago
7957d54
Move the expected value to the front in our helpers, for clarity.
by Elliott Hughes
· 14 years ago
1240dad
Test conversion of floats and doubles to strings.
by Elliott Hughes
· 14 years ago
2d74047
Merge "Move Method shorty to managed heap" into dalvik-dev
by Brian Carlstrom
· 14 years ago
2ed6739
Move Method shorty to managed heap
by Brian Carlstrom
· 14 years ago
18ff708
Merge "Make CommonTest.compiler_ a UniquePtr" into dalvik-dev
by Ian Rogers
· 14 years ago
cefd187
Add stack overflow check
by buzbee
· 14 years ago
449b4bd
Take into account that our stacks grow down.
by Elliott Hughes
· 14 years ago
0e073f7
Make CommonTest.compiler_ a UniquePtr
by Ian Rogers
· 14 years ago
dbc0525
Make LinkFields ordering more stable for easier maintenance
by Brian Carlstrom
· 14 years ago
630ddde
Merge "Add a heap HWM to the Thread*, for compiled code." into dalvik-dev
by Elliott Hughes
· 14 years ago
2c8f653
Support for cross compilation.
by Ian Rogers
· 14 years ago
be759c6
Add a heap HWM to the Thread*, for compiled code.
by Elliott Hughes
· 14 years ago
92b3b56
Add locking to the heap.
by Elliott Hughes
· 14 years ago
15041f4
Merge "Verifier now generates register maps, though nothing uses them yet." into dalvik-dev
by jeffhao
· 14 years ago
75bbd55
Merge "Add suspend check & stub" into dalvik-dev
by buzbee
· 14 years ago
0d966cf
Add suspend check & stub
by buzbee
· 14 years ago
d1f0fde
Verifier now generates register maps, though nothing uses them yet.
by jeffhao
· 14 years ago
8ba4fa8
Merge "Small change to make CompilerTest.CompileDexLibCore pass" into dalvik-dev
by Brian Carlstrom
· 14 years ago
7540ff4
Small change to make CompilerTest.CompileDexLibCore pass
by Brian Carlstrom
· 14 years ago
34cd9e5
Add run-time resolution paths for iget/iput.
by buzbee
· 14 years ago
693267a
Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED
by Brian Carlstrom
· 14 years ago
5fe594f
A bit further along the track of multiple threads.
by Elliott Hughes
· 14 years ago
4ef7652
Transmit mapping table to runtime
by buzbee
· 14 years ago
2a475e7
Check-cast, instance-of, misc fixes
by buzbee
· 14 years ago
a475f39
Merge "Sketch out detaching threads (with partial implementation)." into dalvik-dev
by Elliott Hughes
· 14 years ago
02b48d1
Sketch out detaching threads (with partial implementation).
by Elliott Hughes
· 14 years ago
5dbddee
Added tests for interfaces that extend other interfaces.
by jeffhao
· 14 years ago
6108953
Merge "Don't try to run Thumb 2 code on x86 hosts." into dalvik-dev
by Elliott Hughes
· 14 years ago
d3a7297
Don't try to run Thumb 2 code on x86 hosts.
by Elliott Hughes
· 14 years ago
bdb7651
Added second pass which does code flow checking to verifier.
by jeffhao
· 14 years ago
7015ed5
Merge "A little bit more of the threads implementation." into dalvik-dev
by Elliott Hughes
· 14 years ago
dcc2474
A little bit more of the threads implementation.
by Elliott Hughes
· 14 years ago
4ff5dad
Weaken JNI asserts on return spill location when return is void
by Ian Rogers
· 14 years ago
c83b29d
Merge "Fixes for register promotion; enable fast path" into dalvik-dev
by buzbee
· 14 years ago
98e0e5e
Merge "Fix various JNI compiler bugs/unimplementeds." into dalvik-dev
by Ian Rogers
· 14 years ago
7a99c11
Fix various JNI compiler bugs/unimplementeds.
by Ian Rogers
· 14 years ago
0c7f26d
Fixes for register promotion; enable fast path
by buzbee
· 14 years ago
f5ecf06
Invoke <clinit> where necessary.
by Elliott Hughes
· 14 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 14 years ago
109bd6a
Fix for argument passing bug
by buzbee
· 14 years ago
13f5a58
Add missing file from last commit.
by Elliott Hughes
· 14 years ago
42ee142
Log line-at-a-time to work around Android logging lossage.
by Elliott Hughes
· 14 years ago
82f3e09
Minor test tweaks.
by Ian Rogers
· 14 years ago
b9231c8
Test arg passing for arraycopy.
by Ian Rogers
· 14 years ago
7d2b141
Fix the upcall's off-by-1 bug.
by Shih-wei Liao
· 14 years ago
6a0f7f5
Fix bug in invoke-super slow path
by buzbee
· 14 years ago
e9a72f6
Try/Catch analysis; various workarounds
by buzbee
· 14 years ago
7715c68
Fix the calling convention bug where we didn't account for Method*.
by Shih-wei Liao
· 14 years ago
Next »