1. 7895d55 Fix an assert failure in art::DumpNativeStack(). by Hiroshi Yamauchi · 10 years ago
  2. 79e909b Merge "Quick compiler: Fix MIPS build" by buzbee · 10 years ago
  3. 3a65807 Quick compiler: Fix MIPS build by buzbee · 10 years ago
  4. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 10 years ago
  5. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  6. 063f73c Merge "Prevent exception bugs in class linker" by Mathieu Chartier · 10 years ago
  7. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  8. 83c1159 Merge "Avoid null pointer dereference when sending JDWP packets" by Sebastien Hertz · 10 years ago
  9. aad269d Merge "Actually ask the pthread implementation for the stack guard size." by Elliott Hughes · 10 years ago
  10. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  11. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  12. dbc0ca7 Merge "Ensure proxy constructor is in dex cache" by Sebastien Hertz · 10 years ago
  13. ae94e35 Ensure proxy constructor is in dex cache by Sebastien Hertz · 10 years ago
  14. 9c18858 Merge "Fix gcstress and gcverify test targets" by Ian Rogers · 10 years ago
  15. 992f1e7 Fix gcstress and gcverify test targets by Alex Light · 10 years ago
  16. 7064446 Merge "ART: Change temporaries to positive names" by Bill Buzbee · 10 years ago
  17. 90364c5 Merge "Handle nested signals" by Dave Allison · 10 years ago
  18. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  19. a0a0da2 Merge "Really fix tests." by Brian Carlstrom · 10 years ago
  20. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  21. 469f2ee Merge "Various run-test makefile fixes." by Ian Rogers · 10 years ago
  22. 86df3ac Various run-test makefile fixes. by Ian Rogers · 10 years ago
  23. 270c3e6 Merge "Fix builds where dist_goal is defined." by Ian Rogers · 10 years ago
  24. ddfe779 Fix builds where dist_goal is defined. by Ian Rogers · 10 years ago
  25. 3d15970 Merge "Fix test build targets." by Ian Rogers · 10 years ago
  26. 9fcaa4b Fix test build targets. by Ian Rogers · 10 years ago
  27. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  28. ff092c2 Merge changes Id3113019,I89c26a90 by Ian Rogers · 10 years ago
  29. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  30. 2cdd2f2 Merge "ART: Added dirty flag to optimizations" by Ian Rogers · 10 years ago
  31. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  32. ab66df8 Merge "ART: Add capability for a pass to have options" by Ian Rogers · 10 years ago
  33. bd25d4b ART: Add capability for a pass to have options by Razvan A Lupusoru · 10 years ago
  34. 09321df ART: Added dirty flag to optimizations by Jean Christophe Beyler · 10 years ago
  35. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  36. a9ffc18 Merge "Use loops to build combinations of run-tests." by Ian Rogers · 10 years ago
  37. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 10 years ago
  38. 061d310 Merge "ART: Add non-temporal store support" by Ian Rogers · 10 years ago
  39. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  40. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  41. 0038fca Merge "Fix race condition in TransitionCollector." by Mathieu Chartier · 10 years ago
  42. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  43. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  44. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  45. 3b6711f Merge "Fix usage of literals within a macro." by Ian Rogers · 10 years ago
  46. 48160e7 Fix usage of literals within a macro. by Ian Rogers · 10 years ago
  47. 2f1f3b2 Merge "Map heap maps at a lower address." by Mathieu Chartier · 10 years ago
  48. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  49. b7fbafd Merge "ART: kSuper also has IncompatibleClassChangeError" by Andreas Gampe · 10 years ago
  50. df73375 ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 10 years ago
  51. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 10 years ago
  52. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 10 years ago
  53. 3531973 Merge "Quick compiler: fix DCHECK" by buzbee · 10 years ago
  54. 88a6b41 Quick compiler: fix DCHECK by buzbee · 10 years ago
  55. b7326b5 Merge "CheckAndClearResolveException should allow LinkageError" by Brian Carlstrom · 10 years ago
  56. 898fcb5 CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 10 years ago
  57. 5a1a39a Merge "Reduce GC log spam." by Mathieu Chartier · 10 years ago
  58. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  59. 0b50629 Merge "Fixed typo in entrypoint stub." by Mathieu Chartier · 10 years ago
  60. e8817b2 Fixed typo in entrypoint stub. by Fred Shih · 10 years ago
  61. 32b4987 Merge "Remove an intermediate field array in ClassLinker::InitializeClass." by Hiroshi Yamauchi · 10 years ago
  62. 8850011 Remove an intermediate field array in ClassLinker::InitializeClass. by Hiroshi Yamauchi · 10 years ago
  63. 1ff1747 Merge "ART: Extending FlagsOf" by Ian Rogers · 10 years ago
  64. 7713d10 Merge "Reduced memory usage of primitive fields smaller than 4-bytes" by Mathieu Chartier · 10 years ago
  65. fb0ea2d ART: Extending FlagsOf by Jean Christophe Beyler · 10 years ago
  66. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  67. 072a8bf Merge "Reduce log spam by changing a LOG(INFO) to VLOG(startup)" by Brian Carlstrom · 10 years ago
  68. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  69. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  70. 21259fe Merge "Fix GC memory overhead accounting." by Mathieu Chartier · 10 years ago
  71. a5a3ac9 Fix GC memory overhead accounting. by Mathieu Chartier · 10 years ago
  72. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  73. 9177f20 Merge "Clean up Handle usage." by Mathieu Chartier · 10 years ago
  74. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  75. 762f0a5 Merge "ART: Clean up compiler" by Andreas Gampe · 10 years ago
  76. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  77. e6916c4 Merge "Add fallback for non moving space being full." by Mathieu Chartier · 10 years ago
  78. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  79. e18aa43 Merge "ART: Support MIRGraph constant interface" by Ian Rogers · 10 years ago
  80. d04d309 ART: Support MIRGraph constant interface by Razvan A Lupusoru · 10 years ago
  81. 02cdc91 Merge "Using the correct time for wait_start_ms when lock contention logging is enabled" by Ian Rogers · 10 years ago
  82. 65282b2 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  83. 1dbc3a9 Merge "ART: Reject field accesses to non-reference vregs." by Andreas Gampe · 10 years ago
  84. 695c598 ART: Reject field accesses to non-reference vregs. by Stephen Kyle · 10 years ago
  85. 19c62d5 Merge "Handlerize MethodVerifier::mirror_method_." by Hiroshi Yamauchi · 10 years ago
  86. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  87. 8e46772 Merge "Fix testing wrong variable for non zygote." by Mathieu Chartier · 10 years ago
  88. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  89. 6a56654 Merge "Always setup the native bridge library" by Calin Juravle · 10 years ago
  90. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  91. a37ad7a Merge "GetDalvikDisassembly should work even without SSA info" by Ian Rogers · 10 years ago
  92. 954c7ea Merge "ART: Fix frontend to allow possibility of multiple code units" by Ian Rogers · 10 years ago
  93. 64d9da0 Merge "ARM64: Avoid the duplication of condition codes." by Ian Rogers · 10 years ago
  94. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 10 years ago
  95. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 10 years ago
  96. 21106bc Merge "ART: Add dex dependency for gtest" by Andreas Gampe · 10 years ago
  97. 0eca41f Merge "Fix signal test build" by Dave Allison · 10 years ago
  98. c0e3660 Fix signal test build by Dave Allison · 10 years ago
  99. ac01b9f Merge "Add supported architectures to signal test." by Dave Allison · 10 years ago
  100. c0e3645 Merge "Fix fault handler to unregister on shutdown" by Dave Allison · 10 years ago