1. 48e702f Merge "Make the SSA builder honor the debuggable flag." by Nicolas Geoffray · 10 years ago
  2. 39d9fe2 Merge "Add way to print JIT related info at shutdown" by Mathieu Chartier · 10 years ago
  3. cb85ad6 Merge "Use quick compiler to generate odex for oat file assistant tests." by Richard Uhler · 10 years ago
  4. 05dd8a6 Use quick compiler to generate odex for oat file assistant tests. by Richard Uhler · 10 years ago
  5. 9a5342e Merge "Revert "Turn on logging for oat file assistant tests."" by Richard Uhler · 10 years ago
  6. 892fc96 Revert "Turn on logging for oat file assistant tests." by Richard Uhler · 10 years ago
  7. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  8. f719fdd Merge "[MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions." by Andreas Gampe · 10 years ago
  9. 6ad40cd [MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions. by Goran Jakovljevic · 10 years ago
  10. 7e9c99b Merge "Turn on logging for oat file assistant tests." by Richard Uhler · 10 years ago
  11. f45599d Turn on logging for oat file assistant tests. by Richard Uhler · 10 years ago
  12. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  13. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  14. 072e48e Merge "Create OatFileAssistant class for assisting with oat files." by Richard Uhler · 10 years ago
  15. e8e42f3 Merge "JDWP: allocate DebugInvokeReq only when requested" by Sebastien Hertz · 10 years ago
  16. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  17. 54a8cc6 Merge "Trim arenas for JIT" by Mathieu Chartier · 10 years ago
  18. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  19. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  20. b322668 Merge "ART: Fix init-failure graph tool" by Andreas Gampe · 10 years ago
  21. 869c2dfa ART: Fix init-failure graph tool by Andreas Gampe · 10 years ago
  22. 81d38f7 Merge "Use the current Java stack instead of the ThrowLocation." by Nicolas Geoffray · 10 years ago
  23. ee07703 Use the current Java stack instead of the ThrowLocation. by Nicolas Geoffray · 10 years ago
  24. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 10 years ago
  25. 2cfdabd Merge "Fix run-test with JIT enabled" by Sebastien Hertz · 10 years ago
  26. 155bef4 Fix run-test with JIT enabled by Sebastien Hertz · 10 years ago
  27. 504b173 Merge "Revert "Revert "More Makefile fun for --debuggable.""" by Nicolas Geoffray · 10 years ago
  28. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
  29. bf40b5b Merge "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
  30. d633384 Merge "Revert "Fix braino in Makefile."" by Nicolas Geoffray · 10 years ago
  31. 6aad0b7 Revert "Fix braino in Makefile." by Nicolas Geoffray · 10 years ago
  32. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
  33. c4ab6b0 Merge "Fix braino in Makefile." by Nicolas Geoffray · 10 years ago
  34. 64657d2 Fix braino in Makefile. by Nicolas Geoffray · 10 years ago
  35. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  36. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  37. 3dd536f Merge "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
  38. 5599377 Merge "ART: Allow arraycopy with int[] in unstarted runtime" by Andreas Gampe · 10 years ago
  39. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 10 years ago
  40. b1869d5 Merge "Only allocate collectors if we may use them" by Mathieu Chartier · 10 years ago
  41. dfe3083 Only allocate collectors if we may use them by Mathieu Chartier · 10 years ago
  42. 41b15f9 Merge "Initial support for quick compiler on MIPS64r6." by Andreas Gampe · 10 years ago
  43. 3b5408b Merge "Fix failing hprof DCHECK" by Mathieu Chartier · 10 years ago
  44. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  45. 15f345c Fix failing hprof DCHECK by Mathieu Chartier · 10 years ago
  46. 709d8df Merge "Fix byte and char Get32" by Mathieu Chartier · 10 years ago
  47. ff38c04 Fix byte and char Get32 by Mathieu Chartier · 10 years ago
  48. a6aad92 Merge "Do not dump memory usage if driver was never created" by Brian Carlstrom · 10 years ago
  49. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 10 years ago
  50. a11a34c Do not dump memory usage if driver was never created by Brian Carlstrom · 10 years ago
  51. 0e242b5 Merge "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  52. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  53. 7e5b740 Merge "Opt compiler: Clean the use of `virtual` and `OVERRIDE`." by Roland Levillain · 10 years ago
  54. 2ed20af Opt compiler: Clean the use of `virtual` and `OVERRIDE`. by Alexandre Rames · 10 years ago
  55. b341b70 Merge "Extend compiler/optimizing/stack_map_test.cc." by Roland Levillain · 10 years ago
  56. b265262 Merge "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  57. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  58. 6626f89 Merge "ART: Enable the use of relative addresses in the arm64 disassembler." by Roland Levillain · 10 years ago
  59. d737ab3 ART: Enable the use of relative addresses in the arm64 disassembler. by Alexandre Rames · 10 years ago
  60. 6540537 Merge "Follow up 137982" by Sebastien Hertz · 10 years ago
  61. 8d2ceab Merge "ART: Add option to abort dex2oat on hard failure" by Andreas Gampe · 10 years ago
  62. 09c2de7 Merge "ART: Fix Cmdline Parser test" by Andreas Gampe · 10 years ago
  63. 2682699 ART: Fix Cmdline Parser test by Andreas Gampe · 10 years ago
  64. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 10 years ago
  65. de67540 Merge "Rename -Xjit / -Xnojit options to -Xusejit:<boolean>" by Mathieu Chartier · 10 years ago
  66. 1972a8e Rename -Xjit / -Xnojit options to -Xusejit:<boolean> by Mathieu Chartier · 10 years ago
  67. 17b8a7a Merge "Fix some incorrect IsCompiler instead of IsAotCompiler" by Mathieu Chartier · 10 years ago
  68. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  69. 66b2666 Merge "ART: AddVectorReduce should store result in memory carefully" by Bill Buzbee · 10 years ago
  70. c5e3ab2 Follow up 137982 by Sebastien Hertz · 10 years ago
  71. a80aab6 Merge "ART: Fix test breakage" by David Brazdil · 10 years ago
  72. df45205 ART: Fix test breakage by David Brazdil · 10 years ago
  73. 12baf47 Extend compiler/optimizing/stack_map_test.cc. by Roland Levillain · 10 years ago
  74. ea19b36 Merge "ART: Optimize iteration of safepoints" by David Brazdil · 10 years ago
  75. 9a9ab61 ART: Optimize iteration of safepoints by David Brazdil · 10 years ago
  76. af8db2e Merge "[optimizing] Use callee-save registers for x86" by Nicolas Geoffray · 10 years ago
  77. 5f87418 [optimizing] Use callee-save registers for x86 by Mark Mendell · 10 years ago
  78. 65b5027 Merge "ART: Fix compile-time-init fail" by Andreas Gampe · 10 years ago
  79. 4d4eff7 ART: Fix compile-time-init fail by Andreas Gampe · 10 years ago
  80. 51867b3 Merge "ART: Report zip opening error" by Andreas Gampe · 10 years ago
  81. 0b3ed3d ART: Report zip opening error by Andreas Gampe · 10 years ago
  82. dbba41d Merge "Include what we use." by Dan Albert · 10 years ago
  83. 627f917 Include what we use. by Dan Albert · 10 years ago
  84. 18cd871 Merge "ART: Do not produce CFI when not asked for" by Andreas Gampe · 10 years ago
  85. d37f919 ART: Do not produce CFI when not asked for by Andreas Gampe · 10 years ago
  86. b8fef11 Merge "[optimizing] Improve x86/x86_64 bound check code" by Andreas Gampe · 10 years ago
  87. c670efd Merge "ART: Add debuggable compiler flag" by Andreas Gampe · 10 years ago
  88. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 10 years ago
  89. c4371cd Merge "Fix bce gtest." by Mingyao Yang · 10 years ago
  90. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 10 years ago
  91. 729699d ART: Fix missing handles by Andreas Gampe · 10 years ago
  92. f60c90b [optimizing] Improve x86/x86_64 bound check code by Mark Mendell · 10 years ago
  93. 6775ba5 Fix bce gtest. by Mingyao Yang · 10 years ago
  94. d8de6f2 Merge "Make BCE a no-op if there is no array access." by Mingyao Yang · 10 years ago
  95. dc68baf Merge "Update run-test 031-class-attributes" by Sebastien Hertz · 10 years ago
  96. b1add75 Update run-test 031-class-attributes by Sebastien Hertz · 10 years ago
  97. 3d7d2af Merge "Change how we report exceptions to the debugger." by Nicolas Geoffray · 10 years ago
  98. 87896b3 Merge "Fix arm64 build." by Nicolas Geoffray · 10 years ago
  99. de0eb6f Fix arm64 build. by Nicolas Geoffray · 10 years ago
  100. 44d95a2 Merge "Switch from memalign to posix_memalign for Mac build" by Brian Carlstrom · 10 years ago