2013-06-11 |
Elliott Hughes | Now that abort(3) is fixed, dvmAbort can be simplified. |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Brian Carlstrom | Merge "Lose System.currentTimeMillis, nanoTime, and... |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Elliott Hughes | Lose System.currentTimeMillis, nanoTime, and mapLibrary... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Elliott Hughes | Merge "Fix a minor leak in dvmCreateInlineSubsTable" |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Elliott Hughes | Merge "Fix minor leaks caused by failed initialization... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Elliott Hughes | Merge "Fix a minor bug in dvmCreateInterpThread" |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Elliott Hughes | Merge "Remove unused compiler templates for armv7-a*" |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Elliott Hughes | Merge "Rename unreasonable function name dmvCompilerTem... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Yanchuan Nian | Rename unreasonable function name dmvCompilerTemplateEnd |
commit | commitdiff | tree | snapshot |
2013-05-22 |
Brian Carlstrom | Merge "Move jdwpspy from development to dalvik (2 of 2)" |
commit | commitdiff | tree | snapshot |
2013-05-22 |
Brian Carlstrom | Move jdwpspy from development to dalvik (2 of 2) |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Jean-Philippe... | Merge "Added support for version 51 class files in dx" |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Jean-Philippe... | Merge "Report problems as errors in dx (with exit codes)" |
commit | commitdiff | tree | snapshot |
2013-05-16 |
You Kim | Remove unused compiler templates for armv7-a* |
commit | commitdiff | tree | snapshot |
2013-05-16 |
delphinemartin | Report problems as errors in dx (with exit codes) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
delphinemartin | Added support for version 51 class files in dx |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Elliott Hughes | Merge "Move verification of class access flags to libdex" |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Brian Carlstrom | Merge "Adapt dalvik to new libnativehelper" |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Brian Carlstrom | Adapt dalvik to new libnativehelper |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Ben Gruver | Move verification of class access flags to libdex |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Elliott Hughes | Merge "Reject dex files that attempt to use unspecified... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dima Zavin | Merge "vm: vmruntime: remove obsolete dependency on... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dima Zavin | vm: vmruntime: remove obsolete dependency on array.h |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Ben Gruver | Reject dex files that attempt to use unspecified class... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Fix alignment when recompacting a DexMerger... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
yroussel | Fix alignment when recompacting a DexMerger result. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Use zero filled alignment padding before method... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Jesse Wilson | Use zero filled alignment padding before method code |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Allow the merging of more than 2 dex file at... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
yroussel | Allow the merging of more than 2 dex file at a time. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Fix bug on register compatibility." |
commit | commitdiff | tree | snapshot |
2013-05-04 |
mikaelpeltier | Fix bug on register compatibility. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Remove duplicate LOCAL_MODULE_TAGS" |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Remove duplicate LOCAL_MODULE_TAGS |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Fix bad whitespace alignment from LOGW to ALOGW... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Fix bad whitespace alignment from LOGW to ALOGW change |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Carlstrom | Merge "Remove dx's copy of JUnit. (part II)" |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Jesse Wilson | Remove dx's copy of JUnit. (part II) |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Brian Carlstrom | Merge "Define scripts for calling DexMerger." |
commit | commitdiff | tree | snapshot |
2013-05-03 |
yroussel | Define scripts for calling DexMerger. |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Brian Carlstrom | Merge "Print proto_ids_{size,off} along with the rest... |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Carl Shapiro | Print proto_ids_{size,off} along with the rest of the... |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Brian Carlstrom | Merge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_IN... |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Brian Carlstrom | Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Elliott Hughes | Merge "Fix dalvik tests post-conscrypt." |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Elliott Hughes | Fix dalvik tests post-conscrypt. |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Elliott Hughes | Merge "Fix some leaks in VfyBasicBlock & BitVector." |
commit | commitdiff | tree | snapshot |
2013-05-03 |
You Kim | Fix some leaks in VfyBasicBlock & BitVector. |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Raphaël Moll | Merge "Fix dx to match the new SDK structure." |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Xavier Ducrohet | Fix dx to match the new SDK structure. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Raphael Moll | Merge "Fix dx.bat to match the new SDK structure." |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Carlstrom | Merge "Tracking changes to *-host for host shared libra... |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Carlstrom | Tracking changes to *-host for host shared libraries |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Elliott Hughes | Merge "Fix JIT initialization race" |
commit | commitdiff | tree | snapshot |
2013-05-01 |
buzbee | Fix JIT initialization race |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Brian Carlstrom | Merge "Update dalvik host script for new conscrypt... |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Brian Carlstrom | Update dalvik host script for new conscrypt and okhttp... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Brian Carlstrom | Merge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766 |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Brian Carlstrom | Merge "Teach dex how to parse encoded values from ... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Jesse Wilson | Switch Dex from byte[] to ByteBuffer for backing store... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Jesse Wilson | Move dex utilities from dalvik/dx to libcore/dex |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Jesse Wilson | Mechanical refactoring of dx into two parts. |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Brian Carlstrom | Change com.android.dx.io.Annotation to use EncodedValue |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Jesse Wilson | Teach dex how to parse encoded values from .dex files. |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Elliott Hughes | Merge "Fix JIT bug related to immediate doubles" |
commit | commitdiff | tree | snapshot |
2013-04-26 |
buzbee | Fix JIT bug related to immediate doubles |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Elliott Hughes | Merge "Don't duplicate annotation set ref lists when... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Raphael Moll | Fix dx.bat to match the new SDK structure. |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Elliott Hughes | Merge "Remove spammy logging from 8470684 investigation." |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Elliott Hughes | Remove spammy logging from 8470684 investigation. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Elliott Hughes | Merge "Work around a dalvik JDWP/GC deadlock." |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Elliott Hughes | Work around a dalvik JDWP/GC deadlock. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Elliott Hughes | Merge "More native stack dump hardening." |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Elliott Hughes | More native stack dump hardening. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Elliott Hughes | Merge "Fix flakiness in test 080-oom-throw." |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Elliott Hughes | Fix flakiness in test 080-oom-throw. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Elliott Hughes | Merge "Harden the native stack dumping decision." |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Elliott Hughes | Harden the native stack dumping decision. |
commit | commitdiff | tree | snapshot |
2013-04-06 |
Elliott Hughes | Merge "Dump native stacks for all threads in native... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Elliott Hughes | Dump native stacks for all threads in native code. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
jwilson | Don't duplicate annotation set ref lists when merging. |
commit | commitdiff | tree | snapshot |
2013-04-03 |
You Kim | Fix a minor bug in dvmCreateInterpThread |
commit | commitdiff | tree | snapshot |
2013-04-03 |
You Kim | Fix a minor leak in dvmCreateInlineSubsTable |
commit | commitdiff | tree | snapshot |
2013-04-03 |
You Kim | Fix minor leaks caused by failed initialization in... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Elliott Hughes | Merge "Tiny optimization for complier templates for... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Elliott Hughes | Merge "Fix a leak in Dalvik_dalvik_system_DexFile_openD... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Elliott Hughes | Merge "Fix a minor leaks caused by failed initializatio... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Elliott Hughes | Merge "Fix a minor leak in handleVM_CreateString" |
commit | commitdiff | tree | snapshot |
2013-04-02 |
You Kim | Fix a minor leak in handleVM_CreateString |
commit | commitdiff | tree | snapshot |
2013-04-02 |
You Kim | Fix a minor leaks caused by failed initializations... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
You Kim | Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile |
commit | commitdiff | tree | snapshot |
2013-04-02 |
You Kim | Tiny optimization for complier templates for arm. |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Elliott Hughes | Merge "[x86] Fix errors with WITH_JIT_TUNING defined" |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Elliott Hughes | Merge "[x86] Terminate trace if SGET/SPUT have unresolv... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Elliott Hughes | Merge "[x86] FPU stack needs to be reset after double... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Udayan Banerji | [x86] FPU stack needs to be reset after double conversion |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Elliott Hughes | Merge "[x86] Disable Method-JIT for x86 target" |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Elliott Hughes | Merge "Fix a cast in JniEnv::NewDirectByteBuffer." |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Elliott Hughes | Fix a cast in JniEnv::NewDirectByteBuffer. |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Elliott Hughes | Merge "Track libcore's DirectByteBuffer <init> change." |
commit | commitdiff | tree | snapshot |
next |