1. 59a8c0b Use current pid not tid to create a backtrace map. by tony.ys_liu · 9 years ago
  2. 0021c31 Merge "JIT: Fix incorrect CHECK" by Aart Bik · 9 years ago
  3. 7703edc Merge "Relax the time interval the profiling data is saved." by Calin Juravle · 9 years ago
  4. 932a051 Relax the time interval the profiling data is saved. by Calin Juravle · 9 years ago
  5. 3ac099b Merge "Revert "Inline methods with loops."" by Andreas Gampe · 9 years ago
  6. 6c2574c Merge "Revert "Fix gtests after loop inlining support."" by Andreas Gampe · 9 years ago
  7. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 9 years ago
  8. fee4e2e Revert "Fix gtests after loop inlining support." by Andreas Gampe · 9 years ago
  9. 1ee101a Merge "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  10. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  11. 7997baf Merge "Fix gtests after loop inlining support." by Nicolas Geoffray · 9 years ago
  12. 0e342cd Fix gtests after loop inlining support. by Nicolas Geoffray · 9 years ago
  13. 1f39dd3 Merge "ART: DCHECK still too strong for String NewInstance" by David Brazdil · 9 years ago
  14. c047d94 ART: DCHECK still too strong for String NewInstance by David Brazdil · 9 years ago
  15. a810830 Merge "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  16. 440ef2c Merge "ART: Cannot assume String.<init> called on NewInstance" by David Brazdil · 9 years ago
  17. 5b98e3c Merge "Inline methods with loops." by Nicolas Geoffray · 9 years ago
  18. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 9 years ago
  19. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 9 years ago
  20. c400404 Merge "Disable MemMapTest.MapAnonymousExactAddr32bitHighAddr on MIPS32." by Roland Levillain · 9 years ago
  21. 14306b8 Disable MemMapTest.MapAnonymousExactAddr32bitHighAddr on MIPS32. by Roland Levillain · 9 years ago
  22. 111035a Merge "Make sure that OfflineCompilationInfo is set to nullptr when needed." by Calin Juravle · 9 years ago
  23. 47c83ea Make sure that OfflineCompilationInfo is set to nullptr when needed. by Calin Juravle · 9 years ago
  24. 4ca3850 Merge "run-test: Add tests for 1.8 reflection implementations" by Igor Murashkin · 9 years ago
  25. 7566694 Merge "Revert "Fast ART x86 interpreter"" by Bill Buzbee · 9 years ago
  26. 2d093a1 Revert "Fast ART x86 interpreter" by Bill Buzbee · 9 years ago
  27. 54c4e0d run-test: Add tests for 1.8 reflection implementations by Igor Murashkin · 9 years ago
  28. 7000a31 Merge "Remove dex_file_verifier test of newly allowed behavior." by Alex Light · 9 years ago
  29. b4fb701 Remove dex_file_verifier test of newly allowed behavior. by Alex Light · 9 years ago
  30. 72d4fe6 Merge "Change space base test to use parameters" by Mathieu Chartier · 9 years ago
  31. c8a4e60 Merge "Fast ART x86 interpreter" by Bill Buzbee · 9 years ago
  32. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 9 years ago
  33. 99229c7 Fast ART x86 interpreter by Serguei Katkov · 9 years ago
  34. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  35. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  36. ecfd0df Merge "mem_map_test: perform null check before dereferencing a pointer." by Roland Levillain · 9 years ago
  37. 8d02644 mem_map_test: perform null check before dereferencing a pointer. by Roland Levillain · 9 years ago
  38. c31fb58 Merge "Fix various typos in ART's comments and string literals." by Roland Levillain · 9 years ago
  39. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  40. 1bcbcf8 Merge "Some read barrier clean-up in Optimizing." by Roland Levillain · 9 years ago
  41. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 9 years ago
  42. 17ccfff Merge "Disable DCE when there are irreducible loops." by Nicolas Geoffray · 9 years ago
  43. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  44. 31abc14 Merge "ART: Optimize out redundant NewInstances of String" by David Brazdil · 9 years ago
  45. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  46. a27d59b Merge "Keep track of number of JIT compilations." by Nicolas Geoffray · 9 years ago
  47. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 9 years ago
  48. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  49. a65ff5e Merge "Disable reanmed test due to python3." by Nicolas Geoffray · 9 years ago
  50. a866ccf Disable reanmed test due to python3. by Nicolas Geoffray · 9 years ago
  51. 38f64d3 ART: Public classes never require access checks by David Brazdil · 9 years ago
  52. e7cfd62 Merge "Ignore OldAndroidZipStreamTest#testZipStream failures with CC." by Roland Levillain · 9 years ago
  53. 7d11ee5 Ignore OldAndroidZipStreamTest#testZipStream failures with CC. by Roland Levillain · 9 years ago
  54. fef7aab Merge "Pass --generate-debug-info only when --perf is passed." by Nicolas Geoffray · 9 years ago
  55. 955d24c Merge "ART: Remove Baseline compiler" by David Brazdil · 9 years ago
  56. dba4fe7 Pass --generate-debug-info only when --perf is passed. by Nicolas Geoffray · 9 years ago
  57. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  58. ae9f99e Merge "Optimizing: Improve floating point comparisons on arm and arm64." by Vladimir Marko · 9 years ago
  59. 9a85f58 Merge "Do HFieldGet first to avoid explicit null check." by Nicolas Geoffray · 9 years ago
  60. 73b4153 Merge "Rename test case to avoid test filename too long." by Nicolas Geoffray · 9 years ago
  61. 9f9d48c Rename test case to avoid test filename too long. by Nicolas Geoffray · 9 years ago
  62. 7c0f2e5 Do HFieldGet first to avoid explicit null check. by Nicolas Geoffray · 9 years ago
  63. 7d6872a Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions." by Nicolas Geoffray · 9 years ago
  64. 0e78aed Merge "Report types loaded during init to the native debugger" by David Srbecky · 9 years ago
  65. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  66. 55380bb Merge "Emit some additional debug info for java.lang.String" by David Srbecky · 9 years ago
  67. 03c941f Emit some additional debug info for java.lang.String by Tamas Berghammer · 9 years ago
  68. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  69. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  70. c9bc77b Merge "Ignore more libcore.java.util.zip test failures with CC." by Roland Levillain · 9 years ago
  71. e0013c7 Ignore more libcore.java.util.zip test failures with CC. by Roland Levillain · 9 years ago
  72. d6e069b Optimizing: Improve floating point comparisons on arm and arm64. by Vladimir Marko · 9 years ago
  73. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  74. b8bb9f6 Merge "ART: Change merge(uninitialized, null) to produce conflict" by David Brazdil · 9 years ago
  75. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 9 years ago
  76. 1bf99d8 Merge "Also print to error stream." by Nicolas Geoffray · 9 years ago
  77. c5854ad Merge "Do not use HArm64IntermediateAddress with read barriers." by Roland Levillain · 9 years ago
  78. cd3d0fb Do not use HArm64IntermediateAddress with read barriers. by Roland Levillain · 9 years ago
  79. 2b09287 Merge "Add oat location to oatdump." by Jeff Hao · 9 years ago
  80. 4b07a6e Add oat location to oatdump. by Jeff Hao · 9 years ago
  81. 84367b9 Merge "Add value parameterized test support for runtime tests" by Mathieu Chartier · 9 years ago
  82. 91c9116 Add value parameterized test support for runtime tests by Mathieu Chartier · 9 years ago
  83. 40cfbff Merge "Revert "Disable mterp for the read barrier config."" by Hiroshi Yamauchi · 9 years ago
  84. 8c8e997 Merge "MIPS64: Fix stub_test in a proper way" by Vladimir Marko · 9 years ago
  85. 745f3cd MIPS64: Fix stub_test in a proper way by Goran Jakovljevic · 9 years ago
  86. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  87. e1b0f47 Merge "ART: Fix CompilerDriver::AreInSameOatFile()." by Vladimir Marko · 9 years ago
  88. 0b8cdfa ART: Fix CompilerDriver::AreInSameOatFile(). by Vladimir Marko · 9 years ago
  89. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  90. 51e5591 JIT: Fix incorrect CHECK by Mark Mendell · 9 years ago
  91. 68c56ae Merge "ART: Mterp - remove redundant null check" by Bill Buzbee · 9 years ago
  92. c753c96 Merge "New failures due to linker issue." by Nicolas Geoffray · 9 years ago
  93. 40f9252 New failures due to linker issue. by Nicolas Geoffray · 9 years ago
  94. bb6e726 ART: Mterp - remove redundant null check by buzbee · 9 years ago
  95. bce0590 Merge "Allow multi-image dex2oat to tolerate missing dex files." by Jeff Hao · 9 years ago
  96. f7504cd Merge "Add test for bad linkage of overriden package-private method." by Mathieu Chartier · 9 years ago
  97. 30af8dd Add test for bad linkage of overriden package-private method. by Pavel Vyssotski · 9 years ago
  98. f8f4511 Merge "Revert "Create parent class loader for dex2oat"" by Mathieu Chartier · 9 years ago
  99. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  100. 436183f Allow multi-image dex2oat to tolerate missing dex files. by Jeff Hao · 9 years ago