1. 46dcaf9 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  2. 883dc19 Merge "Use free lists instead of bitmaps within rosalloc runs." by Hiroshi Yamauchi · 9 years ago
  3. 31bf42c Use free lists instead of bitmaps within rosalloc runs. by Hiroshi Yamauchi · 9 years ago
  4. 00d597a Tidy up spelling by Kenny Root · 9 years ago
  5. 3f8cc8d Merge "Revert "Revert "Keep internal stack trace methods declaring classes live""" by Mathieu Chartier · 9 years ago
  6. 0dbcaee Merge "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  7. a841bc3 Merge "Optimizing: Tag even more arena allocations." by Vladimir Marko · 9 years ago
  8. 88a95ba Don't use floating point callee saves in debuggable. by Nicolas Geoffray · 9 years ago
  9. 2525551 Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  10. 910e827 Revert "Revert "Keep internal stack trace methods declaring classes live"" by Mathieu Chartier · 9 years ago
  11. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  12. 6387821 Merge "Make libcore timeout the same for all runs." by Nicolas Geoffray · 9 years ago
  13. 44368e8 Make libcore timeout the same for all runs. by Nicolas Geoffray · 9 years ago
  14. 97c2503 Merge "ART: Mark Checker tests broken for mips32" by David Brazdil · 9 years ago
  15. 73b6cdf ART: Mark Checker tests broken for mips32 by David Brazdil · 9 years ago
  16. a39ce12 Merge "Revert "Revert "Enable optimizations with --debuggable.""" by Nicolas Geoffray · 9 years ago
  17. 84128f7 Merge "Add deoptimization test." by Nicolas Geoffray · 9 years ago
  18. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  19. d2aaf5c Merge "Revert "Keep internal stack trace methods declaring classes live"" by Nicolas Geoffray · 9 years ago
  20. 45a8522 Revert "Keep internal stack trace methods declaring classes live" by Nicolas Geoffray · 9 years ago
  21. 9c53671 Merge "Keep internal stack trace methods declaring classes live" by Mathieu Chartier · 9 years ago
  22. 566fc92 Keep internal stack trace methods declaring classes live by Mathieu Chartier · 9 years ago
  23. 3a447de Merge "Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod"" by Andreas Gampe · 9 years ago
  24. 38b8287 Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod" by Andreas Gampe · 9 years ago
  25. c0761cb Merge "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod" by Andreas Gampe · 9 years ago
  26. e024162 Merge "Fix a mutator lock violation in the generic JNI end sequence." by Hiroshi Yamauchi · 9 years ago
  27. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  28. a23b468 Fix a mutator lock violation in the generic JNI end sequence. by Hiroshi Yamauchi · 9 years ago
  29. 6dd3329 ART: Remove unnecessary SHARED_REQUIRES in ArtMethod by Andreas Gampe · 9 years ago
  30. 0766e3f Merge "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  31. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  32. de8a3f4 Merge "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  33. 9baa4df Merge "Address some code comments" by Mathieu Chartier · 9 years ago
  34. f6860a5 Merge "Optimizing: Simplify UShr+And, Shr+And." by Vladimir Marko · 9 years ago
  35. 4f81907 Add deoptimization test. by Jongwon Lee · 9 years ago
  36. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  37. a2d8b18 Merge "Fix a bug in DeadPhiHandling around conflicting phis." by Nicolas Geoffray · 9 years ago
  38. b11fc61 Fix a bug in DeadPhiHandling around conflicting phis. by Nicolas Geoffray · 9 years ago
  39. a68ceb1 Merge "Optimizing: Tag arena allocations in code generators." by Vladimir Marko · 9 years ago
  40. 452c1b6 Optimizing: Simplify UShr+And, Shr+And. by Vladimir Marko · 9 years ago
  41. 9139578 Merge "Quick: Avoid shifting -1 left (undefined behavior)." by Vladimir Marko · 9 years ago
  42. 97a87ec Quick: Avoid shifting -1 left (undefined behavior). by Vladimir Marko · 9 years ago
  43. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  44. d8750f3 Merge "Use dominance information for null optimization in write barrier." by Nicolas Geoffray · 9 years ago
  45. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  46. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  47. 931e268 Merge "ART: Single-frame deopt" by Andreas Gampe · 9 years ago
  48. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  49. ac87001 Merge "Don't unload shared libraries for null class loader." by Mathieu Chartier · 9 years ago
  50. cffb747 Don't unload shared libraries for null class loader. by Mathieu Chartier · 9 years ago
  51. 85e5207 Merge "ART: Run arch specific Checker tests on host" by David Brazdil · 9 years ago
  52. 853a4c3 ART: Run arch specific Checker tests on host by David Brazdil · 9 years ago
  53. cf3f991 Merge "ART: Use unique_ptr for alloca-ed ShadowFrames" by Andreas Gampe · 9 years ago
  54. 722b5a7 Merge "Use make TARGET_LINKER= instead of overriding linker flags." by Nicolas Geoffray · 9 years ago
  55. cdaf477 Use make TARGET_LINKER= instead of overriding linker flags. by Nicolas Geoffray · 9 years ago
  56. e60c633 Merge "ART: Fix DeadPhiHandling creating >2 equivalents" by David Brazdil · 9 years ago
  57. 1d0a03c ART: Fix DeadPhiHandling creating >2 equivalents by David Brazdil · 9 years ago
  58. 6adb995 Merge "Address HPackedSwitch issues raised after merge" by David Brazdil · 9 years ago
  59. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 9 years ago
  60. 6a9984e Merge "Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable""" by Igor Murashkin · 9 years ago
  61. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  62. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  63. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  64. b175a45 Merge "MIPS64: Implement intrinsics from java.lang.Math:" by Andreas Gampe · 9 years ago
  65. fb0a0e8 Merge "Disable class unloading test for tracing tests" by Mathieu Chartier · 9 years ago
  66. 42fbf49 Disable class unloading test for tracing tests by Mathieu Chartier · 9 years ago
  67. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  68. 0b7ac98 MIPS64: Implement intrinsics from java.lang.Math: by Chris Larsen · 9 years ago
  69. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  70. c27e706 Merge "Fix tests 116 and 118 for no-prebuild" by Mathieu Chartier · 9 years ago
  71. 4450d92 Fix tests 116 and 118 for no-prebuild by Mathieu Chartier · 9 years ago
  72. aff587c Merge "MIPS64: Implement intrinsics from libcore.io.Memory:" by Andreas Gampe · 9 years ago
  73. 6525e67 Merge "Fix bug in WaitForCompilationToFinish" by Mathieu Chartier · 9 years ago
  74. 36c0136 Fix bug in WaitForCompilationToFinish by Mathieu Chartier · 9 years ago
  75. acbb159 Merge "ART: Move code from RA to T9 in Mips64 longjump" by Andreas Gampe · 9 years ago
  76. a6af255 Merge "Fix JIT for class unloading" by Mathieu Chartier · 9 years ago
  77. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  78. dbf056d ART: Move code from RA to T9 in Mips64 longjump by Andreas Gampe · 9 years ago
  79. 95ca073 Merge "MIPS64: Implement miscellaneous bit manipulation intrinsics" by Andreas Gampe · 9 years ago
  80. 8a0014d Merge "Call JNI_OnUnload when class loaders get collected" by Mathieu Chartier · 9 years ago
  81. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  82. 70fb1f4 MIPS64: Implement intrinsics from libcore.io.Memory: by Chris Larsen · 9 years ago
  83. 011d828 Merge "ART: Reject PackedSwitch with overflowing keys" by David Brazdil · 9 years ago
  84. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  85. 13c74b1 Merge "Optimizing: Add comment on DCE's packed-switch value check." by Vladimir Marko · 9 years ago
  86. 430c4f5 Optimizing: Add comment on DCE's packed-switch value check. by Vladimir Marko · 9 years ago
  87. a00bd93 Merge "Enable class unloading" by Mathieu Chartier · 9 years ago
  88. 468c168 Merge "ART: Show the previous failure type in init rejection" by Andreas Gampe · 9 years ago
  89. 59aacd4 Merge "ART: Fix misleading error message in method verifier." by Vladimir Marko · 9 years ago
  90. 071cd9d ART: Fix misleading error message in method verifier. by Vladimir Marko · 9 years ago
  91. ec7e44f Merge "Optimizing: Tag more arena allocations." by Vladimir Marko · 9 years ago
  92. e92ed9d Merge "Optimizing: Rewrite DCE's MarkReachableBlocks()." by Vladimir Marko · 9 years ago
  93. 211c211 Optimizing: Rewrite DCE's MarkReachableBlocks(). by Vladimir Marko · 9 years ago
  94. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  95. 1c79b7f Merge "ART: SsaBuilder clean up" by David Brazdil · 9 years ago
  96. d0180f9 ART: SsaBuilder clean up by David Brazdil · 9 years ago
  97. 0aeb759 Merge "ART: Preserve loop headers with try/catch" by David Brazdil · 9 years ago
  98. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 9 years ago
  99. 05aa4d3 Enable class unloading by Mathieu Chartier · 9 years ago
  100. c7e0da5 Merge "dexdump2 won't be optional when it replaces dexdump." by Elliott Hughes · 9 years ago