1. d3c9358 Merge "Disable SignalTest with GC stress." by Ian Rogers · 10 years ago
  2. 40e1912 Disable SignalTest with GC stress. by Ian Rogers · 10 years ago
  3. d40b810 Merge "Pre-allocate the NoClassDefFoundError to be thrown for boot classes." by Ian Rogers · 10 years ago
  4. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  5. 9a4f027 Merge "Reduce and speed-up class def searches." by Ian Rogers · 10 years ago
  6. 6e36042 Merge "Change heap transitions + hspace compation to use VLOG(heap)" by Mathieu Chartier · 10 years ago
  7. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  8. e18c901 Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  9. b061cc1 ART: Fix typo by Andreas Gampe · 10 years ago
  10. e25b994 Merge "ART: Fix dex file verifier type-list handling" by Andreas Gampe · 10 years ago
  11. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 10 years ago
  12. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  13. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 10 years ago
  14. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  15. dcea56f Merge "Fix frame size issue with 64-bit" by Narayan Kamath · 10 years ago
  16. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  17. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 10 years ago
  18. 645f987 Merge "Add native memory accounting through custom allocator." by Mathieu Chartier · 10 years ago
  19. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  20. 0772a9d Merge "ART: Fix accidental "1"" by Andreas Gampe · 10 years ago
  21. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 10 years ago
  22. 2258d31 Merge "ART: Initialize fields of ParsedOptions" by Andreas Gampe · 10 years ago
  23. 18a49cc Fix frame size issue with 64-bit by Brian Carlstrom · 10 years ago
  24. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 10 years ago
  25. 5383613 Merge "ART: Update CFG dumper to handle extended better" by Ian Rogers · 10 years ago
  26. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 10 years ago
  27. 6b8e3b9 Merge "Fix master-art-host build by removing flakey test (temporarily)" by Dave Allison · 10 years ago
  28. 923968e Merge "ART: Prepare for ELF64." by Brian Carlstrom · 10 years ago
  29. cd4380c Fix master-art-host build by removing flakey test (temporarily) by Dave Allison · 10 years ago
  30. f1260f1 Merge "Fix mac build and signal test" by Dave Allison · 10 years ago
  31. 3868009 Fix mac build and signal test by Dave Allison · 10 years ago
  32. 799ddaf Merge "Fix mips build for nested signal handler" by Dave Allison · 10 years ago
  33. 500c421 Fix mips build for nested signal handler by Dave Allison · 10 years ago
  34. eb9266c Merge "Fix segfault if running without image." by Brian Carlstrom · 10 years ago
  35. f0174a0 Merge "Fix signal chain to allow for signal() call to be used" by Dave Allison · 10 years ago
  36. 7adb7ac Fix segfault if running without image. by Alex Light · 10 years ago
  37. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 10 years ago
  38. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 10 years ago
  39. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 10 years ago
  40. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  41. 519af18 Merge "Fix Mac build" by Brian Carlstrom · 10 years ago
  42. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  43. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  44. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 10 years ago
  45. 9ca7d1a Merge "Fix incorect variable name." by Brian Carlstrom · 10 years ago
  46. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  47. 4eab643 Merge "Change /dalvik-cache to be owned by root." by Brian Carlstrom · 10 years ago
  48. f843a4f Merge "Honor the read barrier option in IRT::Get()." by Hiroshi Yamauchi · 10 years ago
  49. d84be7e Merge "Fix issue with Thread.setName hanging after Thread.start" by Brian Carlstrom · 10 years ago
  50. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  51. 0517f4d Honor the read barrier option in IRT::Get(). by Hiroshi Yamauchi · 10 years ago
  52. 0ed6c6f Merge "Move the glibc unlimited stack hack into GetThreadStack." by Elliott Hughes · 10 years ago
  53. 14515d7 Merge "Fix an assert failure in art::DumpNativeStack()." by Hiroshi Yamauchi · 10 years ago
  54. 7895d55 Fix an assert failure in art::DumpNativeStack(). by Hiroshi Yamauchi · 10 years ago
  55. 79e909b Merge "Quick compiler: Fix MIPS build" by buzbee · 10 years ago
  56. 3a65807 Quick compiler: Fix MIPS build by buzbee · 10 years ago
  57. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  58. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 10 years ago
  59. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  60. 063f73c Merge "Prevent exception bugs in class linker" by Mathieu Chartier · 10 years ago
  61. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  62. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 10 years ago
  63. 83c1159 Merge "Avoid null pointer dereference when sending JDWP packets" by Sebastien Hertz · 10 years ago
  64. aad269d Merge "Actually ask the pthread implementation for the stack guard size." by Elliott Hughes · 10 years ago
  65. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  66. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  67. dbc0ca7 Merge "Ensure proxy constructor is in dex cache" by Sebastien Hertz · 10 years ago
  68. ae94e35 Ensure proxy constructor is in dex cache by Sebastien Hertz · 10 years ago
  69. 9c18858 Merge "Fix gcstress and gcverify test targets" by Ian Rogers · 10 years ago
  70. 992f1e7 Fix gcstress and gcverify test targets by Alex Light · 10 years ago
  71. 7064446 Merge "ART: Change temporaries to positive names" by Bill Buzbee · 10 years ago
  72. 90364c5 Merge "Handle nested signals" by Dave Allison · 10 years ago
  73. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  74. a0a0da2 Merge "Really fix tests." by Brian Carlstrom · 10 years ago
  75. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  76. 469f2ee Merge "Various run-test makefile fixes." by Ian Rogers · 10 years ago
  77. 86df3ac Various run-test makefile fixes. by Ian Rogers · 10 years ago
  78. 270c3e6 Merge "Fix builds where dist_goal is defined." by Ian Rogers · 10 years ago
  79. ddfe779 Fix builds where dist_goal is defined. by Ian Rogers · 10 years ago
  80. 3d15970 Merge "Fix test build targets." by Ian Rogers · 10 years ago
  81. 9fcaa4b Fix test build targets. by Ian Rogers · 10 years ago
  82. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  83. ff092c2 Merge changes Id3113019,I89c26a90 by Ian Rogers · 10 years ago
  84. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  85. 2cdd2f2 Merge "ART: Added dirty flag to optimizations" by Ian Rogers · 10 years ago
  86. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  87. ab66df8 Merge "ART: Add capability for a pass to have options" by Ian Rogers · 10 years ago
  88. bd25d4b ART: Add capability for a pass to have options by Razvan A Lupusoru · 10 years ago
  89. 09321df ART: Added dirty flag to optimizations by Jean Christophe Beyler · 10 years ago
  90. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  91. a9ffc18 Merge "Use loops to build combinations of run-tests." by Ian Rogers · 10 years ago
  92. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 10 years ago
  93. 061d310 Merge "ART: Add non-temporal store support" by Ian Rogers · 10 years ago
  94. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  95. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  96. 0038fca Merge "Fix race condition in TransitionCollector." by Mathieu Chartier · 10 years ago
  97. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  98. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  99. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  100. 3b6711f Merge "Fix usage of literals within a macro." by Ian Rogers · 10 years ago