1. a5f295f Merge "Fix compile-time error." by Nicolas Geoffray · 9 years ago
  2. fca90a1 Fix compile-time error. by Nicolas Geoffray · 9 years ago
  3. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 9 years ago
  4. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 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. 56c8c9e Merge "Made run-test 960-964 support being run with jack compiler." by Alex Light · 9 years ago
  8. 6a439bc Made run-test 960-964 support being run with jack compiler. by Alex Light · 9 years ago
  9. d13f2b3 Merge "Revert "ART: Enable more passes under try/catch"" by David Brazdil · 9 years ago
  10. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  11. 8cb0bc2 Merge "Change a few places to use string version of GetTypeId" by Mathieu Chartier · 9 years ago
  12. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  13. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 9 years ago
  14. 5ad2759 Merge "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  15. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 9 years ago
  16. e22d852 Merge "Add comment for RunCheckpoint and clean up ThreadList a bit" by Mathieu Chartier · 9 years ago
  17. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  18. 2118d3d Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 9 years ago
  19. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 9 years ago
  20. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 9 years ago
  21. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 9 years ago
  22. 59cc4e8 Merge "Implementation of fast lookup table to search class_def by descriptor" by Mathieu Chartier · 9 years ago
  23. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  24. a9cf6ee Merge "ART: Fix deopt from optimized code under inlining" by David Brazdil · 9 years ago
  25. 57bee8d Merge "Change Checkpoint API to return total number of checkpoints" by Mathieu Chartier · 9 years ago
  26. 6f42850 Merge "MIPS64: Add "Compare and Swap" intrinsic support." by Andreas Gampe · 9 years ago
  27. 594c061 Merge "Revert "Enable store elimination for singleton objects."" by Andreas Gampe · 9 years ago
  28. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  29. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  30. efc3f02 ART: Fix deopt from optimized code under inlining by David Brazdil · 9 years ago
  31. 5f2e628 Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint" by Mathieu Chartier · 9 years ago
  32. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  33. f7b7f99 Merge "Generate taken-test during trip-count analysis." by Aart Bik · 9 years ago
  34. d2b29d6 Merge "Enable store elimination for singleton objects." by Mingyao Yang · 9 years ago
  35. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 9 years ago
  36. b058de9 Merge "Rosalloc fast path in assembly for arm64." by Hiroshi Yamauchi · 9 years ago
  37. 9b4571c Merge "Fix up run-test." by Alex Light · 9 years ago
  38. fadfee9 Fix up run-test. by Alex Light · 9 years ago
  39. e35764f Merge "Tune heuristics a bit." by Nicolas Geoffray · 9 years ago
  40. 13f6af0 Merge "Adjust jit code cache on ThreadStress to avoid timeouts." by Nicolas Geoffray · 9 years ago
  41. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  42. 709b38e Adjust jit code cache on ThreadStress to avoid timeouts. by Nicolas Geoffray · 9 years ago
  43. 28b4802 Merge "We still need to provide an image." by Nicolas Geoffray · 9 years ago
  44. 8d10e45 We still need to provide an image. by Nicolas Geoffray · 9 years ago
  45. 01d5cce Merge "Fix test failure due to wrong runtime arguments." by Alex Light · 9 years ago
  46. 8fa2ae3 Merge "A native method may be running and have the resolution stub." by Nicolas Geoffray · 9 years ago
  47. 49e4396 A native method may be running and have the resolution stub. by Nicolas Geoffray · 9 years ago
  48. fa02285 Fix test failure due to wrong runtime arguments. by Alex Light · 9 years ago
  49. c1fc2b0 Merge "Add support for collection ProfilingInfo objects." by Nicolas Geoffray · 9 years ago
  50. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  51. 7b829f6 Merge "Do not assume the dex cache is already populated." by Nicolas Geoffray · 9 years ago
  52. a0d26f6 Merge "Fix script after image changes." by Nicolas Geoffray · 9 years ago
  53. 9518655 Fix script after image changes. by Nicolas Geoffray · 9 years ago
  54. 26af653 Merge "Remove obsolete comment and option." by Nicolas Geoffray · 9 years ago
  55. 9490043 Merge "MIPS32: added support for unresolved classes" by Nicolas Geoffray · 9 years ago
  56. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 9 years ago
  57. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 9 years ago
  58. 0775dba Remove obsolete comment and option. by Nicolas Geoffray · 9 years ago
  59. 6fcb8b9 Merge "Revert "Remove DCHECK that does not work for gtests."" by Vladimir Marko · 9 years ago
  60. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  61. 3dca4c0 Merge "Use HashMap for DexFileVerifier" by Mathieu Chartier · 9 years ago
  62. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 9 years ago
  63. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  64. 3aa2895 Merge "Remove DCHECK that does not work for gtests." by Nicolas Geoffray · 9 years ago
  65. 7d32dbc Remove DCHECK that does not work for gtests. by Nicolas Geoffray · 9 years ago
  66. 903ef50 Merge "Added format 25x to dexdump(2)." by Aart Bik · 9 years ago
  67. a3bb720 Added format 25x to dexdump(2). by Aart Bik · 9 years ago
  68. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  69. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 9 years ago
  70. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  71. 9c6ad8e Merge "Remove stalled DCHECK." by Nicolas Geoffray · 9 years ago
  72. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 9 years ago
  73. bd425fa Remove stalled DCHECK. by Nicolas Geoffray · 9 years ago
  74. 1af3599 Merge "MIPS32: Move code from RA to T9 in longjump" by Nicolas Geoffray · 9 years ago
  75. 7596996 MIPS32: Move code from RA to T9 in longjump by Goran Jakovljevic · 9 years ago
  76. 171b12e Merge "Move jdwp and libcore testing to jit." by Nicolas Geoffray · 9 years ago
  77. 95e5462 Merge "MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp()." by Calin Juravle · 9 years ago
  78. 8a5c253 Merge "Revert "Mark 2 libcore tests as failing."" by Neil Fuller · 9 years ago
  79. 3642749 MIPS64: Add "Compare and Swap" intrinsic support. by Chris Larsen · 9 years ago
  80. c9e94f3 MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp(). by Alexey Frunze · 9 years ago
  81. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  82. 6f6244a Rosalloc fast path in assembly for arm64. by Hiroshi Yamauchi · 9 years ago
  83. 525b665 Merge "MIPS64: Clean-up intrinsics code" by Andreas Gampe · 9 years ago
  84. 065f519 Merge "Cleanup some of the run-test system" by Alex Light · 9 years ago
  85. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 9 years ago
  86. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  87. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 9 years ago
  88. 05ff5a4 Make dchecked_vector C++11 compatible. by Dan Albert · 9 years ago
  89. ac157b0 Merge "Trim arena maps during heap trim" by Mathieu Chartier · 9 years ago
  90. c482d38 Add HashSet::Reserve by Mathieu Chartier · 9 years ago
  91. e2725c5 Move jdwp and libcore testing to jit. by Nicolas Geoffray · 9 years ago
  92. 8a0e033 Cleanup some of the run-test system by Alex Light · 9 years ago
  93. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 9 years ago
  94. e04f379 Merge "Use arenas for the verifier" by Mathieu Chartier · 9 years ago
  95. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  96. fd94824 Merge "ART: Support trivially-destructible arrays in ArenaUniquePtr" by Andreas Gampe · 9 years ago
  97. d20a26d Merge "MIPS32: Fix loading address in GenerateStaticOrDirectCall" by Nicolas Geoffray · 9 years ago
  98. bf223cd Merge "MIPS32: Remove tests from list of broken tests" by Nicolas Geoffray · 9 years ago
  99. 1a87837 MIPS32: Fix loading address in GenerateStaticOrDirectCall by Goran Jakovljevic · 9 years ago
  100. 85f645d MIPS32: Remove tests from list of broken tests by Goran Jakovljevic · 9 years ago