1. 2b9e8c1 Modify dex-preopt to take better arguments for the build process. by Dan Bornstein · 14 years ago
  2. 42929e1 Add optional tags to dalvik. by Jesse Wilson · 14 years ago
  3. 4c5d26b Make the app processing variant of dex-preopt more consistent. by Dan Bornstein · 14 years ago
  4. def30fc Clarify the use of --boot-dirs in the header comment. by Dan Bornstein · 14 years ago
  5. 32bc078 Add use of sentinel in BOOTCLASSPATH entries during preopt. by Dan Bornstein · 14 years ago
  6. 9660483 First possibly-working cut of dex-preopt. by Dan Bornstein · 14 years ago
  7. 20228de Flesh out dex-preopt a bit more. by Dan Bornstein · 14 years ago
  8. 46f7d54 We also need to tell it the file mode when creating the output. by Dan Bornstein · 14 years ago
  9. 17e4ea8 Actually, dexopt needs to read the optimized dex file too. by Dan Bornstein · 14 years ago
  10. dd2502b Move declarations to the top to avoid potential uninitialized use. by Dan Bornstein · 14 years ago
  11. 4701d5f Add a new "--preopt" mode to dexopt, for running on the host. by Dan Bornstein · 14 years ago
  12. ab9d89f Pre-alpha cut of the new dex preoptimization script. by Dan Bornstein · 14 years ago
  13. 23608ab Fix inliner bug for empty callees. by Ben Cheng · 14 years ago
  14. 50afc65 Merge "JIT: Fix inconsistent handling of sub-word instance git/put" into gingerbread by buzbee · 14 years ago
  15. 42feff1 JIT: Fix inconsistent handling of sub-word instance git/put by buzbee · 14 years ago
  16. 139bd97 Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  17. d394371 Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago
  18. 2c81bdc Cherry pick new concurrent gc trigger change from dalvik-dev. by Carl Shapiro · 14 years ago
  19. 4416584 Merge "Operate on bitmaps directly for live and mark checks." into gingerbread by Carl Shapiro · 14 years ago
  20. ddc7d29 Correct Volatile SGET/SPUT format tag, add missing cases for JIT by buzbee · 14 years ago
  21. ea10c55 Operate on bitmaps directly for live and mark checks. by Carl Shapiro · 14 years ago
  22. d7400e0 Normalize the declaration style. by Carl Shapiro · 14 years ago
  23. 3ba10c9 Use an acquiring CAS for lock acquisition. by Carl Shapiro · 14 years ago
  24. 7d12781 Merge "Add additional context to the contention event logging." into gingerbread by Carl Shapiro · 14 years ago
  25. 38d710b Move the finger computation out of the bitmap scanning callback. by Carl Shapiro · 14 years ago
  26. a634c85 Reduce the frequency of bitmap walk loop-bound computations. by Carl Shapiro · 14 years ago
  27. c44bca6 Improve the heap verifier's failure report. by Carl Shapiro · 14 years ago
  28. 57ee270 Simplify the bitmap walker subroutines. by Carl Shapiro · 14 years ago
  29. b2e78d3 Consistently refer to the mark context as ctx. by Carl Shapiro · 14 years ago
  30. 5d81aa3 Collapse a variable declaration and initialization. by Carl Shapiro · 14 years ago
  31. 7511ae1 Combine a typedef with a struct declaration. by Carl Shapiro · 14 years ago
  32. eff16fb Use symbolic constants when computing bits-per-word. by Carl Shapiro · 14 years ago
  33. ca2d17e Merge "Bitmap naming clean-up." into gingerbread by Carl Shapiro · 14 years ago
  34. 5fdab4a Bitmap naming clean-up. by Carl Shapiro · 14 years ago
  35. a122740 Intrinsics for float/int and double/long conversions. by Elliott Hughes · 14 years ago
  36. 4a2b20a Let <stdbool.h> (or its substitute) get picked up via the preexisting by Dan Bornstein · 14 years ago
  37. ba2f27f Merge "Removal of more sampling profiler bits" into gingerbread by Brian Carlstrom · 14 years ago
  38. c415aaf Removal of more sampling profiler bits by Brian Carlstrom · 14 years ago
  39. f598f76 Merge "Split out the optimized dex file handling into its own file." into gingerbread by Dan Bornstein · 14 years ago
  40. 0f68087 New Java-based SamplingProfiler by Brian Carlstrom · 14 years ago
  41. fa903b3 Add additional context to the contention event logging. by Carl Shapiro · 14 years ago
  42. e377ef6 Split out the optimized dex file handling into its own file. by Dan Bornstein · 14 years ago
  43. f36b572 If there's an error dropping privileges, abort. by Nick Kralevich · 14 years ago
  44. 1a509a4 JIT: Add memory barriers on monitor enter/exit [issue 2951403] by buzbee · 14 years ago
  45. 7eb3f7a Make JIT inliner work under single-stepping mode. by Ben Cheng · 14 years ago
  46. fc132a5 Fix self-verification to handle loop traces with single-step instructions. by Ben Cheng · 14 years ago
  47. fe1d6d5 Add option for specifying wall-clock in method profiling. by Andy McFadden · 14 years ago
  48. 9e02e4b Revert "JIT: Disable inlining to work around sholes boot crash" by Ben Cheng · 14 years ago
  49. 3ef3f18 Merge "Change the way thread suspension works." into gingerbread by Andy McFadden · 14 years ago
  50. b5f3c0b Change the way thread suspension works. by Andy McFadden · 14 years ago
  51. 3b6ee1a Fix a DDMS thread monitoring crash. by Andy McFadden · 14 years ago
  52. f16cfef Properly handle volatile field accesses from JNI. by Andy McFadden · 14 years ago
  53. 30febfd Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbread by Brian Carlstrom · 14 years ago
  54. b8c347d Remove an assertion that cannot be guaranteed. by Carl Shapiro · 14 years ago
  55. 3e9bfe0 Support dalvikvm on a Linux x86 host by Jesse Wilson · 14 years ago
  56. 0d615c3 Always support debugging and profiling. by Andy McFadden · 14 years ago
  57. 8a06cee Merge "Nudge a couple of log messages." into dalvik-dev by Andy McFadden · 14 years ago
  58. a449a29 Merge "Fix a critical space leak introduced by concurrent sweeping." into dalvik-dev by Carl Shapiro · 14 years ago
  59. e6a1b4d Fix a critical space leak introduced by concurrent sweeping. by Carl Shapiro · 14 years ago
  60. cc0ddcf Merge "Add a little bit of paranoia to the odex data reader." into dalvik-dev by Dan Bornstein · 14 years ago
  61. 33085cb Add a little bit of paranoia to the odex data reader. by Dan Bornstein · 14 years ago
  62. e7ad112 Nudge a couple of log messages. by Andy McFadden · 14 years ago
  63. 41eb6e9 Fix build breakage caused by the countInstancesOfClass change. by Carl Shapiro · 14 years ago
  64. 1d819a1 Merge "Add a method for counting the extant instances of a class." into dalvik-dev by Carl Shapiro · 14 years ago
  65. e0376ec Add a method for counting the extant instances of a class. by Carl Shapiro · 14 years ago
  66. 5d16417 Merge "Added fsync call to dexopt." into dalvik-dev by Andy McFadden · 14 years ago
  67. c650d2b Added fsync call to dexopt. by Andy McFadden · 14 years ago
  68. 476e6f5 am bce36059: am 52d4cd28: Rename registers on inlined instructions that use wide operands. by Ben Cheng · 14 years ago
  69. bce3605 am 52d4cd28: Rename registers on inlined instructions that use wide operands. by Ben Cheng · 14 years ago
  70. 52d4cd2 Rename registers on inlined instructions that use wide operands. by Ben Cheng · 14 years ago
  71. 10a548d JIT: Fix for armv5te-VFP bug [Issue 2916682] by buzbee · 14 years ago
  72. 3031fc3 Cast to a byte pointer before performing arithmetic. by Carl Shapiro · 14 years ago
  73. b8c48ae Limit scanning to cards within the committed region of the heap. by Carl Shapiro · 14 years ago
  74. 4015071 Merge "Remove a malfunctioning predicate used only in assertions." into dalvik-dev by Carl Shapiro · 14 years ago
  75. edcb460 Remove a malfunctioning predicate used only in assertions. by Carl Shapiro · 14 years ago
  76. 25fe71b Remove debugging code and stale comments from the sweep callback. by Carl Shapiro · 14 years ago
  77. b9b2395 Fix build breakage caused by a bad merge from master. by Carl Shapiro · 14 years ago
  78. 62e76e5 Merge "JIT: Correct conversion of cb[n]z to cmp/cond_br pair" into dalvik-dev by buzbee · 14 years ago
  79. 48b52b0 am 8881a809: Sweep concurrently. by Carl Shapiro · 14 years ago
  80. 572fe5f JIT: Correct conversion of cb[n]z to cmp/cond_br pair by buzbee · 14 years ago
  81. 8881a80 Sweep concurrently. by Carl Shapiro · 14 years ago
  82. 639ce9f am cb7c47d0: am d012d06b: Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 14 years ago
  83. 65a0d90 am 577a8269: am 34bfe020: Fix a couple copyright headers that aren\'t in the prescribed format. by Dan Bornstein · 14 years ago
  84. cb7c47d am d012d06b: Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 14 years ago
  85. 577a826 am 34bfe020: Fix a couple copyright headers that aren\'t in the prescribed format. by Dan Bornstein · 14 years ago
  86. d012d06 Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 14 years ago
  87. 34bfe02 Fix a couple copyright headers that aren't in the prescribed format. by Dan Bornstein · 14 years ago
  88. 060c0b7 am ff3cc1d1: Merge "Fix the ordering of lock acquisition in the heap worker." by Carl Shapiro · 14 years ago
  89. ff3cc1d Merge "Fix the ordering of lock acquisition in the heap worker." by Carl Shapiro · 14 years ago
  90. 8917e08 am 5ba39376: Implement card table verification. by Carl Shapiro · 14 years ago
  91. 5ba3937 Implement card table verification. by Carl Shapiro · 14 years ago
  92. d0e4c77 Merge "Print callee information in the JIT profile outout" into dalvik-dev by Ben Cheng · 14 years ago
  93. 4abdba9 am 6a7a5c24: Merge "Remove stale comments." by Carl Shapiro · 14 years ago
  94. 254cb87 am 1ff61c3d: Merge "Rename verifyHeap and eliminate its bogus function-level comment." by Carl Shapiro · 14 years ago
  95. 4e1bc5f Fix the ordering of lock acquisition in the heap worker. by Carl Shapiro · 14 years ago
  96. 807bc93 Print callee information in the JIT profile outout by Ben Cheng · 14 years ago
  97. 7c0ccd6 Merge "JIT: Fix for lightweight assembler retry mechanism." into dalvik-dev by buzbee · 14 years ago
  98. 8572282 JIT: Fix for lightweight assembler retry mechanism. by buzbee · 14 years ago
  99. 77aa7ad Merge "Fix some potential SMP issues." into dalvik-dev by Andy McFadden · 14 years ago
  100. 6a7a5c2 Merge "Remove stale comments." by Carl Shapiro · 14 years ago