1. 08a097e Merge "Refactor code so that JIT can parse compiler options." am: f31f9739e6 by Nicolas Geoffray · 9 years ago
  2. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 9 years ago
  3. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  4. aea1e42 Merge "MIPS32: Create infrastructure to support intrinsics" am: 70d95b4cab by Andreas Gampe · 9 years ago
  5. 70d95b4 Merge "MIPS32: Create infrastructure to support intrinsics" by Andreas Gampe · 9 years ago
  6. 701566a MIPS32: Create infrastructure to support intrinsics by Chris Larsen · 9 years ago
  7. 9eecadb Merge "Made run-test 960-964 support being run with jack compiler." by Alex Light · 9 years ago
  8. 56c8c9e Merge "Made run-test 960-964 support being run with jack compiler." by Alex Light · 9 years ago
  9. 6a439bc Made run-test 960-964 support being run with jack compiler. by Alex Light · 9 years ago
  10. 08dd6bd Merge "Revert "ART: Enable more passes under try/catch"" am: d13f2b3554 by David Brazdil · 9 years ago
  11. d13f2b3 Merge "Revert "ART: Enable more passes under try/catch"" by David Brazdil · 9 years ago
  12. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  13. c7534d1 Merge "Change a few places to use string version of GetTypeId" am: 8cb0bc28b1 by Mathieu Chartier · 9 years ago
  14. 8cb0bc2 Merge "Change a few places to use string version of GetTypeId" by Mathieu Chartier · 9 years ago
  15. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  16. b8f6d7c Merge "Move loop invariant utility to more general place." am: c65d1f3d26 by Aart Bik · 9 years ago
  17. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 9 years ago
  18. f080d1c Merge "ART: Enable more passes under try/catch" am: 5ad27592e2 by David Brazdil · 9 years ago
  19. 5ad2759 Merge "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  20. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 9 years ago
  21. 8c0e5f1 Merge "Add comment for RunCheckpoint and clean up ThreadList a bit" by Mathieu Chartier · 9 years ago
  22. e22d852 Merge "Add comment for RunCheckpoint and clean up ThreadList a bit" by Mathieu Chartier · 9 years ago
  23. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  24. 1ddf511 Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 9 years ago
  25. 2118d3d Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 9 years ago
  26. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 9 years ago
  27. 59f52ea Merge "Relax some CASes for the CC collector." am: 0b654bce0f by Hiroshi Yamauchi · 9 years ago
  28. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 9 years ago
  29. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 9 years ago
  30. a05d1ae Merge "Implementation of fast lookup table to search class_def by descriptor" by Mathieu Chartier · 9 years ago
  31. 59cc4e8 Merge "Implementation of fast lookup table to search class_def by descriptor" by Mathieu Chartier · 9 years ago
  32. 1d8bae7 Merge "ART: Fix deopt from optimized code under inlining" am: a9cf6eef38 by David Brazdil · 9 years ago
  33. 3a1bc28 Merge "Change Checkpoint API to return total number of checkpoints" by Mathieu Chartier · 9 years ago
  34. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  35. a9cf6ee Merge "ART: Fix deopt from optimized code under inlining" by David Brazdil · 9 years ago
  36. 57bee8d Merge "Change Checkpoint API to return total number of checkpoints" by Mathieu Chartier · 9 years ago
  37. 628dab7 Merge "MIPS64: Add "Compare and Swap" intrinsic support." am: 6f42850562 by Andreas Gampe · 9 years ago
  38. 6f42850 Merge "MIPS64: Add "Compare and Swap" intrinsic support." by Andreas Gampe · 9 years ago
  39. deb2a89 Merge "Revert "Enable store elimination for singleton objects."" am: 594c061251 by Andreas Gampe · 9 years ago
  40. 594c061 Merge "Revert "Enable store elimination for singleton objects."" by Andreas Gampe · 9 years ago
  41. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  42. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  43. efc3f02 ART: Fix deopt from optimized code under inlining by David Brazdil · 9 years ago
  44. 59a984e Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint" by Mathieu Chartier · 9 years ago
  45. 5f2e628 Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint" by Mathieu Chartier · 9 years ago
  46. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  47. 444719e Merge "Generate taken-test during trip-count analysis." am: f7b7f9984d by Aart Bik · 9 years ago
  48. f7b7f99 Merge "Generate taken-test during trip-count analysis." by Aart Bik · 9 years ago
  49. 3ff0d48 Merge "Enable store elimination for singleton objects." am: d2b29d69a2 by Mingyao Yang · 9 years ago
  50. d2b29d6 Merge "Enable store elimination for singleton objects." by Mingyao Yang · 9 years ago
  51. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 9 years ago
  52. 4b97bd8 Merge "Rosalloc fast path in assembly for arm64." am: b058de905d by Hiroshi Yamauchi · 9 years ago
  53. b058de9 Merge "Rosalloc fast path in assembly for arm64." by Hiroshi Yamauchi · 9 years ago
  54. 4a7a553 Merge "Fix up run-test." am: 9b4571cadc by Alex Light · 9 years ago
  55. 9b4571c Merge "Fix up run-test." by Alex Light · 9 years ago
  56. fadfee9 Fix up run-test. by Alex Light · 9 years ago
  57. c2ef5aa Merge "Tune heuristics a bit." am: e35764f1f8 by Nicolas Geoffray · 9 years ago
  58. e35764f Merge "Tune heuristics a bit." by Nicolas Geoffray · 9 years ago
  59. 02ec74a Merge "Adjust jit code cache on ThreadStress to avoid timeouts." am: 13f6af0f9c by Nicolas Geoffray · 9 years ago
  60. 13f6af0 Merge "Adjust jit code cache on ThreadStress to avoid timeouts." by Nicolas Geoffray · 9 years ago
  61. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  62. 709b38e Adjust jit code cache on ThreadStress to avoid timeouts. by Nicolas Geoffray · 9 years ago
  63. 5c5f05b Merge "We still need to provide an image." am: 28b48026f0 by Nicolas Geoffray · 9 years ago
  64. 258db69 Merge "Fix test failure due to wrong runtime arguments." am: 01d5cced1d by Alex Light · 9 years ago
  65. 28b4802 Merge "We still need to provide an image." by Nicolas Geoffray · 9 years ago
  66. 8d10e45 We still need to provide an image. by Nicolas Geoffray · 9 years ago
  67. 01d5cce Merge "Fix test failure due to wrong runtime arguments." by Alex Light · 9 years ago
  68. 098aed8 Merge "A native method may be running and have the resolution stub." by Nicolas Geoffray · 9 years ago
  69. 8fa2ae3 Merge "A native method may be running and have the resolution stub." by Nicolas Geoffray · 9 years ago
  70. 49e4396 A native method may be running and have the resolution stub. by Nicolas Geoffray · 9 years ago
  71. fa02285 Fix test failure due to wrong runtime arguments. by Alex Light · 9 years ago
  72. 3031b1c Merge "Add support for collection ProfilingInfo objects." am: c1fc2b01a5 by Nicolas Geoffray · 9 years ago
  73. c1fc2b0 Merge "Add support for collection ProfilingInfo objects." by Nicolas Geoffray · 9 years ago
  74. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  75. 0a9d392 Merge "Do not assume the dex cache is already populated." am: 7b829f6b83 by Nicolas Geoffray · 9 years ago
  76. 7b829f6 Merge "Do not assume the dex cache is already populated." by Nicolas Geoffray · 9 years ago
  77. 9b718ec Merge "Fix script after image changes." am: a0d26f6428 by Nicolas Geoffray · 9 years ago
  78. a0d26f6 Merge "Fix script after image changes." by Nicolas Geoffray · 9 years ago
  79. 9518655 Fix script after image changes. by Nicolas Geoffray · 9 years ago
  80. 46ed877 Merge "Remove obsolete comment and option." am: 26af653a84 by Nicolas Geoffray · 9 years ago
  81. 26af653 Merge "Remove obsolete comment and option." by Nicolas Geoffray · 9 years ago
  82. f315ac6 Merge "MIPS32: added support for unresolved classes" am: 9490043806 by Nicolas Geoffray · 9 years ago
  83. 9490043 Merge "MIPS32: added support for unresolved classes" by Nicolas Geoffray · 9 years ago
  84. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 9 years ago
  85. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 9 years ago
  86. 0775dba Remove obsolete comment and option. by Nicolas Geoffray · 9 years ago
  87. 74cfd16 Merge "Revert "Remove DCHECK that does not work for gtests."" am: 6fcb8b95e2 by Vladimir Marko · 9 years ago
  88. 6fcb8b9 Merge "Revert "Remove DCHECK that does not work for gtests."" by Vladimir Marko · 9 years ago
  89. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  90. 25b9d6f Merge "Use HashMap for DexFileVerifier" am: 3dca4c0417 by Mathieu Chartier · 9 years ago
  91. 3dca4c0 Merge "Use HashMap for DexFileVerifier" by Mathieu Chartier · 9 years ago
  92. e424f5f Merge "Make the mark stack expandable for the CC collector." am: 9e1b56f0e7 by Hiroshi Yamauchi · 9 years ago
  93. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 9 years ago
  94. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  95. c1babb7 Merge "Remove DCHECK that does not work for gtests." am: 3aa2895fe9 by Nicolas Geoffray · 9 years ago
  96. 3aa2895 Merge "Remove DCHECK that does not work for gtests." by Nicolas Geoffray · 9 years ago
  97. 7d32dbc Remove DCHECK that does not work for gtests. by Nicolas Geoffray · 9 years ago
  98. b9982b6 Merge "Added format 25x to dexdump(2)." am: 903ef50ed0 by Aart Bik · 9 years ago
  99. 903ef50 Merge "Added format 25x to dexdump(2)." by Aart Bik · 9 years ago
  100. a3bb720 Added format 25x to dexdump(2). by Aart Bik · 9 years ago