1. 87f5a93 Merge "Allocate interrupted exception before re-acquiring lock" am: 3d63118460 by Mathieu Chartier · 9 years ago
  2. 21baf5b Merge "ART: Release all resource on MonitorPool destruction" am: 7aedfdb232 by Andreas Gampe · 9 years ago
  3. 3d63118 Merge "Allocate interrupted exception before re-acquiring lock" by Mathieu Chartier · 9 years ago
  4. 7aedfdb Merge "ART: Release all resource on MonitorPool destruction" by Andreas Gampe · 9 years ago
  5. 057134b ART: Release all resource on MonitorPool destruction by Andreas Gampe · 9 years ago
  6. daed5d8 Allocate interrupted exception before re-acquiring lock by Mathieu Chartier · 9 years ago
  7. 565176f Merge "ART: Do not use vixld - workaround to fix dex2oatds." am: 8e21351507 by Vladimir Marko · 9 years ago
  8. 4221614 Merge "Avoid generating dead code on frame enter/exit. This includes stack operations and, on x86, call/pop to read PC." by Aart Bik · 9 years ago
  9. 8e21351 Merge "ART: Do not use vixld - workaround to fix dex2oatds." by Vladimir Marko · 9 years ago
  10. 8189b0b Merge "Avoid generating dead code on frame enter/exit. This includes stack operations and, on x86, call/pop to read PC." by Aart Bik · 9 years ago
  11. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 9 years ago
  12. 95a3dd1 Merge "Add Mips abiflags section to the oatfile." am: 8411aa3d88 by Douglas Leung · 9 years ago
  13. 974f6ac Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Chris Larsen · 9 years ago
  14. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 9 years ago
  15. 8411aa3 Merge "Add Mips abiflags section to the oatfile." by Vladimir Marko · 9 years ago
  16. 0555c78 Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Roland Levillain · 9 years ago
  17. 776ec16 Tweak JIT hotness threshold. am: d0562a324d by Nicolas Geoffray · 9 years ago
  18. d0562a3 Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  19. b1bd2f8 Merge "Disable some image_test cases with concurrent collector." am: 59c16a9163 by Roland Levillain · 9 years ago
  20. 5b43e21 Merge "Tweak JIT hotness threshold." am: 06bc0f3c07 by Nicolas Geoffray · 9 years ago
  21. 59c16a9 Merge "Disable some image_test cases with concurrent collector." by Roland Levillain · 9 years ago
  22. 06bc0f3 Merge "Tweak JIT hotness threshold." by Nicolas Geoffray · 9 years ago
  23. d527657 Disable some image_test cases with concurrent collector. by Roland Levillain · 9 years ago
  24. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  25. 74b52a9 Merge "MIPS32: Fix test 082-inline-execute" am: 9e86c579ea by Goran Jakovljevic · 9 years ago
  26. 689485a Merge "Fix and enable java.lang.StringFactory intrinsics." am: cc7b14da8d by Roland Levillain · 9 years ago
  27. 9e86c57 Merge "MIPS32: Fix test 082-inline-execute" by Nicolas Geoffray · 9 years ago
  28. cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 9 years ago
  29. 31f477e MIPS32: Fix test 082-inline-execute by Goran Jakovljevic · 9 years ago
  30. 4ddcb9e Merge "Clear inline caches at each full GC." am: e87fe952e9 by Nicolas Geoffray · 9 years ago
  31. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  32. 42dd8a2 Merge "ART: Fix assumption in class profile collection" am: 93e46b2a14 by Andreas Gampe · 9 years ago
  33. 93e46b2 Merge "ART: Fix assumption in class profile collection" by Andreas Gampe · 9 years ago
  34. 9a5d10e Merge "Use PwriteFully and write image header last" am: 68952cff97 by Mathieu Chartier · 9 years ago
  35. 68952cf Merge "Use PwriteFully and write image header last" by Mathieu Chartier · 9 years ago
  36. e49013d Merge "Use per character suffix for multi image" am: 39731ac67b by Mathieu Chartier · 9 years ago
  37. 264aa34 Merge "ART: Fix assumption in class profile collection" into nyc-dev by Andreas Gampe · 9 years ago
  38. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  39. 39731ac Merge "Use per character suffix for multi image" by Mathieu Chartier · 9 years ago
  40. 1a7beae ART: Fix assumption in class profile collection by Andreas Gampe · 9 years ago
  41. b833ea2 Merge "ART: Fix assumption in class profile collection" into nyc-dev by Andreas Gampe · 9 years ago
  42. fe9b69d Use PwriteFully and write image header last am: dba5a70977 by Mathieu Chartier · 9 years ago
  43. dba5a70 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  44. 4309f61 ART: Fix assumption in class profile collection by Andreas Gampe · 9 years ago
  45. 54e9089 Use per character suffix for multi image am: 05752398db by Mathieu Chartier · 9 years ago
  46. 8b8f6d6 Use per character suffix for multi image by Mathieu Chartier · 9 years ago
  47. ff4acf5 Merge "ART: Enable native stack dumping on timeout" am: 2048b01dfe by Andreas Gampe · 9 years ago
  48. cc425e2 Merge "ART: Use optimizing compiler in image_test" am: fa2cda44cb by Andreas Gampe · 9 years ago
  49. 2048b01 Merge "ART: Enable native stack dumping on timeout" by Andreas Gampe · 9 years ago
  50. fa2cda4 Merge "ART: Use optimizing compiler in image_test" by Andreas Gampe · 9 years ago
  51. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  52. ada4a83 Merge "Implement the 1.8 unsafe memory fences directly in HIR." am: ab5b8941f0 by Aart Bik · 9 years ago
  53. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  54. ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 9 years ago
  55. 4f7b6f8 Merge "ART: Fix missing include" am: ef0119a0f3 by Andreas Gampe · 9 years ago
  56. 99bb418 Merge "ART: Write bit fields together in ComputeSpecialAccessorInfo()." by Vladimir Marko · 9 years ago
  57. ef0119a Merge "ART: Fix missing include" by Andreas Gampe · 9 years ago
  58. 19749b5 Merge "ART: Write bit fields together in ComputeSpecialAccessorInfo()." by Vladimir Marko · 9 years ago
  59. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  60. ac99205 Merge "Stop oat loading spam on host." am: 702ace09bf by Nicolas Geoffray · 9 years ago
  61. 702ace0 Merge "Stop oat loading spam on host." by Nicolas Geoffray · 9 years ago
  62. f97cf2a Stop oat loading spam on host. by Nicolas Geoffray · 9 years ago
  63. d5e7652 Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 9 years ago
  64. b24457b Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 9 years ago
  65. 8b3f835 ART: Write bit fields together in ComputeSpecialAccessorInfo(). by Vladimir Marko · 9 years ago
  66. 00bdc8f Merge "Handle unexpected cases in profile saver" am: 5bdcdca7e4 by Calin Juravle · 9 years ago
  67. 5bdcdca Merge "Handle unexpected cases in profile saver" by Calin Juravle · 9 years ago
  68. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 9 years ago
  69. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  70. cc20bb6 Merge "Ignore 145-alloc-tracking-stress failures with JIT and CC." by Roland Levillain · 9 years ago
  71. a9778b2 Merge "Ignore 145-alloc-tracking-stress failures with JIT and CC." by Roland Levillain · 9 years ago
  72. 3296585 Ignore 145-alloc-tracking-stress failures with JIT and CC. by Roland Levillain · 9 years ago
  73. 0d0ce27 ART: Enable native stack dumping on timeout by Andreas Gampe · 9 years ago
  74. 0575239 Use per character suffix for multi image by Mathieu Chartier · 9 years ago
  75. 63b337e Merge "Fix valgrind errors with MemMap::Sync()." am: c71cc35661 by Hiroshi Yamauchi · 9 years ago
  76. 7c9c31c ART: Fix missing include by Andreas Gampe · 9 years ago
  77. c71cc35 Merge "Fix valgrind errors with MemMap::Sync()." by Hiroshi Yamauchi · 9 years ago
  78. 29ab360 Fix valgrind errors with MemMap::Sync(). by Hiroshi Yamauchi · 9 years ago
  79. fe00b69 Delete alloc tracking map outside of critical section am: 35fd969d66 by Mathieu Chartier · 9 years ago
  80. 8ed0c5e Fix allocation tracking race am: 68d4c069f2 by Mathieu Chartier · 9 years ago
  81. 35fd969 Delete alloc tracking map outside of critical section by Mathieu Chartier · 9 years ago
  82. 68d4c06 Fix allocation tracking race by Mathieu Chartier · 9 years ago
  83. 1193259 Implement the 1.8 unsafe memory fences directly in HIR. by Aart Bik · 9 years ago
  84. cf283da MIPS32: java.lang.Thread, and java.lang.String intrinsics: by Chris Larsen · 9 years ago
  85. 920d1b3 Merge "ART: Use the right ElfBuilder for oatdump symbolizer" am: 2f6ad55a3b by Andreas Gampe · 9 years ago
  86. 6e1564c Merge "ART: Use the right ElfBuilder for oatdump symbolizer" am: 2f6ad55a3b by Andreas Gampe · 9 years ago
  87. 2f6ad55 Merge "ART: Use the right ElfBuilder for oatdump symbolizer" by David Srbecky · 9 years ago
  88. f529e9b Handle unexpected cases in profile saver by Calin Juravle · 9 years ago
  89. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  90. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 9 years ago
  91. 2d8614b ART: Use the right ElfBuilder for oatdump symbolizer by Andreas Gampe · 9 years ago
  92. 8c25e24 Merge "Propagate InstructionSetFeatures to ElfBuilder." am: ce51701b06 by David Srbecky · 9 years ago
  93. 817808e Merge "Propagate InstructionSetFeatures to ElfBuilder." am: ce51701b06 by David Srbecky · 9 years ago
  94. 7da0332 Merge "Support multidex run-test with Jack" into nyc-dev am: c721f65d8d by Sebastien Hertz · 9 years ago
  95. 036dcac Merge "More run-test with Jack" into nyc-dev am: 13db05c735 -s ours by Sebastien Hertz · 9 years ago
  96. ce51701 Merge "Propagate InstructionSetFeatures to ElfBuilder." by David Srbecky · 9 years ago
  97. c721f65 Merge "Support multidex run-test with Jack" into nyc-dev by Sebastien Hertz · 9 years ago
  98. 13db05c Merge "More run-test with Jack" into nyc-dev by Sebastien Hertz · 9 years ago
  99. d51fd18 Merge "Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily."" am: 60a765f678 by Narayan Kamath · 9 years ago
  100. 70f2fca Merge "Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily."" by Narayan Kamath · 9 years ago