1. 9329e6d More suspend check repair. by buzbee · 12 years ago
  2. 97b2ea2 Merge "Build fix." into dalvik-dev by Ian Rogers · 12 years ago
  3. 6553049 Build fix. by Ian Rogers · 12 years ago
  4. a2476f4 Merge "Fix suspend check optimization" into dalvik-dev by buzbee · 12 years ago
  5. cbcfaf3 Fix suspend check optimization by buzbee · 12 years ago
  6. 8ef94c6 Build fix. by Ian Rogers · 12 years ago
  7. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 12 years ago
  8. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 12 years ago
  9. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 12 years ago
  10. d2b0f33 Merge "Fix up TODO: c++0x, update cpplint." into dalvik-dev by Mathieu Chartier · 12 years ago
  11. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 12 years ago
  12. d822da0 Fix portable sign/zero extension from JNI. by Ian Rogers · 12 years ago
  13. bd136a2 Get PORTABLE + SMALL on x86. by Dragos Sbirlea · 12 years ago
  14. 7d70a79 am 3e78664f: am f8dc6489: am 7571e8b7: Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 12 years ago
  15. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 12 years ago
  16. 8718359 Add -XX:+DisableExplicitGC option for Art by Anwar Ghuloum · 12 years ago
  17. 6e6819f Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  18. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 12 years ago
  19. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 12 years ago
  20. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  21. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 12 years ago
  22. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 12 years ago
  23. 155ecba Fix SMALL_ART by buzbee · 12 years ago
  24. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  25. c9f9444 am a024a068: Compilation filter by buzbee · 12 years ago
  26. a024a06 Compilation filter by buzbee · 12 years ago
  27. 597e46b Added tests for SEA IR intermediate representation. by Dragos Sbirlea · 12 years ago
  28. d8de72f Fix missing files. by Ian Rogers · 12 years ago
  29. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  30. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 12 years ago
  31. a3519a4 Renamed SeaGraph::GetCurrentGraph to GetGraph for clarity. by Dragos Sbirlea · 12 years ago
  32. bfaf44f Refactored SEA IR folder structure to be more logical. by Dragos Sbirlea · 12 years ago
  33. 6547fa9 SEA IR type handling complete for fibonacci. by Dragos Sbirlea · 12 years ago
  34. 7b89bc0 Fixed SEA IR bugs. by Dragos Sbirlea · 12 years ago
  35. 147c00c Replaced .dot generation lock with ScopedObjectAccess. by Dragos Sbirlea · 12 years ago
  36. 6447919 Generation of dot files through visitor.Added type info to .dot. by Dragos Sbirlea · 12 years ago
  37. b40eddf Added SEA IR type infrastructure (and a bit of cleanup). by Dragos Sbirlea · 12 years ago
  38. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 12 years ago
  39. 1b8b2e4 Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev by Sebastien Hertz · 12 years ago
  40. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 12 years ago
  41. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 12 years ago
  42. 0b12b931 resolved conflicts for merge of 2724776a to dalvik-dev by buzbee · 12 years ago
  43. 025218c Clean up stlport usage. by Elliott Hughes · 12 years ago
  44. 2724776 Support inline dex data, take 2 by buzbee · 12 years ago
  45. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  46. b4dcf65 Fix build. (whitespace issues) by Dragos Sbirlea · 12 years ago
  47. e224532 Added SEA IR def -> use edges (along the use -> def). by Dragos Sbirlea · 12 years ago
  48. c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 12 years ago
  49. b07b8b7 Move vector output stream to compiler. by Ian Rogers · 12 years ago
  50. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  51. c16c5b4 Fixed 100 char limit in SEA IR files. by Dragos Sbirlea · 12 years ago
  52. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 12 years ago
  53. ecde136 Fix build (whitespace issues) by Dragos Sbirlea · 12 years ago
  54. 64d8f18 Merge "Support inline dex data" by buzbee · 12 years ago
  55. 728328a Support inline dex data by buzbee · 12 years ago
  56. 6bee445 Improvements and clustering for the .dot file generation. by Dragos Sbirlea · 12 years ago
  57. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  58. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  59. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 12 years ago
  60. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 12 years ago
  61. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 12 years ago
  62. d792cc1 Add art support for Zygote NoPreloadHolder which black lists early initialization. by Brian Carlstrom · 12 years ago
  63. 8f20ff4 Update blacklist with HttpsURLConnection$DefaultHolder by Brian Carlstrom · 12 years ago
  64. b9a0324 Merge "Remove OatWriter buffering to memory for ElfWriterQuick" into dalvik-dev by Brian Carlstrom · 12 years ago
  65. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 12 years ago
  66. db06306 Continued refactoring of strings & headers. by Dragos Sbirlea · 12 years ago
  67. 81f79a6 Refactored string to int conversion. by Dragos Sbirlea · 12 years ago
  68. a86acf7 Make Sea IR objects un-copyable. by Dragos Sbirlea · 12 years ago
  69. 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 12 years ago
  70. 19e776c Enable darwin target build for art. by Brian Carlstrom · 12 years ago
  71. a3d6b8c Merge "Added code generation framework." into dalvik-dev by Ian Rogers · 12 years ago
  72. 0e260a3 Added code generation framework. by Dragos Sbirlea · 12 years ago
  73. 669af5f am 4560248d: Move TimingLogger creation to dex2oat by Brian Carlstrom · 12 years ago
  74. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 12 years ago
  75. 49ed574 am 75b13a9c: Merge "Remove CompilerDriver::IsDebuggingSupported" by Brian Carlstrom · 12 years ago
  76. 75b13a9 Merge "Remove CompilerDriver::IsDebuggingSupported" by Brian Carlstrom · 12 years ago
  77. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 12 years ago
  78. 2b1de65 am 479f83c1: Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  79. a6468f6 Fix dalvik-dev branch cpplint issues by Brian Carlstrom · 12 years ago
  80. 9e7723b am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 12 years ago
  81. ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  82. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  83. f1694e1 am 751d4ed4: Fixing cpplint legal/copyright issues by Brian Carlstrom · 12 years ago
  84. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  85. 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  86. d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  87. fbf49d2 resolved conflicts for merge of 50af9793 to dalvik-dev by Brian Carlstrom · 12 years ago
  88. 479f83c Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  89. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 12 years ago
  90. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  91. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  92. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 12 years ago
  93. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  94. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  95. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  96. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  97. e340988 am 1895ea38: Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  98. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  99. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  100. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago