1. e2f77e7 Build fix. by Ian Rogers · 11 years ago
  2. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  3. a804b71 Merge "Clean up logcat spam from compiler and verifier" into dalvik-dev by Anwar Ghuloum · 11 years ago
  4. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  5. ce15160 Merge "Modify traceview to sample instead of instrumenting methods." into dalvik-dev by Jeff Hao · 11 years ago
  6. 0abc72e Modify traceview to sample instead of instrumenting methods. by Jeff Hao · 11 years ago
  7. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  8. 5e35727 Merge "Avoid a long alloc space lock contention during sticky GC sweep." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  9. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  10. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  11. 7b67bee Merge "Add a systrace support for lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  12. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 11 years ago
  13. 0a564f3 Merge "Work on SMALL_ART and PORTABLE working at the same time." into dalvik-dev by Ian Rogers · 11 years ago
  14. fb415b8 Merge "Yet more timing logger cleanup" into dalvik-dev by Anwar Ghuloum · 11 years ago
  15. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 11 years ago
  16. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  17. 73a7907 Revert "Update ART for LLVM merge up to r187914." by Stephen Hines · 11 years ago
  18. 04e645f am e265ecf1: am 34de74bb: Merge "Update ART for LLVM merge up to r187914." into klp-dev by Stephen Hines · 11 years ago
  19. e265ecf am 34de74bb: Merge "Update ART for LLVM merge up to r187914." into klp-dev by Stephen Hines · 11 years ago
  20. 34de74b Merge "Update ART for LLVM merge up to r187914." into klp-dev by Stephen Hines · 11 years ago
  21. 155ecba Fix SMALL_ART by buzbee · 11 years ago
  22. 4baa808 Merge "Timing logger clean-up" into dalvik-dev by Anwar Ghuloum · 11 years ago
  23. 36f179f Merge "Polish the lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  24. ce58de2 am 306eb0af: am 672a4230: Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  25. 6f0103c am a5227a2b: am a4afbb8c: Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  26. 5e09f9a am a43668eb: am 673b6836: Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  27. d56d658 am ffa649ae: am f9468a5a: Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  28. f076064 am 11eac8ce: (-s ours) am 7644966a: Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  29. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  30. 306eb0a am 672a4230: Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  31. a5227a2 am a4afbb8c: Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  32. 672a423 Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  33. a4afbb8 Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  34. a43668e am 673b6836: Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  35. 673b683 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  36. ffa649a am f9468a5a: Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  37. 11eac8c am 7644966a: Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  38. f9468a5 Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  39. 6fb3413 am 1bdfe6cd: am 8a946520: Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  40. 7500fd2 am ba92d701: am c6c6e222: Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  41. 1bdfe6c am 8a946520: Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  42. ba92d70 am c6c6e222: Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  43. 7644966 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  44. 0d5c03b am be8876a8: am d6788026: Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  45. be8876a am d6788026: Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  46. 7204259 am ae6ca282: am 00ae676e: Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  47. 8a94652 Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  48. c6c6e22 Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  49. ae6ca28 am 00ae676e: Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  50. d678802 Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  51. 5c5667b am 83e3c40f: am 442cd6ec: Fix logging memory leak. by Sebastien Hertz · 11 years ago
  52. fd23919 am 284fcd1b: am d8cf66be: Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  53. 83e3c40 am 442cd6ec: Fix logging memory leak. by Sebastien Hertz · 11 years ago
  54. 284fcd1 am d8cf66be: Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  55. 00ae676 Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  56. 442cd6e Fix logging memory leak. by Sebastien Hertz · 11 years ago
  57. d8cf66b Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  58. 6492354 am 5d9b1d72: am a49bdffd: Don\'t add barriers to clinit methods. by Ian Rogers · 11 years ago
  59. 5d9b1d7 am a49bdffd: Don\'t add barriers to clinit methods. by Ian Rogers · 11 years ago
  60. a49bdff Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  61. 499d7c1 am 4c661ccb: am 96faf5b3: Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  62. 4c661cc am 96faf5b3: Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  63. 247700d am fc6257db: am 49bded21: Fix portable build. by Ian Rogers · 11 years ago
  64. 1bbb217 am f45af2f3: am 659efe78: Fix missing files. by Ian Rogers · 11 years ago
  65. 26bcabe am 233f32ec: (-s ours) am 468532ea: Entry point clean up. by Ian Rogers · 11 years ago
  66. fc6257d am 49bded21: Fix portable build. by Ian Rogers · 11 years ago
  67. f45af2f am 659efe78: Fix missing files. by Ian Rogers · 11 years ago
  68. 233f32e am 468532ea: Entry point clean up. by Ian Rogers · 11 years ago
  69. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  70. 49bded2 Fix portable build. by Ian Rogers · 11 years ago
  71. 659efe7 Fix missing files. by Ian Rogers · 11 years ago
  72. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  73. ed0fb05 am 768a0248: am f981da1d: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  74. 768a024 am f981da1d: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  75. f981da1 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  76. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  77. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  78. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  79. 1961a27 Update ART for LLVM merge up to r187914. by Stephen Hines · 11 years ago
  80. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  81. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 11 years ago
  82. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  83. 36e58b8 Fix image_test for new small mode API. by Ian Rogers · 11 years ago
  84. fb17c23 am f6a7406e: am ee17e0aa: Compilation filter by buzbee · 11 years ago
  85. e8d2996 am ee17e0aa: Compilation filter by buzbee · 11 years ago
  86. f6a7406 am ee17e0aa: Compilation filter by buzbee · 11 years ago
  87. c9f9444 am a024a068: Compilation filter by buzbee · 11 years ago
  88. ee17e0a Compilation filter by buzbee · 11 years ago
  89. a024a06 Compilation filter by buzbee · 11 years ago
  90. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 11 years ago
  91. 597e46b Added tests for SEA IR intermediate representation. by Dragos Sbirlea · 11 years ago
  92. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  93. 3839f7a Fix portable build. by Ian Rogers · 11 years ago
  94. d8de72f Fix missing files. by Ian Rogers · 11 years ago
  95. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  96. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 11 years ago
  97. a3519a4 Renamed SeaGraph::GetCurrentGraph to GetGraph for clarity. by Dragos Sbirlea · 11 years ago
  98. bfaf44f Refactored SEA IR folder structure to be more logical. by Dragos Sbirlea · 11 years ago
  99. 53c45f1 Merge "SEA IR type handling complete for fibonacci." into dalvik-dev by Ian Rogers · 11 years ago
  100. 6547fa9 SEA IR type handling complete for fibonacci. by Dragos Sbirlea · 11 years ago