1. 9faab4d Merge "DWARF: Compensate for compiler's off-by-one instruction." by David Srbecky · 9 years ago
  2. 6030b15 Merge "Symbolize native debug information for AOTed methods in boot.oat." by David Srbecky · 9 years ago
  3. 5d95076 Symbolize native debug information for AOTed methods in boot.oat. by David Srbecky · 9 years ago
  4. b2359d4 Merge "Add trampoline symbols to native debug info." by David Srbecky · 9 years ago
  5. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 9 years ago
  6. fdaa583 Merge "Minor optimizations of debug::WriteCFISection." by David Srbecky · 9 years ago
  7. b14a5ed Minor optimizations of debug::WriteCFISection. by David Srbecky · 9 years ago
  8. fa3857e Merge "MIPS: Don't use $t8 for calling entrypoints" by Roland Levillain · 9 years ago
  9. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 9 years ago
  10. 252fa90 DWARF: Compensate for compiler's off-by-one instruction. by David Srbecky · 9 years ago
  11. ddc4055 MIPS: Don't use $t8 for calling entrypoints by Goran Jakovljevic · 9 years ago
  12. 62a9841 Merge "Fix invariant in reference type propagation." by Nicolas Geoffray · 9 years ago
  13. 60e10c8 Merge "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 9 years ago
  14. 8862fac Revert "Allow duplicated methods in different DWARF line tables." by David Srbecky · 9 years ago
  15. 8583b44 Merge "Allow duplicated methods in different DWARF line tables." by David Srbecky · 9 years ago
  16. cc22d41 Merge "Allow generation of native debug info for multiple methods." by David Srbecky · 9 years ago
  17. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 9 years ago
  18. 3c54623 Allow duplicated methods in different DWARF line tables. by David Srbecky · 9 years ago
  19. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  20. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 9 years ago
  21. 2af7213 Merge "Fix thread race when fetching the ProfilingInfo object." by Nicolas Geoffray · 9 years ago
  22. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 9 years ago
  23. b7f257f Merge "Log when why an Unwind failed." by Christopher Ferris · 9 years ago
  24. 3d63118 Merge "Allocate interrupted exception before re-acquiring lock" by Mathieu Chartier · 9 years ago
  25. 7aedfdb Merge "ART: Release all resource on MonitorPool destruction" by Andreas Gampe · 9 years ago
  26. 057134b ART: Release all resource on MonitorPool destruction by Andreas Gampe · 9 years ago
  27. daed5d8 Allocate interrupted exception before re-acquiring lock by Mathieu Chartier · 9 years ago
  28. f193878 Log when why an Unwind failed. by Christopher Ferris · 9 years ago
  29. 8e21351 Merge "ART: Do not use vixld - workaround to fix dex2oatds." by Vladimir Marko · 9 years ago
  30. 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
  31. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 9 years ago
  32. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 9 years ago
  33. 8411aa3 Merge "Add Mips abiflags section to the oatfile." by Vladimir Marko · 9 years ago
  34. 0555c78 Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Roland Levillain · 9 years ago
  35. 59c16a9 Merge "Disable some image_test cases with concurrent collector." by Roland Levillain · 9 years ago
  36. 06bc0f3 Merge "Tweak JIT hotness threshold." by Nicolas Geoffray · 9 years ago
  37. d527657 Disable some image_test cases with concurrent collector. by Roland Levillain · 9 years ago
  38. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  39. 9e86c57 Merge "MIPS32: Fix test 082-inline-execute" by Nicolas Geoffray · 9 years ago
  40. cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 9 years ago
  41. 31f477e MIPS32: Fix test 082-inline-execute by Goran Jakovljevic · 9 years ago
  42. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  43. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 9 years ago
  44. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 9 years ago
  45. 93e46b2 Merge "ART: Fix assumption in class profile collection" by Andreas Gampe · 9 years ago
  46. 68952cf Merge "Use PwriteFully and write image header last" by Mathieu Chartier · 9 years ago
  47. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  48. 39731ac Merge "Use per character suffix for multi image" by Mathieu Chartier · 9 years ago
  49. 1a7beae ART: Fix assumption in class profile collection by Andreas Gampe · 9 years ago
  50. 8b8f6d6 Use per character suffix for multi image by Mathieu Chartier · 9 years ago
  51. 2048b01 Merge "ART: Enable native stack dumping on timeout" by Andreas Gampe · 9 years ago
  52. fa2cda4 Merge "ART: Use optimizing compiler in image_test" by Andreas Gampe · 9 years ago
  53. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  54. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  55. ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 9 years ago
  56. ef0119a Merge "ART: Fix missing include" by Andreas Gampe · 9 years ago
  57. 19749b5 Merge "ART: Write bit fields together in ComputeSpecialAccessorInfo()." by Vladimir Marko · 9 years ago
  58. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  59. 702ace0 Merge "Stop oat loading spam on host." by Nicolas Geoffray · 9 years ago
  60. f97cf2a Stop oat loading spam on host. by Nicolas Geoffray · 9 years ago
  61. b24457b Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 9 years ago
  62. 8b3f835 ART: Write bit fields together in ComputeSpecialAccessorInfo(). by Vladimir Marko · 9 years ago
  63. 5bdcdca Merge "Handle unexpected cases in profile saver" by Calin Juravle · 9 years ago
  64. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 9 years ago
  65. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  66. a9778b2 Merge "Ignore 145-alloc-tracking-stress failures with JIT and CC." by Roland Levillain · 9 years ago
  67. 3296585 Ignore 145-alloc-tracking-stress failures with JIT and CC. by Roland Levillain · 9 years ago
  68. 0d0ce27 ART: Enable native stack dumping on timeout by Andreas Gampe · 9 years ago
  69. 7c9c31c ART: Fix missing include by Andreas Gampe · 9 years ago
  70. c71cc35 Merge "Fix valgrind errors with MemMap::Sync()." by Hiroshi Yamauchi · 9 years ago
  71. 29ab360 Fix valgrind errors with MemMap::Sync(). by Hiroshi Yamauchi · 9 years ago
  72. 1193259 Implement the 1.8 unsafe memory fences directly in HIR. by Aart Bik · 9 years ago
  73. cf283da MIPS32: java.lang.Thread, and java.lang.String intrinsics: by Chris Larsen · 9 years ago
  74. 6e1564c Merge "ART: Use the right ElfBuilder for oatdump symbolizer" am: 2f6ad55a3b by Andreas Gampe · 9 years ago
  75. 2f6ad55 Merge "ART: Use the right ElfBuilder for oatdump symbolizer" by David Srbecky · 9 years ago
  76. f529e9b Handle unexpected cases in profile saver by Calin Juravle · 9 years ago
  77. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  78. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 9 years ago
  79. 2d8614b ART: Use the right ElfBuilder for oatdump symbolizer by Andreas Gampe · 9 years ago
  80. 817808e Merge "Propagate InstructionSetFeatures to ElfBuilder." am: ce51701b06 by David Srbecky · 9 years ago
  81. ce51701 Merge "Propagate InstructionSetFeatures to ElfBuilder." by David Srbecky · 9 years ago
  82. 70f2fca Merge "Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily."" by Narayan Kamath · 9 years ago
  83. 60a765f Merge "Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily."" by Narayan Kamath · 9 years ago
  84. 3dd6e02 Revert "Suppress ArrayDequeTest#testForEachRemaining temporarily." by Narayan Kamath · 9 years ago
  85. 316a218 Add Mips abiflags section to the oatfile. by Douglas Leung · 10 years ago
  86. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 9 years ago
  87. a06c72e Merge "Re-enable test that was causing TimeoutExceptions on ARM64." by Roland Levillain · 9 years ago
  88. dddb767 Merge "Re-enable test that was causing TimeoutExceptions on ARM64." by Roland Levillain · 9 years ago
  89. 9e9411c Re-enable test that was causing TimeoutExceptions on ARM64. by Roland Levillain · 9 years ago
  90. c941192 Merge "Fix lock order violation" am: 943a70f416 by Mathieu Chartier · 9 years ago
  91. 943a70f Merge "Fix lock order violation" by Mathieu Chartier · 9 years ago
  92. 0c344f2 Fix lock order violation by Mathieu Chartier · 9 years ago
  93. c1c4f73 Merge "Try to reenable some libcore tests with CC." am: 4015a34900 by Hiroshi Yamauchi · 9 years ago
  94. 4015a34 Merge "Try to reenable some libcore tests with CC." by Hiroshi Yamauchi · 9 years ago
  95. 60ab7c9 Try to reenable some libcore tests with CC. by Hiroshi Yamauchi · 9 years ago
  96. 2fadae7 Merge "Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test." by Aart Bik · 9 years ago
  97. 0310fb0 Merge "Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test." by Aart Bik · 9 years ago
  98. dcb5aca Merge "Add systrace logging to ScopedCodeCacheWrite" am: 9dd26b2e68 by Mathieu Chartier · 9 years ago
  99. 984ae7a Merge "runtime: Add CAS and fences to sun.misc.Unsafe" am: 83537c6e2f by Igor Murashkin · 9 years ago
  100. 9dd26b2 Merge "Add systrace logging to ScopedCodeCacheWrite" by Mathieu Chartier · 9 years ago