OSDN Git Service

android-x86/dalvik.git
2013-06-07 Elliott HughesLose System.currentTimeMillis, nanoTime, and mapLibrary...
2013-06-05 Elliott HughesMerge "Fix a minor leak in dvmCreateInlineSubsTable"
2013-06-05 Elliott HughesMerge "Fix minor leaks caused by failed initialization...
2013-06-05 Elliott HughesMerge "Fix a minor bug in dvmCreateInterpThread"
2013-06-05 Elliott HughesMerge "Remove unused compiler templates for armv7-a*"
2013-06-05 Elliott HughesMerge "Rename unreasonable function name dmvCompilerTem...
2013-06-05 Yanchuan NianRename unreasonable function name dmvCompilerTemplateEnd
2013-05-22 Brian CarlstromMerge "Move jdwpspy from development to dalvik (2 of 2)"
2013-05-22 Brian CarlstromMove jdwpspy from development to dalvik (2 of 2)
2013-05-17 Jean-Philippe... Merge "Added support for version 51 class files in dx"
2013-05-17 Jean-Philippe... Merge "Report problems as errors in dx (with exit codes)"
2013-05-16 You KimRemove unused compiler templates for armv7-a*
2013-05-16 delphinemartinReport problems as errors in dx (with exit codes)
2013-05-16 delphinemartinAdded support for version 51 class files in dx
2013-05-13 Elliott HughesMerge "Move verification of class access flags to libdex"
2013-05-10 Brian CarlstromMerge "Adapt dalvik to new libnativehelper"
2013-05-10 Brian CarlstromAdapt dalvik to new libnativehelper
2013-05-08 Ben GruverMove verification of class access flags to libdex
2013-05-08 Elliott HughesMerge "Reject dex files that attempt to use unspecified...
2013-05-07 Dima ZavinMerge "vm: vmruntime: remove obsolete dependency on...
2013-05-07 Dima Zavinvm: vmruntime: remove obsolete dependency on array.h
2013-05-06 Ben GruverReject dex files that attempt to use unspecified class...
2013-05-04 Brian CarlstromMerge "Fix alignment when recompacting a DexMerger...
2013-05-04 yrousselFix alignment when recompacting a DexMerger result.
2013-05-04 Brian CarlstromMerge "Use zero filled alignment padding before method...
2013-05-04 Jesse WilsonUse zero filled alignment padding before method code
2013-05-04 Brian CarlstromMerge "Allow the merging of more than 2 dex file at...
2013-05-04 yrousselAllow the merging of more than 2 dex file at a time.
2013-05-04 Brian CarlstromMerge "Fix bug on register compatibility."
2013-05-04 mikaelpeltierFix bug on register compatibility.
2013-05-04 Brian CarlstromMerge "Remove duplicate LOCAL_MODULE_TAGS"
2013-05-04 Brian CarlstromRemove duplicate LOCAL_MODULE_TAGS
2013-05-04 Brian CarlstromMerge "Fix bad whitespace alignment from LOGW to ALOGW...
2013-05-04 Brian CarlstromFix bad whitespace alignment from LOGW to ALOGW change
2013-05-04 Brian CarlstromMerge "Remove dx's copy of JUnit. (part II)"
2013-05-04 Jesse WilsonRemove dx's copy of JUnit. (part II)
2013-05-03 Brian CarlstromMerge "Define scripts for calling DexMerger."
2013-05-03 yrousselDefine scripts for calling DexMerger.
2013-05-03 Brian CarlstromMerge "Print proto_ids_{size,off} along with the rest...
2013-05-03 Carl ShapiroPrint proto_ids_{size,off} along with the rest of the...
2013-05-03 Brian CarlstromMerge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_IN...
2013-05-03 Brian CarlstromRemove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES
2013-05-03 Elliott HughesMerge "Fix dalvik tests post-conscrypt."
2013-05-03 Elliott HughesFix dalvik tests post-conscrypt.
2013-05-03 Elliott HughesMerge "Fix some leaks in VfyBasicBlock & BitVector."
2013-05-03 You KimFix some leaks in VfyBasicBlock & BitVector.
2013-05-03 Raphaël MollMerge "Fix dx to match the new SDK structure."
2013-05-02 Xavier DucrohetFix dx to match the new SDK structure.
2013-05-02 Raphael MollMerge "Fix dx.bat to match the new SDK structure."
2013-05-02 Brian CarlstromMerge "Tracking changes to *-host for host shared libra...
2013-05-02 Brian CarlstromTracking changes to *-host for host shared libraries
2013-05-01 Elliott HughesMerge "Fix JIT initialization race"
2013-05-01 buzbeeFix JIT initialization race
2013-05-01 Brian CarlstromMerge "Update dalvik host script for new conscrypt...
2013-05-01 Brian CarlstromUpdate dalvik host script for new conscrypt and okhttp...
2013-04-30 Brian CarlstromMerge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766
2013-04-30 Brian CarlstromMerge "Teach dex how to parse encoded values from ...
2013-04-30 Jesse WilsonSwitch Dex from byte[] to ByteBuffer for backing store...
2013-04-30 Jesse WilsonMove dex utilities from dalvik/dx to libcore/dex
2013-04-30 Jesse WilsonMechanical refactoring of dx into two parts.
2013-04-30 Brian CarlstromChange com.android.dx.io.Annotation to use EncodedValue
2013-04-30 Jesse WilsonTeach dex how to parse encoded values from .dex files.
2013-04-26 Elliott HughesMerge "Fix JIT bug related to immediate doubles"
2013-04-26 buzbeeFix JIT bug related to immediate doubles
2013-04-25 Elliott HughesMerge "Don't duplicate annotation set ref lists when...
2013-04-24 Raphael MollFix dx.bat to match the new SDK structure.
2013-04-23 Elliott HughesMerge "Remove spammy logging from 8470684 investigation."
2013-04-23 Elliott HughesRemove spammy logging from 8470684 investigation.
2013-04-17 Elliott HughesMerge "Work around a dalvik JDWP/GC deadlock."
2013-04-17 Elliott HughesWork around a dalvik JDWP/GC deadlock.
2013-04-12 Elliott HughesMerge "More native stack dump hardening."
2013-04-12 Elliott HughesMore native stack dump hardening.
2013-04-12 Elliott HughesMerge "Fix flakiness in test 080-oom-throw."
2013-04-12 Elliott HughesFix flakiness in test 080-oom-throw.
2013-04-11 Elliott HughesMerge "Harden the native stack dumping decision."
2013-04-11 Elliott HughesHarden the native stack dumping decision.
2013-04-06 Elliott HughesMerge "Dump native stacks for all threads in native...
2013-04-05 Elliott HughesDump native stacks for all threads in native code.
2013-04-05 jwilsonDon't duplicate annotation set ref lists when merging.
2013-04-03 You KimFix a minor bug in dvmCreateInterpThread
2013-04-03 You KimFix a minor leak in dvmCreateInlineSubsTable
2013-04-03 You KimFix minor leaks caused by failed initialization in...
2013-04-02 Elliott HughesMerge "Tiny optimization for complier templates for...
2013-04-02 Elliott HughesMerge "Fix a leak in Dalvik_dalvik_system_DexFile_openD...
2013-04-02 Elliott HughesMerge "Fix a minor leaks caused by failed initializatio...
2013-04-02 Elliott HughesMerge "Fix a minor leak in handleVM_CreateString"
2013-04-02 You KimFix a minor leak in handleVM_CreateString
2013-04-02 You KimFix a minor leaks caused by failed initializations...
2013-04-02 You KimFix a leak in Dalvik_dalvik_system_DexFile_openDexFile
2013-04-02 You KimTiny optimization for complier templates for arm.
2013-04-01 Elliott HughesMerge "[x86] Fix errors with WITH_JIT_TUNING defined"
2013-04-01 Elliott HughesMerge "[x86] Terminate trace if SGET/SPUT have unresolv...
2013-04-01 Elliott HughesMerge "[x86] FPU stack needs to be reset after double...
2013-04-01 Udayan Banerji[x86] FPU stack needs to be reset after double conversion
2013-04-01 Elliott HughesMerge "[x86] Disable Method-JIT for x86 target"
2013-03-30 Elliott HughesMerge "Fix a cast in JniEnv::NewDirectByteBuffer."
2013-03-30 Elliott HughesFix a cast in JniEnv::NewDirectByteBuffer.
2013-03-30 Elliott HughesMerge "Track libcore's DirectByteBuffer <init> change."
2013-03-30 Elliott HughesTrack libcore's DirectByteBuffer <init> change.
2013-03-29 Elliott HughesMerge "Extra log information when pthread_create fails."
next