OSDN Git Service

android-x86/dalvik.git
2011-03-18 Ben ChengBug fix for dominance frontier calculation in SSA trans...
2011-03-17 Elliott HughesMerge "Fix the order in which natives are registered...
2011-03-17 Elliott HughesFix the order in which natives are registered.
2011-03-17 jeffhaoMerge "Register allocator uses single reg for each...
2011-03-17 Jesse WilsonAdd support for pre-dexed libraries to dx.
2011-03-17 jeffhaoRegister allocator uses single reg for each local when...
2011-03-17 Jesse WilsonMerge "Don't emit multiple copies of annotations when...
2011-03-17 Jesse WilsonDon't emit multiple copies of annotations when merging...
2011-03-16 Dan BornsteinMerge "Add --target-api=N option to dx." into dalvik-dev
2011-03-16 Dan BornsteinAdd --target-api=N option to dx.
2011-03-16 Dan BornsteinMerge "Clean up ArrayStoreException some more." into...
2011-03-16 Dan BornsteinClean up ArrayStoreException some more.
2011-03-16 Andy McFaddenMerge "Update CheckJNI implementation" into dalvik-dev
2011-03-16 Andy McFaddenUpdate CheckJNI implementation
2011-03-16 Dan BornsteinCorrect the reported index.
2011-03-16 Dan BornsteinMerge "Clean up dvmFindReferenceMembers()." into dalvik-dev
2011-03-16 Andy McFaddenClean up ref table dump
2011-03-16 Dan BornsteinClean up dvmFindReferenceMembers().
2011-03-15 Jesse WilsonMerge "Fix bugs in instruction parsing for incremental...
2011-03-15 Dan BornsteinMerge "Further init-time cleanup." into dalvik-dev
2011-03-15 Dan BornsteinFurther init-time cleanup.
2011-03-15 Andy McFaddenMerge "Unify reference table dump" into dalvik-dev
2011-03-15 Andy McFaddenUnify reference table dump
2011-03-15 Jesse WilsonFix bugs in instruction parsing for incremental dx.
2011-03-15 Dan BornsteinClean up method reference/offset initialization.
2011-03-15 Dan BornsteinClean up constructor reference initialization.
2011-03-15 Dan BornsteinMerge "Clean up field offset initialization." into...
2011-03-15 Dan BornsteinClean up field offset initialization.
2011-03-15 Iliyan Malchevam c73d12f6: dalvik: remove LOCAL_PRELINK_MODULE
2011-03-14 Andy McFaddenMerge "Replace jumbo opcodes in certain circumstances...
2011-03-14 Iliyan Malchevdalvik: remove LOCAL_PRELINK_MODULE
2011-03-14 Andy McFaddenReplace jumbo opcodes in certain circumstances
2011-03-14 Carl ShapiroMerge "Remove outdated asserts." into dalvik-dev
2011-03-14 Dan BornsteinMerge "Clean up class reference initialization." into...
2011-03-14 Dan BornsteinClean up class reference initialization.
2011-03-14 buzbeeMerge "Add trace description dump routine for debugging...
2011-03-14 buzbeeAdd trace description dump routine for debugging
2011-03-14 Carl ShapiroRemove outdated asserts.
2011-03-14 Dan BornsteinMerge "Collate the initial class creation code." into...
2011-03-14 Ben ChengMerge "Print class/method info for virtual callsites...
2011-03-14 Dan BornsteinCollate the initial class creation code.
2011-03-14 Ben ChengPrint class/method info for virtual callsites in JIT...
2011-03-12 Carl ShapiroMerge "Free the slot data when freeing an indirect...
2011-03-12 Carl ShapiroMerge "Add a predicate that returns true for addresses...
2011-03-12 Carl ShapiroMerge "Do not allocate native objects on the managed...
2011-03-12 Dan BornsteinClarify a comment.
2011-03-12 Carl ShapiroAdd a predicate that returns true for addresses contain...
2011-03-12 Carl ShapiroFree the slot data when freeing an indirect reference...
2011-03-12 Carl ShapiroDo not allocate native objects on the managed heap.
2011-03-12 Jesse WilsonMerge "Fix bugs in incremental dx." into dalvik-dev
2011-03-12 Jesse WilsonFix bugs in incremental dx.
2011-03-12 jeffhaoMerge "Verifier allows certain errors so they can fail...
2011-03-12 Dan BornsteinMerge "Clean up how primitive types are handled." into...
2011-03-12 Ying Wangam ce52ba38: Build libdexdump_static.
2011-03-12 Dan BornsteinClean up how primitive types are handled.
2011-03-12 jeffhaoVerifier allows certain errors so they can fail at...
2011-03-11 Ying WangBuild libdexdump_static.
2011-03-11 Andy McFaddenMerge "Clean up stale cases" into dalvik-dev
2011-03-11 Andy McFaddenClean up stale cases
2011-03-11 Dan BornsteinMerge "Extract more reference inits." into dalvik-dev
2011-03-11 Andy McFaddenMerge "Add volatile/jumbo opcodes" into dalvik-dev
2011-03-11 Dan BornsteinExtract more reference inits.
2011-03-11 Dan BornsteinRemove the stopAtPrivileged argument.
2011-03-11 Andy McFaddenAdd volatile/jumbo opcodes
2011-03-10 Dan BornsteinKill off the doPrivileged() special case code.
2011-03-10 Dan BornsteinPull the Reference setup code into InitRefs.c.
2011-03-10 Dan BornsteinMerge "Clean up UtfString.c, two ways." into dalvik-dev
2011-03-10 Dan BornsteinClean up UtfString.c, two ways.
2011-03-10 Ben ChengMerge "Handle relocatable class objects in JIT'ed code...
2011-03-10 Ben ChengHandle relocatable class objects in JIT'ed code.
2011-03-10 Dan BornsteinA bit of libdex spring cleaning.
2011-03-10 Dan BornsteinMerge "Better class name validation." into dalvik-dev
2011-03-10 Dan BornsteinBetter class name validation.
2011-03-09 Dan BornsteinMerge "Improve class name checking." into dalvik-dev
2011-03-09 Dan BornsteinImprove class name checking.
2011-03-09 Andy McFaddenFix handling of short types in FFI bridge
2011-03-09 Carl ShapiroUse indirect references in JNI by default.
2011-03-09 Carl ShapiroMerge "Also clear the JNI weak global reference table...
2011-03-09 Carl ShapiroAlso clear the JNI weak global reference table on shutdown.
2011-03-08 Andy McFaddenMerge "Use an explicit fp in dvmPlatformInvoke" into...
2011-03-08 Andy McFaddenUse an explicit fp in dvmPlatformInvoke
2011-03-08 Andy McFaddenFix method profiling
2011-03-08 Carl ShapiroMerge "Compute a length based on heap size instead...
2011-03-08 Carl ShapiroMerge "Finish the indirect reference implementation...
2011-03-08 Carl ShapiroCompute a length based on heap size instead of card...
2011-03-08 Carl ShapiroFinish the indirect reference implementation.
2011-03-08 buzbeeresolved conflicts for merge of 10185db0 to dalvik-dev
2011-03-08 buzbeeresolved conflicts for merge of d063e255 to honeycomb...
2011-03-08 Jesse WilsonMerge "Permit dx to build resource-only dex files....
2011-03-08 Jesse WilsonPermit dx to build resource-only dex files.
2011-03-08 Jesse WilsonMerge "Add a tool to grep the strings in a dex file...
2011-03-08 Jesse WilsonAdd a tool to grep the strings in a dex file.
2011-03-07 Dan BornsteinConsistency in exception throws.
2011-03-07 Dan BornsteinCollate more of the low-level class lookups.
2011-03-06 buzbeeFix JUMBO failures
2011-03-05 David TurnerMerge "Update to allow x86-atom build for FI on Gingerb...
2011-03-04 Dan BornsteinRename some of the exception functions.
2011-03-04 Dan BornsteinClean out now-unused exception code.
2011-03-04 Dan BornsteinMerge "More exception rework." into dalvik-dev
2011-03-04 Andy McFaddenMerge "Low-level support for in-memory DEX" into dalvik-dev
next