OSDN Git Service

android-x86/dalvik.git
2010-09-13 Dan Bornsteinam 17e4ea8f: Actually, dexopt needs to read the optimiz...
2010-09-13 Dan Bornsteinam dd2502bd: Move declarations to the top to avoid...
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 Bornsteinam 4701d5f8: Add a new "--preopt" mode to dexopt, for...
2010-09-13 Dan BornsteinAdd a new "--preopt" mode to dexopt, for running on...
2010-09-12 Dan Bornsteinam ab9d89fb: Pre-alpha cut of the new dex preoptimizati...
2010-09-12 Dan BornsteinPre-alpha cut of the new dex preoptimization script.
2010-09-11 Ben Chengam 23608ab4: Fix inliner bug for empty callees.
2010-09-11 Ben ChengFix inliner bug for empty callees.
2010-09-09 buzbeeam 50afc65c: Merge "JIT: Fix inconsistent handling...
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 McFaddenam 139bd978: Added "dexopt for SMP" flag.
2010-09-09 Andy McFaddenAdded "dexopt for SMP" flag.
2010-09-09 Dan Bornsteinam d394371b: Remove the functionality in ReduceConstant...
2010-09-09 Dan BornsteinRemove the functionality in ReduceConstants.[ch].
2010-09-08 Carl Shapiroam 2c81bdc3: Cherry pick new concurrent gc trigger...
2010-09-08 Carl ShapiroCherry pick new concurrent gc trigger change from dalvi...
2010-09-03 Carl Shapiroam 44165848: Merge "Operate on bitmaps directly for...
2010-09-03 Carl ShapiroMerge "Operate on bitmaps directly for live and mark...
2010-09-03 buzbeeam ddc7d29b: Correct Volatile SGET/SPUT format tag...
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 Shapiroam d7400e0e: Normalize the declaration style.
2010-09-03 Carl ShapiroNormalize the declaration style.
2010-09-03 Carl Shapiroam 3ba10c99: Use an acquiring CAS for lock acquisition.
2010-09-02 Carl ShapiroUse an acquiring CAS for lock acquisition.
2010-09-02 Carl Shapiroam 7d12781a: Merge "Add additional context to the conte...
2010-09-02 Carl ShapiroMerge "Add additional context to the contention event...
2010-09-02 Carl Shapiroam 38d710b5: Move the finger computation out of the...
2010-09-02 Carl Shapiroam a634c852: Reduce the frequency of bitmap walk loop...
2010-09-02 Carl ShapiroMove the finger computation out of the bitmap scanning...
2010-09-02 Carl Shapiroam c44bca65: Improve the heap verifier\'s failure report.
2010-09-02 Carl ShapiroReduce the frequency of bitmap walk loop-bound computat...
2010-09-02 Carl Shapiroam 57ee270b: Simplify the bitmap walker subroutines.
2010-09-02 Carl Shapiroam b2e78d39: Consistently refer to the mark context...
2010-09-02 Carl Shapiroam 5d81aa32: Collapse a variable declaration and initia...
2010-09-02 Carl Shapiroam 7511ae1e: Combine a typedef with a struct declaration.
2010-09-02 Carl Shapiroam eff16fb8: Use symbolic constants when computing...
2010-09-02 Carl Shapiroam ca2d17e5: Merge "Bitmap naming clean-up." into ginge...
2010-09-02 Elliott Hughesam a1227409: Intrinsics for float/int and double/long...
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 Bornsteinam 4a2b20a1: Let <stdbool.h> (or its substitute) get...
2010-09-01 Dan BornsteinLet <stdbool.h> (or its substitute) get picked up via...
2010-09-01 Brian Carlstromam ba2f27fb: Merge "Removal of more sampling profiler...
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 Bornsteinam f598f762: Merge "Split out the optimized dex file...
2010-09-01 Dan BornsteinMerge "Split out the optimized dex file handling into...
2010-09-01 Brian Carlstromam 0f680873: New Java-based SamplingProfiler
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 Kralevicham f36b5723: If there\'s an error dropping privileges...
2010-08-30 Nick KralevichIf there's an error dropping privileges, abort.
2010-08-27 buzbeeam 1a509a4e: JIT: Add memory barriers on monitor enter...
2010-08-27 buzbeeJIT: Add memory barriers on monitor enter/exit [issue...
2010-08-27 Ben Chengam 7eb3f7aa: Make JIT inliner work under single-steppin...
2010-08-27 Ben Chengam fc132a5e: Fix self-verification to handle loop trace...
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 McFaddenam fe1d6d58: Add option for specifying wall-clock in...
2010-08-25 Andy McFaddenAdd option for specifying wall-clock in method profiling.
2010-08-25 Ben Chengam 9e02e4b1: Revert "JIT: Disable inlining to work...
2010-08-25 Ben ChengRevert "JIT: Disable inlining to work around sholes...
2010-08-25 Andy McFaddenam 3ef3f182: Merge "Change the way thread suspension...
2010-08-25 Andy McFaddenam 3b6ee1a4: Fix a DDMS thread monitoring crash.
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-23 Andy McFaddenresolved conflicts for merge of aa63a6a6 to gingerbread...
2010-08-23 Jean-Baptiste... Merge "Added new bytecodes for the x86-atom fast interp...
2010-08-23 Andy McFaddenam f16cfefc: Properly handle volatile field accesses...
2010-08-20 Andy McFaddenProperly handle volatile field accesses from JNI.
2010-08-20 Brian Carlstromam 30febfdf: Merge remote branch \'goog/dalvik-dev...
2010-08-20 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-08-20 Johnnie BirchAdded new bytecodes for the x86-atom fast interpreter...
2010-08-19 Carl ShapiroRemove an assertion that cannot be guaranteed.
2010-08-19 Jesse Wilsonam 3e9bfe0b: Support dalvikvm on a Linux x86 host
2010-08-19 Jesse WilsonSupport dalvikvm on a Linux x86 host
2010-08-19 Xavier Ducrohetam ac830fea: Fix dx launching script to use the new...
2010-08-18 Xavier DucrohetFix dx launching script to use the new platform-tools...
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...
next