OSDN Git Service

android-x86/dalvik.git
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.
2010-09-02 Carl ShapiroMerge "Bitmap naming clean-up." into gingerbread
2010-09-02 Carl ShapiroBitmap naming clean-up.
2010-09-02 Elliott HughesIntrinsics for float/int and double/long conversions.
2010-09-01 Dan BornsteinLet <stdbool.h> (or its substitute) get picked up via...
2010-09-01 Brian CarlstromMerge "Removal of more sampling profiler bits" into...
2010-09-01 Brian CarlstromRemoval of more sampling profiler bits
2010-09-01 Dan BornsteinMerge "Split out the optimized dex file handling into...
2010-09-01 Brian CarlstromNew Java-based SamplingProfiler
2010-09-01 Carl ShapiroAdd additional context to the contention event logging.
2010-08-31 Dan BornsteinSplit out the optimized dex file handling into its...
2010-08-30 Nick KralevichIf there's an error dropping privileges, abort.
2010-08-27 buzbeeJIT: Add memory barriers on monitor enter/exit [issue...
2010-08-27 Ben ChengMake JIT inliner work under single-stepping mode.
2010-08-27 Ben ChengFix self-verification to handle loop traces with single...
2010-08-25 Andy McFaddenAdd option for specifying wall-clock in method profiling.
2010-08-25 Ben ChengRevert "JIT: Disable inlining to work around sholes...
2010-08-25 Andy McFaddenMerge "Change the way thread suspension works." into...
2010-08-25 Andy McFaddenChange the way thread suspension works.
2010-08-25 Andy McFaddenFix a DDMS thread monitoring crash.
2010-08-20 Andy McFaddenProperly handle volatile field accesses from JNI.
2010-08-20 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-08-19 Carl ShapiroRemove an assertion that cannot be guaranteed.
2010-08-19 Jesse WilsonSupport dalvikvm on a Linux x86 host
2010-08-18 Andy McFaddenAlways support debugging and profiling.
2010-08-18 Andy McFaddenMerge "Nudge a couple of log messages." into dalvik-dev
2010-08-18 Carl ShapiroMerge "Fix a critical space leak introduced by concurre...
2010-08-18 Carl ShapiroFix a critical space leak introduced by concurrent...
2010-08-17 Dan BornsteinMerge "Add a little bit of paranoia to the odex data...
2010-08-17 Dan BornsteinAdd a little bit of paranoia to the odex data reader.
2010-08-17 Andy McFaddenNudge a couple of log messages.
2010-08-17 Carl ShapiroFix build breakage caused by the countInstancesOfClass...
2010-08-17 Carl ShapiroMerge "Add a method for counting the extant instances...
2010-08-17 Carl ShapiroAdd a method for counting the extant instances of a...
2010-08-17 Andy McFaddenMerge "Added fsync call to dexopt." into dalvik-dev
2010-08-16 Andy McFaddenAdded fsync call to dexopt.
2010-08-16 Ben Chengam bce36059: am 52d4cd28: Rename registers on inlined...
2010-08-16 Ben Chengam 52d4cd28: Rename registers on inlined instructions...
2010-08-16 Ben ChengRename registers on inlined instructions that use wide...
2010-08-14 buzbeeJIT: Fix for armv5te-VFP bug [Issue 2916682]
2010-08-12 Carl ShapiroCast to a byte pointer before performing arithmetic.
2010-08-12 Carl ShapiroLimit scanning to cards within the committed region...
2010-08-11 Carl ShapiroMerge "Remove a malfunctioning predicate used only...
2010-08-11 Carl ShapiroRemove a malfunctioning predicate used only in assertions.
2010-08-11 Carl ShapiroRemove debugging code and stale comments from the sweep...
2010-08-11 Carl ShapiroFix build breakage caused by a bad merge from
2010-08-10 buzbeeMerge "JIT: Correct conversion of cb[n]z to cmp/cond_br...
2010-08-10 Carl Shapiroam 8881a809: Sweep concurrently.
2010-08-10 buzbeeJIT: Correct conversion of cb[n]z to cmp/cond_br pair
2010-08-10 Carl ShapiroSweep concurrently.
2010-08-10 Carl Shapiroam cb7c47d0: am d012d06b: Fix the ordering of lock...
2010-08-10 Dan Bornsteinam 577a8269: am 34bfe020: Fix a couple copyright header...
2010-08-10 Carl Shapiroam d012d06b: Fix the ordering of lock acquisition in...
2010-08-10 Dan Bornsteinam 34bfe020: Fix a couple copyright headers that aren...
2010-08-09 Carl ShapiroFix the ordering of lock acquisition in the heap worker.
2010-08-09 Dan BornsteinFix a couple copyright headers that aren't in the presc...
2010-08-09 Carl Shapiroam ff3cc1d1: Merge "Fix the ordering of lock acquisitio...
2010-08-09 Carl ShapiroMerge "Fix the ordering of lock acquisition in the...
2010-08-09 Carl Shapiroam 5ba39376: Implement card table verification.
2010-08-09 Carl ShapiroImplement card table verification.
2010-08-09 Ben ChengMerge "Print callee information in the JIT profile...
2010-08-07 Carl Shapiroam 6a7a5c24: Merge "Remove stale comments."
2010-08-07 Carl Shapiroam 1ff61c3d: Merge "Rename verifyHeap and eliminate...
2010-08-06 Carl ShapiroFix the ordering of lock acquisition in the heap worker.
2010-08-06 Ben ChengPrint callee information in the JIT profile outout
2010-08-06 buzbeeMerge "JIT: Fix for lightweight assembler retry mechani...
next