1. b40eddf Added SEA IR type infrastructure (and a bit of cleanup). by Dragos Sbirlea · 11 years ago
  2. 8d4fb0e am 08d7d44b: Fix image generation. by Mathieu Chartier · 11 years ago
  3. 08d7d44 Fix image generation. by Mathieu Chartier · 11 years ago
  4. 049ccd4 am 266099b1: Merge "Fix mismatched malloc / delete." by Mathieu Chartier · 11 years ago
  5. 266099b Merge "Fix mismatched malloc / delete." by Mathieu Chartier · 11 years ago
  6. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 11 years ago
  7. 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
  8. 78641e0 Merge "Make test-art-host-run-test and test-art-host-oat run with and without interpreter." by Brian Carlstrom · 11 years ago
  9. dbaa93a Make test-art-host-run-test and test-art-host-oat run with and without interpreter. by Brian Carlstrom · 11 years ago
  10. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  11. 0418ae2 GC a lot mode. by Mathieu Chartier · 11 years ago
  12. 65573ef Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-dalvik-dev by Brian Carlstrom · 11 years ago
  13. 7ac7702 Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev by Ian Rogers · 11 years ago
  14. 993102d Merge "Unsigned comparison for array bounds check." into dalvik-dev by Ian Rogers · 11 years ago
  15. f417117 Clear exception when no move-exception on portable. by Ian Rogers · 11 years ago
  16. 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 11 years ago
  17. 1b8b2e4 Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev by Sebastien Hertz · 11 years ago
  18. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 11 years ago
  19. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  20. 0b12b931 resolved conflicts for merge of 2724776a to dalvik-dev by buzbee · 11 years ago
  21. 4d35b3b Merge "Fix host oat_test on portable." into dalvik-dev by Brian Carlstrom · 11 years ago
  22. a073c67 Fix host oat_test on portable. by Ian Rogers · 11 years ago
  23. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  24. 2724776 Support inline dex data, take 2 by buzbee · 11 years ago
  25. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  26. 1a8080d Merge "Remove sorted variable in allocation stacks." into dalvik-dev by Mathieu Chartier · 11 years ago
  27. f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 11 years ago
  28. 32e8e04 Merge "Multiple-inclusion protection for Android.common.mk" into dalvik-dev by Brian Carlstrom · 11 years ago
  29. 0d21554 am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  30. 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  31. afa8ff6 Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  32. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  33. b4dcf65 Fix build. (whitespace issues) by Dragos Sbirlea · 11 years ago
  34. 37c19bc Multiple-inclusion protection for Android.common.mk by Dragos Sbirlea · 11 years ago
  35. f32a3a2 Merge "Added SEA IR def -> use edges (along the use -> def)." into dalvik-dev by Ian Rogers · 11 years ago
  36. 5b8da4c Merge "Clear exception if catch block doesn't have move-exception." into dalvik-dev by Ian Rogers · 11 years ago
  37. 07666cd am 9dcd45c6: Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  38. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  39. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  40. e224532 Added SEA IR def -> use edges (along the use -> def). by Dragos Sbirlea · 11 years ago
  41. 77be415 Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy." into dalvik-dev by Jeff Hao · 11 years ago
  42. 8df6cea Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy. by Jeff Hao · 11 years ago
  43. c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 11 years ago
  44. b07b8b7 Move vector output stream to compiler. by Ian Rogers · 11 years ago
  45. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  46. d41119e Merge "Fixed 100 char limit in SEA IR files." into dalvik-dev by Ian Rogers · 11 years ago
  47. c16c5b4 Fixed 100 char limit in SEA IR files. by Dragos Sbirlea · 11 years ago
  48. 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 11 years ago
  49. 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  50. 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 11 years ago
  51. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  52. ecde136 Fix build (whitespace issues) by Dragos Sbirlea · 11 years ago
  53. 64d8f18 Merge "Support inline dex data" by buzbee · 11 years ago
  54. 728328a Support inline dex data by buzbee · 11 years ago
  55. 6bee445 Improvements and clustering for the .dot file generation. by Dragos Sbirlea · 11 years ago
  56. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  57. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  58. 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 11 years ago
  59. 7a40f05 am fb331d7c: Convert CHECKS in OatFile::Setup to LOG(ERROR) messages by Brian Carlstrom · 11 years ago
  60. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  61. 56eb9bc Merge "Avoid fetching instruction's first 16 bits twice." into dalvik-dev by Sebastien Hertz · 11 years ago
  62. a6dd03f Merge "Update DEX pc before thread suspension." into dalvik-dev by Sebastien Hertz · 11 years ago
  63. fd840e7 am 0de7985b: Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 11 years ago
  64. fb331d7 Convert CHECKS in OatFile::Setup to LOG(ERROR) messages by Brian Carlstrom · 11 years ago
  65. 0de7985 Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 11 years ago
  66. 5e04059 am 58b42b98: Fix portable build. by Mathieu Chartier · 11 years ago
  67. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 11 years ago
  68. 58b42b9 Fix portable build. by Mathieu Chartier · 11 years ago
  69. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  70. be576f4 Fix jni-internal test breakage by Anwar Ghuloum · 11 years ago
  71. 374121f Merge "Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger" into dalvik-dev by Anwar Ghuloum · 11 years ago
  72. 838f9c8 am 98b6b185: Fix build by Mathieu Chartier · 11 years ago
  73. 98b6b18 Fix build by Mathieu Chartier · 11 years ago
  74. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  75. 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  76. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  77. 6b99dd1 Remove a C style cast. by Ian Rogers · 11 years ago
  78. a4061d4 am d792cc15: Add art support for Zygote NoPreloadHolder which black lists early initialization. by Brian Carlstrom · 11 years ago
  79. df28d4a Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  80. d792cc1 Add art support for Zygote NoPreloadHolder which black lists early initialization. by Brian Carlstrom · 11 years ago
  81. 5fde12a Update DEX pc before thread suspension. by Sebastien Hertz · 11 years ago
  82. b0f3f48 Avoid fetching instruction's first 16 bits twice. by Sebastien Hertz · 11 years ago
  83. a627127 am 23d5cffc: (-s ours) Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  84. 23d5cff Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  85. e5e4cd8 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-master by Brian Carlstrom · 11 years ago
  86. a517fd7 Merge "Revert "Remove non-live vregs from GC map on return."" into dalvik-dev by Brian Carlstrom · 11 years ago
  87. 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 11 years ago
  88. 60f3214 Merge "Fixes to instrumentation and quick to interpreter entry." into dalvik-dev by Jeff Hao · 11 years ago
  89. 8ad5e83 Merge "Tidy OOME message." into dalvik-dev by Ian Rogers · 11 years ago
  90. fb2802d Fixes to instrumentation and quick to interpreter entry. by Jeff Hao · 11 years ago
  91. 384359c am 21a5f695: Update blacklist with HttpsURLConnection by Brian Carlstrom · 11 years ago
  92. 21a5f69 Update blacklist with HttpsURLConnection$DefaultHolder by Brian Carlstrom · 11 years ago
  93. 8f20ff4 Update blacklist with HttpsURLConnection$DefaultHolder by Brian Carlstrom · 11 years ago
  94. 333cf1b Tidy OOME message. by Ian Rogers · 11 years ago
  95. b9a0324 Merge "Remove OatWriter buffering to memory for ElfWriterQuick" into dalvik-dev by Brian Carlstrom · 11 years ago
  96. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  97. c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 11 years ago
  98. db06306 Continued refactoring of strings & headers. by Dragos Sbirlea · 11 years ago
  99. 81f79a6 Refactored string to int conversion. by Dragos Sbirlea · 11 years ago
  100. 35275ec Merge "Make Sea IR objects un-copyable." into dalvik-dev by Ian Rogers · 11 years ago