1. ee17e0a Compilation filter by buzbee · 11 years ago
  2. a024a06 Compilation filter by buzbee · 11 years ago
  3. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 11 years ago
  4. 597e46b Added tests for SEA IR intermediate representation. by Dragos Sbirlea · 11 years ago
  5. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  6. 3839f7a Fix portable build. by Ian Rogers · 11 years ago
  7. d8de72f Fix missing files. by Ian Rogers · 11 years ago
  8. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  9. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 11 years ago
  10. a3519a4 Renamed SeaGraph::GetCurrentGraph to GetGraph for clarity. by Dragos Sbirlea · 11 years ago
  11. bfaf44f Refactored SEA IR folder structure to be more logical. by Dragos Sbirlea · 11 years ago
  12. 53c45f1 Merge "SEA IR type handling complete for fibonacci." into dalvik-dev by Ian Rogers · 11 years ago
  13. 6547fa9 SEA IR type handling complete for fibonacci. by Dragos Sbirlea · 11 years ago
  14. e7711c5 Merge "Fix logging memory leak." into dalvik-dev by Sebastien Hertz · 11 years ago
  15. beb4148 Merge "Verifier checks that primitive put array/field type matches insn type." into dalvik-dev by Jeff Hao · 11 years ago
  16. eb5710e New free list large object space. by Mathieu Chartier · 11 years ago
  17. a464748 Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  18. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  19. 3e3b090 merge in klp-release history after reset to master by The Android Automerger · 11 years ago
  20. 916041f Fix logging memory leak. by Sebastien Hertz · 11 years ago
  21. 7b89bc0 Fixed SEA IR bugs. by Dragos Sbirlea · 11 years ago
  22. 52a5099 Merge "Improve the allocation speed." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  23. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  24. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  25. 147c00c Replaced .dot generation lock with ScopedObjectAccess. by Dragos Sbirlea · 11 years ago
  26. 6447919 Generation of dot files through visitor.Added type info to .dot. by Dragos Sbirlea · 11 years ago
  27. 3d1b8c1 Merge "Use reader writer mutex for safe checkcast map." into dalvik-dev by Sebastien Hertz · 11 years ago
  28. b9c37fb Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  29. b7b8f82 Merge "Move some DexFile checks to debug build only." into dalvik-dev by Ian Rogers · 11 years ago
  30. 702a85b Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  31. b24bd99 Move some DexFile checks to debug build only. by Sebastien Hertz · 11 years ago
  32. 9468a5d merge in klp-release history after reset to master by The Android Automerger · 11 years ago
  33. 99b1c14 Merge "Disable and remove finger." into dalvik-dev by Mathieu Chartier · 11 years ago
  34. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  35. eaa9889 Merge "Place CFA in the regular .debug_frame section." into dalvik-dev by Ian Rogers · 11 years ago
  36. e986953 Disable compilation during image_test for portable. by Ian Rogers · 11 years ago
  37. 1a2f1bc Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  38. 85affca Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  39. fc86518 Merge "Handle JNI_ERR results from JNI_OnLoad functions specially." into dalvik-dev by Elliott Hughes · 11 years ago
  40. 7935372 Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  41. f41d192 am f929b1f2: Merge "Fix valgrind support for dlmalloc space." by Mathieu Chartier · 11 years ago
  42. f929b1f Merge "Fix valgrind support for dlmalloc space." by Mathieu Chartier · 11 years ago
  43. 285cea4 am 1e1cfa25: Merge "Restore build-art minimal build" by Brian Carlstrom · 11 years ago
  44. 1e1cfa2 Merge "Restore build-art minimal build" by Brian Carlstrom · 11 years ago
  45. 6875fd3 Fix valgrind support for dlmalloc space. by Mathieu Chartier · 11 years ago
  46. 9dd0f4a am 161a8e0f: Fix accidental performance regression. by Mathieu Chartier · 11 years ago
  47. 3c21766 Merge "Added SEA IR type infrastructure (and a bit of cleanup)." into dalvik-dev by Ian Rogers · 11 years ago
  48. 3fd5456 Merge "Use unsigned comparison in String::CharAt." into dalvik-dev by Sebastien Hertz · 11 years ago
  49. 33691ab Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  50. 04865b9 Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  51. fa50baa Restore build-art minimal build by Brian Carlstrom · 11 years ago
  52. 161a8e0 Fix accidental performance regression. by Mathieu Chartier · 11 years ago
  53. 01079b5 am e5426c99: Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  54. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  55. fe1f7c8 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  56. b24b4a7 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  57. b40eddf Added SEA IR type infrastructure (and a bit of cleanup). by Dragos Sbirlea · 11 years ago
  58. 8d4fb0e am 08d7d44b: Fix image generation. by Mathieu Chartier · 11 years ago
  59. 08d7d44 Fix image generation. by Mathieu Chartier · 11 years ago
  60. 049ccd4 am 266099b1: Merge "Fix mismatched malloc / delete." by Mathieu Chartier · 11 years ago
  61. 266099b Merge "Fix mismatched malloc / delete." by Mathieu Chartier · 11 years ago
  62. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 11 years ago
  63. 834b394 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-dalvik-dev by Brian Carlstrom · 11 years ago
  64. 449236c am 78641e00: Merge "Make test-art-host-run-test and test-art-host-oat run with and without interpreter." by Brian Carlstrom · 11 years ago
  65. 78641e0 Merge "Make test-art-host-run-test and test-art-host-oat run with and without interpreter." by Brian Carlstrom · 11 years ago
  66. dbaa93a Make test-art-host-run-test and test-art-host-oat run with and without interpreter. by Brian Carlstrom · 11 years ago
  67. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  68. 0418ae2 GC a lot mode. by Mathieu Chartier · 11 years ago
  69. 65573ef Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-dalvik-dev by Brian Carlstrom · 11 years ago
  70. 7ac7702 Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev by Ian Rogers · 11 years ago
  71. 993102d Merge "Unsigned comparison for array bounds check." into dalvik-dev by Ian Rogers · 11 years ago
  72. f417117 Clear exception when no move-exception on portable. by Ian Rogers · 11 years ago
  73. 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 11 years ago
  74. 1b8b2e4 Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev by Sebastien Hertz · 11 years ago
  75. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  76. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  77. 0b12b931 resolved conflicts for merge of 2724776a to dalvik-dev by buzbee · 11 years ago
  78. 4d35b3b Merge "Fix host oat_test on portable." into dalvik-dev by Brian Carlstrom · 11 years ago
  79. a073c67 Fix host oat_test on portable. by Ian Rogers · 11 years ago
  80. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  81. 2724776 Support inline dex data, take 2 by buzbee · 11 years ago
  82. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  83. 1a8080d Merge "Remove sorted variable in allocation stacks." into dalvik-dev by Mathieu Chartier · 11 years ago
  84. f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 11 years ago
  85. 32e8e04 Merge "Multiple-inclusion protection for Android.common.mk" into dalvik-dev by Brian Carlstrom · 11 years ago
  86. 0d21554 am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  87. 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  88. afa8ff6 Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  89. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  90. b4dcf65 Fix build. (whitespace issues) by Dragos Sbirlea · 11 years ago
  91. 37c19bc Multiple-inclusion protection for Android.common.mk by Dragos Sbirlea · 11 years ago
  92. f32a3a2 Merge "Added SEA IR def -> use edges (along the use -> def)." into dalvik-dev by Ian Rogers · 11 years ago
  93. 5b8da4c Merge "Clear exception if catch block doesn't have move-exception." into dalvik-dev by Ian Rogers · 11 years ago
  94. 07666cd am 9dcd45c6: Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  95. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  96. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  97. e224532 Added SEA IR def -> use edges (along the use -> def). by Dragos Sbirlea · 11 years ago
  98. 77be415 Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy." into dalvik-dev by Jeff Hao · 11 years ago
  99. 8df6cea Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy. by Jeff Hao · 11 years ago
  100. c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 11 years ago