1. 63e2113 MIPS: Enable the ComparisonsLong test in the code generator test. by Alexey Frunze · 8 years ago
  2. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  3. 79f6d70 Merge "Update art to use hooks instead of customizer" by Colin Cross · 8 years ago
  4. 52a8da6 Merge "ARM/ARM64: Fix throwing entrypoints to call runtime handlers." by Treehugger Robot · 8 years ago
  5. 088efb4 Merge "Separate annotations from dexfile reading." by Aart Bik · 8 years ago
  6. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  7. 8850c73 Merge "MIPS32: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  8. 908eb22 ARM/ARM64: Fix throwing entrypoints to call runtime handlers. by Vladimir Marko · 8 years ago
  9. 58735fb Merge "Remove ThrowNoSuchMethod entrypoint." by Treehugger Robot · 8 years ago
  10. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  11. e305eaf Merge "Revert "Revert "Use implicit null checks inside try blocks.""" by Treehugger Robot · 8 years ago
  12. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 8 years ago
  13. 5cfaafb Merge "Make dex2oat art_cc_binary instead of just cc_binary." by Nicolas Geoffray · 8 years ago
  14. afa7e45 Make dex2oat art_cc_binary instead of just cc_binary. by Nicolas Geoffray · 8 years ago
  15. 96b6682 MIPS32: Implement table-based packed switch by Alexey Frunze · 8 years ago
  16. b180b89 Merge "Fix mac build" by Treehugger Robot · 8 years ago
  17. 13d4a22 Merge "Add test dependency on dexlist" by Treehugger Robot · 8 years ago
  18. 02a7335 Add test dependency on dexlist by Colin Cross · 8 years ago
  19. 2cfc4ba Fix mac build by Colin Cross · 8 years ago
  20. 979d85d Merge "Fix mac build" by Treehugger Robot · 8 years ago
  21. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  22. c72b7d3 Merge "String Compression (interpreter only) bug fix" by Treehugger Robot · 8 years ago
  23. 2048da5 Merge "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Treehugger Robot · 8 years ago
  24. aa63aa2 Fix mac build by Colin Cross · 8 years ago
  25. 6e51178 Update art to use hooks instead of customizer by Colin Cross · 8 years ago
  26. 54ec35e Merge "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  27. f8f81ea Merge "Add more logging for checking in to-space for CC copy" by Treehugger Robot · 8 years ago
  28. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  29. dfcd6f4 Add more logging for checking in to-space for CC copy by Mathieu Chartier · 8 years ago
  30. 1261034 Merge "ART: Rearrange some JVMTI headers" by Treehugger Robot · 8 years ago
  31. db6dcb6 ART: Rearrange some JVMTI headers by Andreas Gampe · 8 years ago
  32. 1f43979 Merge "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Treehugger Robot · 8 years ago
  33. dc0c7e1 Merge "ART: Remove LogSeverity NONE" by Treehugger Robot · 8 years ago
  34. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  35. 8fb6274 Merge "New workaround for chromium buildbot." by Nicolas Geoffray · 8 years ago
  36. 4177c6c New workaround for chromium buildbot. by Nicolas Geoffray · 8 years ago
  37. b838821 Merge "Workaround for repo incompatibilities on buildbot." by Nicolas Geoffray · 8 years ago
  38. d062ac5 Workaround for repo incompatibilities on buildbot. by Nicolas Geoffray · 8 years ago
  39. c11d1b4 Merge "Allow for testing alternative code generators in codegen_test.cc" by Roland Levillain · 8 years ago
  40. c956879 Merge "Track libcore Executable.getParameter() changes" by Neil Fuller · 8 years ago
  41. 9ef68a3 Merge "Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n" by Dan Willemsen · 8 years ago
  42. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  43. 5e49b50 Merge "Add a debug check for unsaved callee-save register for diagnosis." by Treehugger Robot · 8 years ago
  44. 559532d Merge "ART: Remove libart from disassembler" by Treehugger Robot · 8 years ago
  45. 6a8c69f Merge "ART: Remove unnecessary file from vdex" by Andreas Gampe · 8 years ago
  46. 31fcbf8 ART: Remove libart from disassembler by Andreas Gampe · 8 years ago
  47. c7376e0 Convert more of art to Android.bp by Colin Cross · 8 years ago
  48. f7e8223 ART: Remove unnecessary file from vdex by Andreas Gampe · 8 years ago
  49. f9decf9 Merge "ART: Add generic system-weak holder infrastructure" by Andreas Gampe · 8 years ago
  50. e204051 Merge "Revert "Use implicit null checks inside try blocks."" by Nicolas Geoffray · 8 years ago
  51. 0719b5b Revert "Use implicit null checks inside try blocks." by Nicolas Geoffray · 8 years ago
  52. eeb436f Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n by Dan Willemsen · 8 years ago
  53. fda5714 ART: Add generic system-weak holder infrastructure by Andreas Gampe · 8 years ago
  54. f0c4150 Merge "Remove custom CheckCast slow path caller saves for Baker CC." by Vladimir Marko · 8 years ago
  55. eb1680f Add a debug check for unsaved callee-save register for diagnosis. by Hiroshi Yamauchi · 8 years ago
  56. 47b4515 Merge "Fix run-test after introduction of VDEX" by David Brazdil · 8 years ago
  57. c93b3be Fix run-test after introduction of VDEX by David Brazdil · 8 years ago
  58. a60a705 Remove custom CheckCast slow path caller saves for Baker CC. by Vladimir Marko · 8 years ago
  59. 6ee9a33 Merge "Use implicit null checks inside try blocks." by Treehugger Robot · 8 years ago
  60. a5d718a Merge "Try to avoid allocation when interning strings." by Vladimir Marko · 8 years ago
  61. 935cf1b Merge "Introduce VDEX file, use it for DEX files" by David Brazdil · 8 years ago
  62. 7aa7560 Use implicit null checks inside try blocks. by Vladimir Marko · 8 years ago
  63. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  64. f029fb6 Merge "Squashed commit of the following:" by Nicolas Geoffray · 8 years ago
  65. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  66. 50082ba Merge "MIPS64: Sign-extend results in art_quick_get32_static/instance" by Treehugger Robot · 8 years ago
  67. 580f3c4 Merge "Blacklist failing test after critical JNI changes." by Nicolas Geoffray · 8 years ago
  68. 7cb4fb0 Blacklist failing test after critical JNI changes. by Nicolas Geoffray · 8 years ago
  69. 87068b4 Merge "Update test and dependencies after boot image changes." by Nicolas Geoffray · 8 years ago
  70. 2a1a8d7 Update test and dependencies after boot image changes. by Nicolas Geoffray · 8 years ago
  71. cfe0703 Merge "Re-enable boot image direct string loads for read barriers" by Treehugger Robot · 8 years ago
  72. 8536f24 Merge "MIPS32: Properly handle doubles in GetRegisterIfAccessible" by Nicolas Geoffray · 8 years ago
  73. 4bd3d6b Merge "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  74. bd2b49b Merge "Get libgtest from libart-gtest." by Nicolas Geoffray · 8 years ago
  75. 7908c8e String Compression (interpreter only) bug fix by jessicahandojo · 8 years ago
  76. 03008e4 Merge "test: Disable 004-JniTest for nodex2oat and JIT config" by Treehugger Robot · 8 years ago
  77. dab798e Merge "Don't assume resolved classes are filled in for ResolvedFieldAccessTest" by Treehugger Robot · 8 years ago
  78. 199fbe5 Get libgtest from libart-gtest. by Dan Albert · 8 years ago
  79. 0bc4335 test: Disable 004-JniTest for nodex2oat and JIT config by Igor Murashkin · 8 years ago
  80. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 8 years ago
  81. 30a6a88 Merge "64bits codegens need to drag their 32bits equivalent." by Nicolas Geoffray · 8 years ago
  82. e0576d1 Re-enable boot image direct string loads for read barriers by Mathieu Chartier · 8 years ago
  83. 2807644 Merge "Include oatdump/Android.mk" by Treehugger Robot · 8 years ago
  84. 4a7ad32 Merge "Fix vtable corruption issue" by Alex Light · 8 years ago
  85. 4d2cf03 Merge "jni: Add @CriticalNative optimization to speed up JNI transitions" by Igor Murashkin · 8 years ago
  86. 35235cb Include oatdump/Android.mk by Colin Cross · 8 years ago
  87. ed0f9c4 Merge "Stop manually including gtest headers." by Treehugger Robot · 8 years ago
  88. e599a14 Merge "ART: Generate path to entrypoints in VisitLoadString for x86_64" by Treehugger Robot · 8 years ago
  89. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  90. 1f3925d Fix vtable corruption issue by Alex Light · 8 years ago
  91. abb341b ART: Generate path to entrypoints in VisitLoadString for x86_64 by Christina Wadsworth · 8 years ago
  92. fa7b5c9 Merge "ART: Generate path to entrypoints in VisitLoadString for x86" by Mathieu Chartier · 8 years ago
  93. fd0740a MIPS64: Sign-extend results in art_quick_get32_static/instance by Goran Jakovljevic · 8 years ago
  94. e52ac15 64bits codegens need to drag their 32bits equivalent. by Nicolas Geoffray · 8 years ago
  95. 4b3acdb Merge "ARM64: Use macros for increasing and decreasing frame size." by Treehugger Robot · 8 years ago
  96. b9b2671 Merge "Remove unnecessary `static` specifiers in `common_arm64.h`." by Treehugger Robot · 8 years ago
  97. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  98. dc7c031 Merge "MIPS32: Implement branchless HCondition for floats" by Treehugger Robot · 8 years ago
  99. ae6ba1f ARM64: Use macros for increasing and decreasing frame size. by Vladimir Marko · 8 years ago
  100. 986660c MIPS32: Properly handle doubles in GetRegisterIfAccessible by Goran Jakovljevic · 9 years ago