1. a2b147e Ensure that java.lang.reflect.Field is initialized by Przemyslaw Szczepaniak · 9 years ago
  2. af4bcdf Merge "Fix another case of live_in at irreducible loop entry." by Nicolas Geoffray · 9 years ago
  3. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  4. b2b5559 Merge "Add histogram for native allocations" by Mathieu Chartier · 9 years ago
  5. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 9 years ago
  6. d6f3740 Merge "Prevent ArtMethod clearing race" by Mathieu Chartier · 9 years ago
  7. 10c5f56 Prevent ArtMethod clearing race by Mathieu Chartier · 9 years ago
  8. 435a668 Merge "Revert "Revert "Make run-test default to optimizing compiler.""" by Alex Light · 9 years ago
  9. dfbeb14 Merge "Add cmpb instruction to x86 and x86_64 assembler" by Roland Levillain · 9 years ago
  10. fc7662f Merge "Revert "Blacklist test."" by Nicolas Geoffray · 9 years ago
  11. c66b810 Revert "Blacklist test." by Nicolas Geoffray · 9 years ago
  12. 718d4e2 Merge "Revert some flaky unloading" by Mathieu Chartier · 9 years ago
  13. 73ad16e Revert some flaky unloading by Mathieu Chartier · 9 years ago
  14. b88a2ca Merge changes I11f1f820,Iafec1f83 by Mathieu Chartier · 9 years ago
  15. 21fd1b7 Merge "Break the debug cycle!" by Aart Bik · 9 years ago
  16. e5a5aaa Merge "Make all java.lang.reflect.Constructor methods handle proxies." by Alex Light · 9 years ago
  17. cf79a4d Merge "Add ability to see if a dex file is backed by an oat file." by Treehugger Robot · 9 years ago
  18. 10bc5a4 Revert "Revert "Make run-test default to optimizing compiler."" by Alex Light · 9 years ago
  19. e16259f Merge "Fix issue with Constructor proxies." by Alex Light · 9 years ago
  20. 33bae7d Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 9 years ago
  21. c0f2e67 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 9 years ago
  22. 0122320 Break the debug cycle! by Aart Bik · 9 years ago
  23. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 9 years ago
  24. 52c9da0 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  25. 36a94ab Merge "Intrinsify String.length() and String.isEmpty() as HIR." by Vladimir Marko · 9 years ago
  26. 450a679 Merge "DexFile: Add an API to query oat file status." by Narayan Kamath · 9 years ago
  27. d2050db Merge "Reduce memory usage of SSA Phi elimination and make it faster." by Treehugger Robot · 9 years ago
  28. c9ef168 Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  29. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  30. d8cd1c8 Merge "Revert "Make run-test default to optimizing compiler."" by Nicolas Geoffray · 9 years ago
  31. 4650c93 Revert "Make run-test default to optimizing compiler." by Nicolas Geoffray · 9 years ago
  32. 24950e1 Merge "Fix braino when parsing invoke transition weight." by Treehugger Robot · 9 years ago
  33. d6f5b76 Merge "Attribute arena allocations previously marked as STL." by Vladimir Marko · 9 years ago
  34. 7c9f3ba Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  35. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 9 years ago
  36. cdd55c2 Merge "Relax the DCHECK in load store elimination." by Nicolas Geoffray · 9 years ago
  37. 50107e0 Merge "Remove a common subexpression from profman output" by David Sehr · 9 years ago
  38. 0f4764e Merge "Use delete/delete[] rather than free/realloc in tracedump" by David Sehr · 9 years ago
  39. dcceaf0 Merge "Initialize native loader before starting runtime" by Dimitry Ivanov · 9 years ago
  40. bb881ea Merge "Make --jvm work again" by Treehugger Robot · 9 years ago
  41. 36a95bc Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 9 years ago
  42. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 9 years ago
  43. bc90d0f Make --jvm work again by Alex Light · 9 years ago
  44. d855718 Remove a common subexpression from profman output by David Sehr · 9 years ago
  45. 54149d6 Use delete/delete[] rather than free/realloc in tracedump by David Sehr · 9 years ago
  46. 266f2d4 Merge "Revert "Revert "Assembly RegionTLAB allocation fast path for x86_64""" by Treehugger Robot · 9 years ago
  47. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 9 years ago
  48. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  49. 60be30a Merge "Fix ProtoId ordering check in DexFileVerifier." by Vladimir Marko · 9 years ago
  50. 46a9114 Merge "Make run-test default to optimizing compiler." by Alex Light · 9 years ago
  51. e0b2e60 Merge "Improve String.indexOf() intrinsics." by Vladimir Marko · 9 years ago
  52. b8c34ea Merge "Revert "Remove double unloading hack"" by Nicolas Geoffray · 9 years ago
  53. e9cae49 Revert "Remove double unloading hack" by Nicolas Geoffray · 9 years ago
  54. e2cfab5 Merge "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Nicolas Geoffray · 9 years ago
  55. 624b68e Revert "Revert "Revert "(dl)Close native libraries on unload""" by Nicolas Geoffray · 9 years ago
  56. f5558cc Merge "Fix test for verification of clinit method" by Treehugger Robot · 9 years ago
  57. 0ed0521 Fix test for verification of clinit method by Alex Light · 9 years ago
  58. 80e28e8 Merge "Make <clinit> verification stronger for v37+." by Alex Light · 9 years ago
  59. f0ecae7 Make <clinit> verification stronger for v37+. by Alex Light · 9 years ago
  60. 3cbdfc6 Merge "Fix libart tests on target" by Dimitry Ivanov · 9 years ago
  61. 90d48f2 Fix libart tests on target by Dimitry Ivanov · 9 years ago
  62. fb6c90a Improve String.indexOf() intrinsics. by Vladimir Marko · 9 years ago
  63. 5bcbdd5 Merge "Optimizing: LoadString may not have any side effects." by Vladimir Marko · 9 years ago
  64. af3ec0a Merge "ART: Fix dominance for irreducible loops" by David Brazdil · 9 years ago
  65. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  66. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  67. 3b62593 Add cmpb instruction to x86 and x86_64 assembler by Serguei Katkov · 9 years ago
  68. 9858f04 Merge "Stop populating irreducible loop at header" by David Brazdil · 9 years ago
  69. ddb9cda Merge "Fix test with libarttest.so." by Nicolas Geoffray · 9 years ago
  70. 130b7cf Fix test with libarttest.so. by Nicolas Geoffray · 9 years ago
  71. bc177b3 Merge "Fix index checks for error strings in DexFileVerifier." by Vladimir Marko · 9 years ago
  72. 7555dae Merge "Add braces per the coding convention" by David Sehr · 9 years ago
  73. 0cba5b3 Merge "Remove double unloading hack" by Mathieu Chartier · 9 years ago
  74. b408e58 Remove double unloading hack by Mathieu Chartier · 9 years ago
  75. ed79301 Add braces per the coding convention by David Sehr · 9 years ago
  76. 9b4c6f4 Merge "Fix libarttest to be non debug" by Mathieu Chartier · 9 years ago
  77. 48b2b3e Fix libarttest to be non debug by Mathieu Chartier · 9 years ago
  78. f494663 Make run-test default to optimizing compiler. by Alex Light · 9 years ago
  79. 043f832 Merge "Limit profman log spam with time threshold" by David Sehr · 9 years ago
  80. b0fca36 Merge "Fix assert failure in interpreter after deoptimization." by Mingyao Yang · 9 years ago
  81. 52683cf Limit profman log spam with time threshold by David Sehr · 9 years ago
  82. ee08827 Merge changes I8fab78bc,I8aae0d75 by Mathieu Chartier · 9 years ago
  83. 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  84. 06fd2cf Change test 136 to use dlopen by Mathieu Chartier · 9 years ago
  85. 727d6df Revert "Revert "(dl)Close native libraries on unload"" by Mathieu Chartier · 9 years ago
  86. 5a62059 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  87. b652da7 Merge "Remove -XOatFileManagerCompilerFilter argument." by Richard Uhler · 9 years ago
  88. 0ca8add Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 9 years ago
  89. 59399ab Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 9 years ago
  90. a246510 Merge "Patch for compiling art to run on linux target" by Roland Levillain · 9 years ago
  91. 65fef30 Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  92. a69ae8a Merge "Revert "(dl)Close native libraries on unload"" by Nicolas Geoffray · 9 years ago
  93. 0cf0dbd Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
  94. bdcd89e Merge "(dl)Close native libraries on unload" by Treehugger Robot · 9 years ago
  95. 861c135 Merge "Exploit NE/EQ tests on array length in BCE." by Aart Bik · 9 years ago
  96. 2eb3ba9 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
  97. a210689 Exploit NE/EQ tests on array length in BCE. by Aart Bik · 9 years ago
  98. f5d1fbe Merge "Update comment in class_linker.cc" by Treehugger Robot · 9 years ago
  99. 66630be Update comment in class_linker.cc by Alex Light · 9 years ago
  100. b8154f8 Merge "Do not look at dead phis during SsaRedundantPhiElimination." by Treehugger Robot · 9 years ago