OSDN Git Service

android-x86/dalvik.git
2011-06-09 Bruce BeareOnly use O_BINARY if it is defined (windows compatibility)
2011-06-09 Johnnie BirchUpdate to allow x86-atom build for FI on Gingerbread
2011-06-09 Bruce BeareCombined patch from master branch
2011-01-27 Dan BornsteinUse bcopy() to move object refs around within an array...
2011-01-14 Dan Bornsteinam 70b130f5: (-s ours) Clean up/out some comments....
2011-01-14 Dan BornsteinClean up/out some comments. DO NOT MERGE.
2011-01-13 Dan Bornsteinam 80a30431: (-s ours) Remove some pointless tests.
2011-01-13 Dan BornsteinRemove some pointless tests.
2011-01-12 Carl ShapiroHandle the case of referent clearing during tracing.
2011-01-05 Carl ShapiroParameterize instance counting to include subclasses.
2010-11-30 buzbeeFix for Issue 3161543 - Remove stray line of code in JIT
2010-11-09 Andy McFaddenam 886130bc: (-s ours) Two patches.
2010-11-09 Andy McFaddenTwo patches.
2010-10-30 Dan Bornsteinam fbe51551: (-s ours) Remove a pointless test, which...
2010-10-30 Dan BornsteinRemove a pointless test, which just tested a test suppo...
2010-10-30 Dan Bornsteinam 3144eec0: (-s ours) Replace the implementation of...
2010-10-29 Dan BornsteinReplace the implementation of this class.
2010-10-27 Andy McFaddenSet capabilities sooner.
2010-10-26 Ben ChengFix for array lower-bound check for count-down loops.
2010-10-20 Carl ShapiroFix class loader interning following a String.intern.
2010-10-19 Andy McFaddenMerge "Update heap dump notes. DO NOT MERGE." into...
2010-10-19 Andy McFaddenUpdate heap dump notes. DO NOT MERGE.
2010-10-19 Carl ShapiroMerge "Exit early if the we encounter a null reference...
2010-10-18 Carl ShapiroExit early if the we encounter a null reference.
2010-10-18 Andy McFaddenPop call frame before boxing result
2010-10-14 buzbeex86 mterp: fix cherry-pick/merge, issue 3095771
2010-10-13 RaphaelSDK: fix dx shell script to look for dx.jar in platform...
2010-10-11 Andy McFaddenMerge "Added some threading notes" into gingerbread
2010-10-11 Carl ShapiroAdd include guards to avoid multiple definitions.
2010-10-11 Andy McFaddenAdded some threading notes
2010-10-11 Carl ShapiroMerge "Use the break position of the current mspace...
2010-10-11 Carl ShapiroUse the break position of the current mspace for sizing...
2010-10-10 Andy McFaddenVerify method invocation type.
2010-10-10 Dan BornsteinClarify the invoke-* opcodes.
2010-10-01 Carl ShapiroMerge "Include static fields when dumping class objects...
2010-10-01 Carl ShapiroInclude static fields when dumping class objects.
2010-10-01 Elliott HughesMerge "Change Runtime.nativeLoad to return the dlerror...
2010-10-01 buzbeeGC Card marking fix for SPUT_OBJECT - use correct objec...
2010-09-30 Elliott HughesChange Runtime.nativeLoad to return the dlerror(3)...
2010-09-30 Andy McFaddenCorrect dexopt for uniprocessors.
2010-09-30 Dan BornsteinBe explicit about both uniprocessor and SMP when callin...
2010-09-29 Carl ShapiroMerge "After trimming, set the footprint to the number...
2010-09-29 Carl ShapiroMerge "Update the card table scanning for header-only...
2010-09-29 Carl ShapiroUpdate the card table scanning for header-only card...
2010-09-29 Carl ShapiroAfter trimming, set the footprint to the number of...
2010-09-29 Dan BornsteinAdd --uniprocessor option to dex-preopt.
2010-09-28 Dan BornsteinPlumb SMP optimization control through to dexopt.
2010-09-28 Andy McFaddenFix verification of switch offsets in large methods.
2010-09-28 buzbeeMerge "Change GC card making to use object head, bug...
2010-09-28 buzbeeChange GC card making to use object head, bug fix for...
2010-09-28 Carl ShapiroDo not grow if we are invoked for an external allocation.
2010-09-28 Carl ShapiroPerform only one garbage collection before attempting...
2010-09-27 Carl ShapiroProvide the required out parameter to the trim routine.
2010-09-26 Dan BornsteinTake another tilt at the "--core-library" messaging...
2010-09-25 Carl ShapiroMerge "Wait for the GC to quiesce before attempting...
2010-09-25 Carl ShapiroWait for the GC to quiesce before attempting foreground...
2010-09-24 Andy McFaddenShow errors from getSchedulerGroup().
2010-09-24 Dima ZavinTurn off verbose chatter about libs in /vendor
2010-09-24 Ben ChengPrint the JIT codegen type in the VM configuration...
2010-09-23 Ben ChengSeveral fixes for JIT and self-verification under corne...
2010-09-22 Andy McFaddenFix computation of primitive array widths.
2010-09-21 Carl ShapiroMerge "Fix a minor formatting discrepancy in the GC...
2010-09-21 Carl ShapiroFix a minor formatting discrepancy in the GC log message.
2010-09-20 Dan BornsteinInsert "/./" into the input file path when necessary.
2010-09-18 Carl ShapiroEnsure that an explicit GC request initiates a GC.
2010-09-17 Carl ShapiroMerge "Add more context to the garbage collection log...
2010-09-17 Carl ShapiroAdd more context to the garbage collection log messages.
2010-09-17 Dan BornsteinAdd --dexopt option to explicitly specify the dexopt...
2010-09-17 Dan BornsteinModify dex-preopt to take better arguments for the...
2010-09-17 Jesse WilsonAdd optional tags to dalvik.
2010-09-15 Dan BornsteinMake the app processing variant of dex-preopt more...
2010-09-14 Dan BornsteinClarify the use of --boot-dirs in the header comment.
2010-09-14 Dan BornsteinAdd use of sentinel in BOOTCLASSPATH entries during...
2010-09-13 Dan BornsteinFirst possibly-working cut of dex-preopt.
2010-09-13 Dan BornsteinFlesh out dex-preopt a bit more.
2010-09-13 Dan BornsteinWe also need to tell it the file mode when creating...
2010-09-13 Dan BornsteinActually, dexopt needs to read the optimized dex file...
2010-09-13 Dan BornsteinMove declarations to the top to avoid potential uniniti...
2010-09-13 Dan BornsteinAdd a new "--preopt" mode to dexopt, for running on...
2010-09-12 Dan BornsteinPre-alpha cut of the new dex preoptimization script.
2010-09-11 Ben ChengFix inliner bug for empty callees.
2010-09-09 buzbeeMerge "JIT: Fix inconsistent handling of sub-word insta...
2010-09-09 buzbeeJIT: Fix inconsistent handling of sub-word instance...
2010-09-09 Andy McFaddenAdded "dexopt for SMP" flag.
2010-09-09 Dan BornsteinRemove the functionality in ReduceConstants.[ch].
2010-09-08 Carl ShapiroCherry pick new concurrent gc trigger change from dalvi...
2010-09-03 Carl ShapiroMerge "Operate on bitmaps directly for live and mark...
2010-09-03 buzbeeCorrect Volatile SGET/SPUT format tag, add missing...
2010-09-03 Carl ShapiroOperate on bitmaps directly for live and mark checks.
2010-09-03 Carl ShapiroNormalize the declaration style.
2010-09-02 Carl ShapiroUse an acquiring CAS for lock acquisition.
2010-09-02 Carl ShapiroMerge "Add additional context to the contention event...
2010-09-02 Carl ShapiroMove the finger computation out of the bitmap scanning...
2010-09-02 Carl ShapiroReduce the frequency of bitmap walk loop-bound computat...
2010-09-02 Carl ShapiroImprove the heap verifier's failure report.
2010-09-02 Carl ShapiroSimplify the bitmap walker subroutines.
2010-09-02 Carl ShapiroConsistently refer to the mark context as ctx.
2010-09-02 Carl ShapiroCollapse a variable declaration and initialization.
2010-09-02 Carl ShapiroCombine a typedef with a struct declaration.
2010-09-02 Carl ShapiroUse symbolic constants when computing bits-per-word.
next