1. 9b29f3e Merge "MIPS64: Implement intrinsic java.lang.Thread.currentThread()" by Andreas Gampe · 9 years ago
  2. 8446ed4 Merge "Fix another poisoning problem." by Nicolas Geoffray · 9 years ago
  3. a8a0fe2 Fix another poisoning problem. by Nicolas Geoffray · 9 years ago
  4. b3577f0 Merge "ART: Fix a static_cast int32_t -> uint64_t bug." by David Brazdil · 9 years ago
  5. 9f389d4 ART: Fix a static_cast int32_t -> uint64_t bug. by David Brazdil · 9 years ago
  6. 9664c08 Merge "CUSTOM_TARGET_LINKER is set by the buildbot already." by Nicolas Geoffray · 9 years ago
  7. 47b1416 Merge "Fix poisoining bug in arm64." by Nicolas Geoffray · 9 years ago
  8. 61b1dbe Fix poisoining bug in arm64. by Nicolas Geoffray · 9 years ago
  9. 59349e6 Merge "Mark one more Checker test broken for mips32" by David Brazdil · 9 years ago
  10. bac76b4 Mark one more Checker test broken for mips32 by David Brazdil · 9 years ago
  11. dc2ce63 Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  12. d116904 Merge "ART: Fix test" by Andreas Gampe · 9 years ago
  13. 0b15f67 ART: Fix test by Andreas Gampe · 9 years ago
  14. 5df7f78 Merge "ART: Refactor libarttest C++ code" by Andreas Gampe · 9 years ago
  15. 46dcaf9 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  16. 883dc19 Merge "Use free lists instead of bitmaps within rosalloc runs." by Hiroshi Yamauchi · 9 years ago
  17. 31bf42c Use free lists instead of bitmaps within rosalloc runs. by Hiroshi Yamauchi · 9 years ago
  18. 89df7bf ART: Refactor libarttest C++ code by Andreas Gampe · 9 years ago
  19. 00d597a Tidy up spelling by Kenny Root · 9 years ago
  20. 3f8cc8d Merge "Revert "Revert "Keep internal stack trace methods declaring classes live""" by Mathieu Chartier · 9 years ago
  21. 0dbcaee Merge "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  22. a841bc3 Merge "Optimizing: Tag even more arena allocations." by Vladimir Marko · 9 years ago
  23. 88a95ba Don't use floating point callee saves in debuggable. by Nicolas Geoffray · 9 years ago
  24. e0395dd Optimize ArraySet for x86/x64/arm/arm64. by Nicolas Geoffray · 9 years ago
  25. 2525551 Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  26. 910e827 Revert "Revert "Keep internal stack trace methods declaring classes live"" by Mathieu Chartier · 9 years ago
  27. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  28. 6387821 Merge "Make libcore timeout the same for all runs." by Nicolas Geoffray · 9 years ago
  29. 44368e8 Make libcore timeout the same for all runs. by Nicolas Geoffray · 9 years ago
  30. 97c2503 Merge "ART: Mark Checker tests broken for mips32" by David Brazdil · 9 years ago
  31. 73b6cdf ART: Mark Checker tests broken for mips32 by David Brazdil · 9 years ago
  32. a39ce12 Merge "Revert "Revert "Enable optimizations with --debuggable.""" by Nicolas Geoffray · 9 years ago
  33. 84128f7 Merge "Add deoptimization test." by Nicolas Geoffray · 9 years ago
  34. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  35. d2aaf5c Merge "Revert "Keep internal stack trace methods declaring classes live"" by Nicolas Geoffray · 9 years ago
  36. 45a8522 Revert "Keep internal stack trace methods declaring classes live" by Nicolas Geoffray · 9 years ago
  37. 9c53671 Merge "Keep internal stack trace methods declaring classes live" by Mathieu Chartier · 9 years ago
  38. 566fc92 Keep internal stack trace methods declaring classes live by Mathieu Chartier · 9 years ago
  39. 3a447de Merge "Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod"" by Andreas Gampe · 9 years ago
  40. 38b8287 Revert "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod" by Andreas Gampe · 9 years ago
  41. c0761cb Merge "ART: Remove unnecessary SHARED_REQUIRES in ArtMethod" by Andreas Gampe · 9 years ago
  42. e024162 Merge "Fix a mutator lock violation in the generic JNI end sequence." by Hiroshi Yamauchi · 9 years ago
  43. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  44. a23b468 Fix a mutator lock violation in the generic JNI end sequence. by Hiroshi Yamauchi · 9 years ago
  45. 6dd3329 ART: Remove unnecessary SHARED_REQUIRES in ArtMethod by Andreas Gampe · 9 years ago
  46. 0766e3f Merge "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  47. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  48. de8a3f4 Merge "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  49. 9baa4df Merge "Address some code comments" by Mathieu Chartier · 9 years ago
  50. f6860a5 Merge "Optimizing: Simplify UShr+And, Shr+And." by Vladimir Marko · 9 years ago
  51. 4f81907 Add deoptimization test. by Jongwon Lee · 9 years ago
  52. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  53. a2d8b18 Merge "Fix a bug in DeadPhiHandling around conflicting phis." by Nicolas Geoffray · 9 years ago
  54. b11fc61 Fix a bug in DeadPhiHandling around conflicting phis. by Nicolas Geoffray · 9 years ago
  55. aadc986 CUSTOM_TARGET_LINKER is set by the buildbot already. by Nicolas Geoffray · 9 years ago
  56. a68ceb1 Merge "Optimizing: Tag arena allocations in code generators." by Vladimir Marko · 9 years ago
  57. 452c1b6 Optimizing: Simplify UShr+And, Shr+And. by Vladimir Marko · 9 years ago
  58. 9139578 Merge "Quick: Avoid shifting -1 left (undefined behavior)." by Vladimir Marko · 9 years ago
  59. 97a87ec Quick: Avoid shifting -1 left (undefined behavior). by Vladimir Marko · 9 years ago
  60. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  61. d8750f3 Merge "Use dominance information for null optimization in write barrier." by Nicolas Geoffray · 9 years ago
  62. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  63. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  64. 931e268 Merge "ART: Single-frame deopt" by Andreas Gampe · 9 years ago
  65. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  66. ac87001 Merge "Don't unload shared libraries for null class loader." by Mathieu Chartier · 9 years ago
  67. cffb747 Don't unload shared libraries for null class loader. by Mathieu Chartier · 9 years ago
  68. 49e5539 MIPS64: Implement intrinsic java.lang.Thread.currentThread() by Chris Larsen · 9 years ago
  69. 85e5207 Merge "ART: Run arch specific Checker tests on host" by David Brazdil · 9 years ago
  70. 853a4c3 ART: Run arch specific Checker tests on host by David Brazdil · 9 years ago
  71. cf3f991 Merge "ART: Use unique_ptr for alloca-ed ShadowFrames" by Andreas Gampe · 9 years ago
  72. 722b5a7 Merge "Use make TARGET_LINKER= instead of overriding linker flags." by Nicolas Geoffray · 9 years ago
  73. cdaf477 Use make TARGET_LINKER= instead of overriding linker flags. by Nicolas Geoffray · 9 years ago
  74. e60c633 Merge "ART: Fix DeadPhiHandling creating >2 equivalents" by David Brazdil · 9 years ago
  75. 1d0a03c ART: Fix DeadPhiHandling creating >2 equivalents by David Brazdil · 9 years ago
  76. 6adb995 Merge "Address HPackedSwitch issues raised after merge" by David Brazdil · 9 years ago
  77. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 9 years ago
  78. 6a9984e Merge "Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable""" by Igor Murashkin · 9 years ago
  79. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  80. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  81. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  82. b175a45 Merge "MIPS64: Implement intrinsics from java.lang.Math:" by Andreas Gampe · 9 years ago
  83. fb0a0e8 Merge "Disable class unloading test for tracing tests" by Mathieu Chartier · 9 years ago
  84. 42fbf49 Disable class unloading test for tracing tests by Mathieu Chartier · 9 years ago
  85. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  86. 0b7ac98 MIPS64: Implement intrinsics from java.lang.Math: by Chris Larsen · 9 years ago
  87. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  88. c27e706 Merge "Fix tests 116 and 118 for no-prebuild" by Mathieu Chartier · 9 years ago
  89. 4450d92 Fix tests 116 and 118 for no-prebuild by Mathieu Chartier · 9 years ago
  90. aff587c Merge "MIPS64: Implement intrinsics from libcore.io.Memory:" by Andreas Gampe · 9 years ago
  91. 6525e67 Merge "Fix bug in WaitForCompilationToFinish" by Mathieu Chartier · 9 years ago
  92. 36c0136 Fix bug in WaitForCompilationToFinish by Mathieu Chartier · 9 years ago
  93. acbb159 Merge "ART: Move code from RA to T9 in Mips64 longjump" by Andreas Gampe · 9 years ago
  94. a6af255 Merge "Fix JIT for class unloading" by Mathieu Chartier · 9 years ago
  95. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  96. dbf056d ART: Move code from RA to T9 in Mips64 longjump by Andreas Gampe · 9 years ago
  97. 95ca073 Merge "MIPS64: Implement miscellaneous bit manipulation intrinsics" by Andreas Gampe · 9 years ago
  98. 8a0014d Merge "Call JNI_OnUnload when class loaders get collected" by Mathieu Chartier · 9 years ago
  99. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  100. 70fb1f4 MIPS64: Implement intrinsics from libcore.io.Memory: by Chris Larsen · 9 years ago