1. 1df6d93 am 17e4ea8f: Actually, dexopt needs to read the optimized dex file too. by Dan Bornstein · 14 years ago
  2. f3a6934 am dd2502bd: Move declarations to the top to avoid potential uninitialized use. by Dan Bornstein · 14 years ago
  3. 17e4ea8 Actually, dexopt needs to read the optimized dex file too. by Dan Bornstein · 14 years ago
  4. dd2502b Move declarations to the top to avoid potential uninitialized use. by Dan Bornstein · 14 years ago
  5. 3bb3151 am 4701d5f8: Add a new "--preopt" mode to dexopt, for running on the host. by Dan Bornstein · 14 years ago
  6. 4701d5f Add a new "--preopt" mode to dexopt, for running on the host. by Dan Bornstein · 14 years ago
  7. 1c73c28 am ab9d89fb: Pre-alpha cut of the new dex preoptimization script. by Dan Bornstein · 14 years ago
  8. ab9d89f Pre-alpha cut of the new dex preoptimization script. by Dan Bornstein · 14 years ago
  9. fd93a49 am 23608ab4: Fix inliner bug for empty callees. by Ben Cheng · 14 years ago
  10. 23608ab Fix inliner bug for empty callees. by Ben Cheng · 14 years ago
  11. 24628c4 am 50afc65c: Merge "JIT: Fix inconsistent handling of sub-word instance git/put" into gingerbread by buzbee · 14 years ago
  12. 50afc65 Merge "JIT: Fix inconsistent handling of sub-word instance git/put" into gingerbread by buzbee · 14 years ago
  13. 42feff1 JIT: Fix inconsistent handling of sub-word instance git/put by buzbee · 14 years ago
  14. fdc9cfa am 139bd978: Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  15. 139bd97 Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  16. 070fcec am d394371b: Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago
  17. d394371 Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago
  18. 917aef9 am 2c81bdc3: Cherry pick new concurrent gc trigger change from dalvik-dev. by Carl Shapiro · 14 years ago
  19. 2c81bdc Cherry pick new concurrent gc trigger change from dalvik-dev. by Carl Shapiro · 14 years ago
  20. e67a0f1 am 44165848: Merge "Operate on bitmaps directly for live and mark checks." into gingerbread by Carl Shapiro · 14 years ago
  21. 4416584 Merge "Operate on bitmaps directly for live and mark checks." into gingerbread by Carl Shapiro · 14 years ago
  22. 58a661c am ddc7d29b: Correct Volatile SGET/SPUT format tag, add missing cases for JIT by buzbee · 14 years ago
  23. ddc7d29 Correct Volatile SGET/SPUT format tag, add missing cases for JIT by buzbee · 14 years ago
  24. ea10c55 Operate on bitmaps directly for live and mark checks. by Carl Shapiro · 14 years ago
  25. 3d1485b am d7400e0e: Normalize the declaration style. by Carl Shapiro · 14 years ago
  26. d7400e0 Normalize the declaration style. by Carl Shapiro · 14 years ago
  27. 23cdb73 am 3ba10c99: Use an acquiring CAS for lock acquisition. by Carl Shapiro · 14 years ago
  28. 3ba10c9 Use an acquiring CAS for lock acquisition. by Carl Shapiro · 14 years ago
  29. f14d72d am 7d12781a: Merge "Add additional context to the contention event logging." into gingerbread by Carl Shapiro · 14 years ago
  30. 7d12781 Merge "Add additional context to the contention event logging." into gingerbread by Carl Shapiro · 14 years ago
  31. 26122f7 am 38d710b5: Move the finger computation out of the bitmap scanning callback. by Carl Shapiro · 14 years ago
  32. 7523370 am a634c852: Reduce the frequency of bitmap walk loop-bound computations. by Carl Shapiro · 14 years ago
  33. 38d710b Move the finger computation out of the bitmap scanning callback. by Carl Shapiro · 14 years ago
  34. 81fc991 am c44bca65: Improve the heap verifier\'s failure report. by Carl Shapiro · 14 years ago
  35. a634c85 Reduce the frequency of bitmap walk loop-bound computations. by Carl Shapiro · 14 years ago
  36. 8f96d63 am 57ee270b: Simplify the bitmap walker subroutines. by Carl Shapiro · 14 years ago
  37. 16b6646 am b2e78d39: Consistently refer to the mark context as ctx. by Carl Shapiro · 14 years ago
  38. 7347990 am 5d81aa32: Collapse a variable declaration and initialization. by Carl Shapiro · 14 years ago
  39. fa4ae67 am 7511ae1e: Combine a typedef with a struct declaration. by Carl Shapiro · 14 years ago
  40. 03dce8c am eff16fb8: Use symbolic constants when computing bits-per-word. by Carl Shapiro · 14 years ago
  41. 27fc78f am ca2d17e5: Merge "Bitmap naming clean-up." into gingerbread by Carl Shapiro · 14 years ago
  42. 7453145 am a1227409: Intrinsics for float/int and double/long conversions. by Elliott Hughes · 14 years ago
  43. c44bca6 Improve the heap verifier's failure report. by Carl Shapiro · 14 years ago
  44. 57ee270 Simplify the bitmap walker subroutines. by Carl Shapiro · 14 years ago
  45. b2e78d3 Consistently refer to the mark context as ctx. by Carl Shapiro · 14 years ago
  46. 5d81aa3 Collapse a variable declaration and initialization. by Carl Shapiro · 14 years ago
  47. 7511ae1 Combine a typedef with a struct declaration. by Carl Shapiro · 15 years ago
  48. eff16fb Use symbolic constants when computing bits-per-word. by Carl Shapiro · 15 years ago
  49. ca2d17e Merge "Bitmap naming clean-up." into gingerbread by Carl Shapiro · 14 years ago
  50. 5fdab4a Bitmap naming clean-up. by Carl Shapiro · 15 years ago
  51. a122740 Intrinsics for float/int and double/long conversions. by Elliott Hughes · 14 years ago
  52. b685b59 am 4a2b20a1: Let <stdbool.h> (or its substitute) get picked up via the preexisting mechanism in vm/Common.h. by Dan Bornstein · 14 years ago
  53. 4a2b20a Let <stdbool.h> (or its substitute) get picked up via the preexisting by Dan Bornstein · 14 years ago
  54. b204391 am ba2f27fb: Merge "Removal of more sampling profiler bits" into gingerbread by Brian Carlstrom · 14 years ago
  55. ba2f27f Merge "Removal of more sampling profiler bits" into gingerbread by Brian Carlstrom · 14 years ago
  56. c415aaf Removal of more sampling profiler bits by Brian Carlstrom · 14 years ago
  57. cc7b941 am f598f762: Merge "Split out the optimized dex file handling into its own file." into gingerbread by Dan Bornstein · 14 years ago
  58. f598f76 Merge "Split out the optimized dex file handling into its own file." into gingerbread by Dan Bornstein · 14 years ago
  59. 7936472 am 0f680873: New Java-based SamplingProfiler by Brian Carlstrom · 14 years ago
  60. 0f68087 New Java-based SamplingProfiler by Brian Carlstrom · 15 years ago
  61. fa903b3 Add additional context to the contention event logging. by Carl Shapiro · 14 years ago
  62. e377ef6 Split out the optimized dex file handling into its own file. by Dan Bornstein · 14 years ago
  63. 55ad111 am f36b5723: If there\'s an error dropping privileges, abort. by Nick Kralevich · 14 years ago
  64. f36b572 If there's an error dropping privileges, abort. by Nick Kralevich · 14 years ago
  65. ae59bcd am 1a509a4e: JIT: Add memory barriers on monitor enter/exit [issue 2951403] by buzbee · 14 years ago
  66. 1a509a4 JIT: Add memory barriers on monitor enter/exit [issue 2951403] by buzbee · 14 years ago
  67. d7f7cf4 am 7eb3f7aa: Make JIT inliner work under single-stepping mode. by Ben Cheng · 14 years ago
  68. d9b6dcd am fc132a5e: Fix self-verification to handle loop traces with single-step instructions. by Ben Cheng · 14 years ago
  69. 7eb3f7a Make JIT inliner work under single-stepping mode. by Ben Cheng · 14 years ago
  70. fc132a5 Fix self-verification to handle loop traces with single-step instructions. by Ben Cheng · 14 years ago
  71. 19cbe64 am fe1d6d58: Add option for specifying wall-clock in method profiling. by Andy McFadden · 14 years ago
  72. fe1d6d5 Add option for specifying wall-clock in method profiling. by Andy McFadden · 14 years ago
  73. aef5e78 am 9e02e4b1: Revert "JIT: Disable inlining to work around sholes boot crash" by Ben Cheng · 14 years ago
  74. 9e02e4b Revert "JIT: Disable inlining to work around sholes boot crash" by Ben Cheng · 14 years ago
  75. 557763e am 3ef3f182: Merge "Change the way thread suspension works." into gingerbread by Andy McFadden · 14 years ago
  76. 61e646f am 3b6ee1a4: Fix a DDMS thread monitoring crash. by Andy McFadden · 14 years ago
  77. 3ef3f18 Merge "Change the way thread suspension works." into gingerbread by Andy McFadden · 14 years ago
  78. b5f3c0b Change the way thread suspension works. by Andy McFadden · 14 years ago
  79. 3b6ee1a Fix a DDMS thread monitoring crash. by Andy McFadden · 14 years ago
  80. ded830f resolved conflicts for merge of aa63a6a6 to gingerbread-plus-aosp by Andy McFadden · 14 years ago
  81. aa63a6a Merge "Added new bytecodes for the x86-atom fast interpreter build." by Jean-Baptiste Queru · 14 years ago
  82. 0fb7247 am f16cfefc: Properly handle volatile field accesses from JNI. by Andy McFadden · 14 years ago
  83. f16cfef Properly handle volatile field accesses from JNI. by Andy McFadden · 15 years ago
  84. 39796a6 am 30febfdf: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-gingerbread by Brian Carlstrom · 14 years ago
  85. 30febfd Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbread by Brian Carlstrom · 15 years ago
  86. c6cc1bd Added new bytecodes for the x86-atom fast interpreter build. by Johnnie Birch · 15 years ago
  87. b8c347d Remove an assertion that cannot be guaranteed. by Carl Shapiro · 15 years ago
  88. 1310319 am 3e9bfe0b: Support dalvikvm on a Linux x86 host by Jesse Wilson · 15 years ago
  89. 3e9bfe0 Support dalvikvm on a Linux x86 host by Jesse Wilson · 15 years ago
  90. cb2b320 am ac830fea: Fix dx launching script to use the new platform-tools location. by Xavier Ducrohet · 15 years ago
  91. ac830fe Fix dx launching script to use the new platform-tools location. by Xavier Ducrohet · 15 years ago
  92. 0d615c3 Always support debugging and profiling. by Andy McFadden · 15 years ago
  93. 8a06cee Merge "Nudge a couple of log messages." into dalvik-dev by Andy McFadden · 15 years ago
  94. a449a29 Merge "Fix a critical space leak introduced by concurrent sweeping." into dalvik-dev by Carl Shapiro · 15 years ago
  95. e6a1b4d Fix a critical space leak introduced by concurrent sweeping. by Carl Shapiro · 15 years ago
  96. cc0ddcf Merge "Add a little bit of paranoia to the odex data reader." into dalvik-dev by Dan Bornstein · 15 years ago
  97. 33085cb Add a little bit of paranoia to the odex data reader. by Dan Bornstein · 15 years ago
  98. e7ad112 Nudge a couple of log messages. by Andy McFadden · 15 years ago
  99. 41eb6e9 Fix build breakage caused by the countInstancesOfClass change. by Carl Shapiro · 15 years ago
  100. 1d819a1 Merge "Add a method for counting the extant instances of a class." into dalvik-dev by Carl Shapiro · 15 years ago