1. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 8 years ago
  2. e92ba68 Merge "Change behavior of $noinline$ to now force not inlining." by Nicolas Geoffray · 8 years ago
  3. f39d422 Merge "Fix DEX zip open error message printing" by David Sehr · 8 years ago
  4. b3f2284 Merge "ART: Rewrite test 911" by Treehugger Robot · 8 years ago
  5. 166ef74 Merge "ART: Change test 121-modifiers to use smali" by Treehugger Robot · 8 years ago
  6. d458d08 Merge "Address some comments for aog/333864" by Mathieu Chartier · 8 years ago
  7. f898f47 Merge "Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory""" by Treehugger Robot · 8 years ago
  8. c420a80 Address some comments for aog/333864 by Mathieu Chartier · 8 years ago
  9. 8a3d0b8 ART: Rewrite test 911 by Andreas Gampe · 8 years ago
  10. b703d18 Change behavior of $noinline$ to now force not inlining. by Nicolas Geoffray · 8 years ago
  11. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  12. a063754 Merge "Fix test scripts to account for new linker behavior" by Treehugger Robot · 8 years ago
  13. 271a0f8 Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Igor Murashkin · 8 years ago
  14. 0c30664 Merge "Update test 044 for java-8" by Treehugger Robot · 8 years ago
  15. a6dfa57 Merge "ART: Make dex2oat watchdog configurable" by Treehugger Robot · 8 years ago
  16. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  17. 49c2c92 Fix test scripts to account for new linker behavior by Dimitry Ivanov · 8 years ago
  18. 1fb5126 Merge "Added a few integral SIMD extensions for x86/x86_64 (SSE)." by Treehugger Robot · 8 years ago
  19. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  20. c922922 Fix DEX zip open error message printing by David Sehr · 8 years ago
  21. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  22. aff5505 Merge "Revert "Enable dex2oat swap test for CC on x86."" by Vladimir Marko · 8 years ago
  23. 57070da Revert "Enable dex2oat swap test for CC on x86." by Vladimir Marko · 8 years ago
  24. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 8 years ago
  25. 2d98ba6 Merge "ARM64: Improve String.equals() intrinsic for const strings." by Treehugger Robot · 8 years ago
  26. 582fc05 Merge "Revert "Disable libcore tests for now."" by Nicolas Geoffray · 8 years ago
  27. f4728f7 Revert "Disable libcore tests for now." by Nicolas Geoffray · 8 years ago
  28. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  29. e39f14f ARM64: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 8 years ago
  30. 1882c22 Merge "Bump oat version." by Treehugger Robot · 8 years ago
  31. b7ea379 Bump oat version. by Vladimir Marko · 8 years ago
  32. 5d3357b Merge changes I1042e87f,I58b17ecf by Treehugger Robot · 8 years ago
  33. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 8 years ago
  34. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 8 years ago
  35. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  36. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago
  37. 3f38398 Merge "ART: Add DEX support for MethodHandle and CallSite info." by Orion Hodson · 8 years ago
  38. df5492c Merge "Revert^3 "Hash-based dex cache type array."" by Treehugger Robot · 8 years ago
  39. 1f38f99 Merge "ART: Correctly handle temporary classes in class-load events (4/3)" by Treehugger Robot · 8 years ago
  40. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  41. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  42. 52784ac ART: Correctly handle temporary classes in class-load events (4/3) by Andreas Gampe · 8 years ago
  43. 518f373 Merge "Deduplicate register maps for both inline and normal stack maps" by Treehugger Robot · 8 years ago
  44. c0af234 Update test 044 for java-8 by Alex Light · 8 years ago
  45. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  46. 3228908 Deduplicate register maps for both inline and normal stack maps by Mathieu Chartier · 8 years ago
  47. 68555e9 Added a few integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
  48. 5abcfe6 Merge "Enable dex2oat swap test for CC on x86." by Treehugger Robot · 8 years ago
  49. 60acc33 Merge "Remove special treatment of native method for CHA." by Mingyao Yang · 8 years ago
  50. 2d33ce2 Merge "Disable libcore tests for now." by Nicolas Geoffray · 8 years ago
  51. b1cde6a Disable libcore tests for now. by Nicolas Geoffray · 8 years ago
  52. ec0395c Merge "Clarify comment on JIT cache flush issue" by Treehugger Robot · 8 years ago
  53. 7d86334 Merge "Fix the empty checkpoint timeout." by Hiroshi Yamauchi · 8 years ago
  54. 2e8a256 ART: Make dex2oat watchdog configurable by Andreas Gampe · 8 years ago
  55. 38f5663 Enable dex2oat swap test for CC on x86. by Vladimir Marko · 8 years ago
  56. ebf4d99 Merge "ART: Correctly handle temporary classes in class-load events (3/3)" by Treehugger Robot · 8 years ago
  57. 7a2a340 Merge "Use VerifierDeps test file for dex2oat swap tests." by Vladimir Marko · 8 years ago
  58. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 8 years ago
  59. 12f4ff4 ART: Add DEX support for MethodHandle and CallSite info. by Orion Hodson · 8 years ago
  60. ab58a62 Merge "String Compression for MIPS32 and MIPS64" by Treehugger Robot · 8 years ago
  61. 47bad4d Merge changes I425a7d61,I30365ad6 by Roland Levillain · 8 years ago
  62. f94fa81 String Compression for MIPS32 and MIPS64 by Goran Jakovljevic · 8 years ago
  63. 4ab54e1 Merge "Convert preload list to profile" by David Sehr · 8 years ago
  64. ff3711c Merge "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Nicolas Geoffray · 8 years ago
  65. 960b2af Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory" by Nicolas Geoffray · 8 years ago
  66. 671eb7b Merge "Allow testrunner to run test when inside ART directory" by Shubham Ajmera · 8 years ago
  67. ade4011 Merge "Use null error_msg for pic images" by Treehugger Robot · 8 years ago
  68. c740a85 Merge "Add extra logging for image decompression speed" by Treehugger Robot · 8 years ago
  69. 66b1d57 Use null error_msg for pic images by Mathieu Chartier · 8 years ago
  70. 0d4d291 Add extra logging for image decompression speed by Mathieu Chartier · 8 years ago
  71. 1f3fce2 Merge "Revert "Revert "Revert "Make class redefinition work with native methods on stack."""" by Alex Light · 8 years ago
  72. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 8 years ago
  73. a67354b ART: Correctly handle temporary classes in class-load events (3/3) by Andreas Gampe · 8 years ago
  74. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  75. a05787e Merge "ART: Remove run-test blacklist" by Treehugger Robot · 8 years ago
  76. fb38266 Merge "Remove breakpoints from redefined classes" by Treehugger Robot · 8 years ago
  77. 7a9510d Merge "Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent." by Treehugger Robot · 8 years ago
  78. 06cde29 Allow testrunner to run test when inside ART directory by Shubham Ajmera · 8 years ago
  79. 60d79d2 Merge "ART: Fix potential deadlock in class-load events" by Treehugger Robot · 8 years ago
  80. 6e4576f Merge "Revert "Revert "Make class redefinition work with native methods on stack.""" by Treehugger Robot · 8 years ago
  81. 7c80f2d Convert preload list to profile by David Sehr · 8 years ago
  82. e27abfa Merge "ART: Correctly handle temporary classes in class-load events (2/3)" by Treehugger Robot · 8 years ago
  83. 37c8e5c Remove special treatment of native method for CHA. by Mingyao Yang · 8 years ago
  84. 639f4e2 ART: Remove run-test blacklist by Andreas Gampe · 8 years ago
  85. 5643caf Remove breakpoints from redefined classes by Alex Light · 8 years ago
  86. dda68a0 Merge "runtime: Mmap uncompressed dex files (in zip) as clean memory" by Treehugger Robot · 8 years ago
  87. 3481f7a Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent. by Hiroshi Yamauchi · 8 years ago
  88. 7619b5b ART: Fix potential deadlock in class-load events by Andreas Gampe · 8 years ago
  89. 94dda93 ART: Correctly handle temporary classes in class-load events (2/3) by Andreas Gampe · 8 years ago
  90. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 8 years ago
  91. 1561de4 Merge "ART: Correctly handle temporary classes in class-load events (1/3)" by Treehugger Robot · 8 years ago
  92. 19e5f83 runtime: Mmap uncompressed dex files (in zip) as clean memory by Igor Murashkin · 8 years ago
  93. 64be007 Regression test for issue with VIXL AArch64 veneer pool. by Roland Levillain · 8 years ago
  94. b93ce18 Clarify comment on JIT cache flush issue by Kevin Brodsky · 8 years ago
  95. 806ac63 Merge "testrunner: Speed up printing --help by 4x" by Treehugger Robot · 8 years ago
  96. 914d7a8 ARM64: Remove all uses of BlockPoolsScope. by Artem Serov · 8 years ago
  97. ffa5130 Merge "Use entrypoint switching on x86 & x86-64 for GC root read barriers." by Roland Levillain · 8 years ago
  98. 1c66504 Merge "Change type initialization entrypoints to kSaveEverything." by Vladimir Marko · 8 years ago
  99. 11be69a Merge "MIPS: Reintroduce hand-written rosalloc entrypoints" by Treehugger Robot · 8 years ago
  100. 4cdb937 Merge "Move libcore script to language O." by Nicolas Geoffray · 8 years ago