1. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 10 years ago
  2. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 10 years ago
  3. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 10 years ago
  4. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  5. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 10 years ago
  6. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 10 years ago
  7. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  8. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  9. b81e1cd Fix missing transaction abort error message by Sebastien Hertz · 10 years ago
  10. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  11. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  12. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  13. 40da286 ART: Streaming trace mode by Andreas Gampe · 10 years ago
  14. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  15. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  16. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  17. 9ba48ce Merge "Fix the read barrier builds." by Hiroshi Yamauchi · 10 years ago
  18. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  19. ae36b4a Merge "Use specific exception class to abort transaction" by Sebastien Hertz · 10 years ago
  20. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  21. f6a780a ART: Move trace options to a struct by Andreas Gampe · 10 years ago
  22. 461687d Visit image roots for hprof by Mathieu Chartier · 10 years ago
  23. af38d89 Merge "ART: Use enums in Trace" by Andreas Gampe · 10 years ago
  24. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 10 years ago
  25. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  26. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 10 years ago
  27. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  28. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago
  29. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  30. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  31. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  32. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  33. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago
  34. c6201fa Add way to select arena type at runtime by Mathieu Chartier · 10 years ago
  35. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  36. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  37. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  38. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  39. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  40. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 10 years ago
  41. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  42. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  43. deebb99 Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling by Mathieu Chartier · 10 years ago
  44. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  45. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  46. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  47. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  48. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  49. 39ce228 Merge "Only detach shutdown thread if we attached it" by Mathieu Chartier · 10 years ago
  50. 05d1461 Only detach shutdown thread if we attached it by Mathieu Chartier · 10 years ago
  51. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  52. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  53. f360ad0 Make UseTLAB a bool flag. by Hiroshi Yamauchi · 10 years ago
  54. b3b173b Follow up 129144 by Sebastien Hertz · 10 years ago
  55. 53b36a2 Merge "Handle variable size of methods properly between 32 and 64 bit." by Jeff Hao · 10 years ago
  56. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  57. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  58. 911b4be Merge "Fix transaction aborting" by Sebastien Hertz · 10 years ago
  59. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  60. eb6c7c2 art: Try to fix parsed_options_test on the build server by Igor Murashkin · 10 years ago
  61. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  62. 02c5f4d Remove some unused cutils/properties.h references by Brian Carlstrom · 10 years ago
  63. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  64. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  65. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  66. 127d933 Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 10 years ago
  67. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  68. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  69. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 10 years ago
  70. a2cfee3 Fix valgrind imgdiag test failure / memory leak in runtime by Igor Murashkin · 10 years ago
  71. 487c1c9 Don't add or remove verifiers if aborting by Mathieu Chartier · 10 years ago
  72. d289348 Remove a dependency on AndroidConfig.h. by Elliott Hughes · 10 years ago
  73. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  74. cef50f0 Stop daemon threads in runtime shutdown by Mathieu Chartier · 10 years ago
  75. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  76. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  77. 9c7d8bc Change IsZygote test to !IsCompiler by Mathieu Chartier · 10 years ago
  78. bc58ede Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  79. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  80. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  81. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  82. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  83. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  84. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  85. 1e4dc25 Merge "[native bridge] Make sure we always unload the native bridge" by Calin Juravle · 10 years ago
  86. 07d83c7 [native bridge] Make sure we always unload the native bridge by Calin Juravle · 10 years ago
  87. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  88. a21bf6e Merge "Clarify a confusing error message." by Elliott Hughes · 10 years ago
  89. 4f55ff6 Clarify a confusing error message. by Elliott Hughes · 10 years ago
  90. 5830247 Merge "Shut down FaultManager after shutting down threads." by Vladimir Marko · 10 years ago
  91. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  92. 2beeb82 Shut down FaultManager after shutting down threads. by Vladimir Marko · 10 years ago
  93. 36f32f6 Merge "Stop using |instance_| in Runtime::InitNativeMethods." by Piotr Jastrzebski · 10 years ago
  94. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  95. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  96. c5ef693 Stop using |instance_| in Runtime::InitNativeMethods. by Piotr Jastrzebski · 10 years ago
  97. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  98. b57f1c7 Disable kEnableJavaStackTraceHandler by Brian Carlstrom · 10 years ago
  99. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  100. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago