1. ee5fa18 Merge "Add cmpb instruction to x86 and x86_64 assembler" am: dfbeb1452b by Serguei Katkov · 9 years ago
  2. dfbeb14 Merge "Add cmpb instruction to x86 and x86_64 assembler" by Roland Levillain · 9 years ago
  3. 652d99d Merge "Revert "Blacklist test."" am: fc7662f73d by Nicolas Geoffray · 9 years ago
  4. fc7662f Merge "Revert "Blacklist test."" by Nicolas Geoffray · 9 years ago
  5. c66b810 Revert "Blacklist test." by Nicolas Geoffray · 9 years ago
  6. 2558414 Merge "Revert some flaky unloading" am: 718d4e2698 by Mathieu Chartier · 9 years ago
  7. 718d4e2 Merge "Revert some flaky unloading" by Mathieu Chartier · 9 years ago
  8. 73ad16e Revert some flaky unloading by Mathieu Chartier · 9 years ago
  9. 4835f17 Merge changes I11f1f820,Iafec1f83 am: b88a2caa9a by Mathieu Chartier · 9 years ago
  10. b88a2ca Merge changes I11f1f820,Iafec1f83 by Mathieu Chartier · 9 years ago
  11. 10abf9e Merge "Break the debug cycle!" am: 21fd1b7553 by Aart Bik · 9 years ago
  12. 21fd1b7 Merge "Break the debug cycle!" by Aart Bik · 9 years ago
  13. 2263860 Merge "Make all java.lang.reflect.Constructor methods handle proxies." by Alex Light · 9 years ago
  14. e5a5aaa Merge "Make all java.lang.reflect.Constructor methods handle proxies." by Alex Light · 9 years ago
  15. be6dace Merge "Add ability to see if a dex file is backed by an oat file." by Jeff Hao · 9 years ago
  16. cf79a4d Merge "Add ability to see if a dex file is backed by an oat file." by Treehugger Robot · 9 years ago
  17. 97bbd9a Merge "Fix issue with Constructor proxies." am: e16259f9df by Alex Light · 9 years ago
  18. e16259f Merge "Fix issue with Constructor proxies." by Alex Light · 9 years ago
  19. 33bae7d Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 9 years ago
  20. c0f2e67 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 9 years ago
  21. 0122320 Break the debug cycle! by Aart Bik · 9 years ago
  22. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 9 years ago
  23. 52c9da0 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  24. 397d651 Merge "Intrinsify String.length() and String.isEmpty() as HIR." am: 36a94ab70d by Vladimir Marko · 9 years ago
  25. 36a94ab Merge "Intrinsify String.length() and String.isEmpty() as HIR." by Vladimir Marko · 9 years ago
  26. a238723 Merge "DexFile: Add an API to query oat file status." am: 450a6796be by Narayan Kamath · 9 years ago
  27. 450a679 Merge "DexFile: Add an API to query oat file status." by Narayan Kamath · 9 years ago
  28. 0990f4b Merge "Reduce memory usage of SSA Phi elimination and make it faster." by Vladimir Marko · 9 years ago
  29. d2050db Merge "Reduce memory usage of SSA Phi elimination and make it faster." by Treehugger Robot · 9 years ago
  30. c9ef168 Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  31. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  32. 9929b43 Merge "Revert "Make run-test default to optimizing compiler."" am: d8cd1c83f9 by Nicolas Geoffray · 9 years ago
  33. 0c64fda Merge "Fix braino when parsing invoke transition weight." am: 24950e1e9a by Nicolas Geoffray · 9 years ago
  34. d8cd1c8 Merge "Revert "Make run-test default to optimizing compiler."" by Nicolas Geoffray · 9 years ago
  35. 4650c93 Revert "Make run-test default to optimizing compiler." by Nicolas Geoffray · 9 years ago
  36. f182970 Merge "Attribute arena allocations previously marked as STL." am: d6f5b7659e by Vladimir Marko · 9 years ago
  37. 24950e1 Merge "Fix braino when parsing invoke transition weight." by Treehugger Robot · 9 years ago
  38. d6f5b76 Merge "Attribute arena allocations previously marked as STL." by Vladimir Marko · 9 years ago
  39. f31e67b Merge "Workaround invokesuper underspecified behavior." am: a8d06f0a77 by Aart Bik · 9 years ago
  40. 6f6b2a4 Merge "Relax the DCHECK in load store elimination." am: cdd55c2cf6 by Nicolas Geoffray · 9 years ago
  41. 7c9f3ba Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  42. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 9 years ago
  43. cdd55c2 Merge "Relax the DCHECK in load store elimination." by Nicolas Geoffray · 9 years ago
  44. c589d5f Merge "Remove a common subexpression from profman output" am: 50107e014b by David Sehr · 9 years ago
  45. 50107e0 Merge "Remove a common subexpression from profman output" by David Sehr · 9 years ago
  46. 642d098 Merge "Use delete/delete[] rather than free/realloc in tracedump" am: 0f4764e880 by David Sehr · 9 years ago
  47. 0f4764e Merge "Use delete/delete[] rather than free/realloc in tracedump" by David Sehr · 9 years ago
  48. 40413d5 Merge "Initialize native loader before starting runtime" am: dcceaf0a9c by Dimitry Ivanov · 9 years ago
  49. dcceaf0 Merge "Initialize native loader before starting runtime" by Dimitry Ivanov · 9 years ago
  50. f351a0d Merge "Make --jvm work again" am: bb881ea5e0 by Alex Light · 9 years ago
  51. bb881ea Merge "Make --jvm work again" by Treehugger Robot · 9 years ago
  52. 36a95bc Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 9 years ago
  53. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 9 years ago
  54. bc90d0f Make --jvm work again by Alex Light · 9 years ago
  55. d855718 Remove a common subexpression from profman output by David Sehr · 9 years ago
  56. 54149d6 Use delete/delete[] rather than free/realloc in tracedump by David Sehr · 9 years ago
  57. 0b255ff Merge "Revert "Revert "Assembly RegionTLAB allocation fast path for x86_64""" by Sang, Chunlei · 9 years ago
  58. 266f2d4 Merge "Revert "Revert "Assembly RegionTLAB allocation fast path for x86_64""" by Treehugger Robot · 9 years ago
  59. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 9 years ago
  60. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  61. bf69783 Merge "Fix ProtoId ordering check in DexFileVerifier." am: 60be30a353 by Vladimir Marko · 9 years ago
  62. 60be30a Merge "Fix ProtoId ordering check in DexFileVerifier." by Vladimir Marko · 9 years ago
  63. 8d4b0ec Merge "Make run-test default to optimizing compiler." am: 46a9114333 by Alex Light · 9 years ago
  64. 46a9114 Merge "Make run-test default to optimizing compiler." by Alex Light · 9 years ago
  65. 9dcd9cd Merge "Improve String.indexOf() intrinsics." am: e0b2e604b9 by Vladimir Marko · 9 years ago
  66. e0b2e60 Merge "Improve String.indexOf() intrinsics." by Vladimir Marko · 9 years ago
  67. 855a568 Merge "Revert "Remove double unloading hack"" am: b8c34eadcf by Nicolas Geoffray · 9 years ago
  68. b8c34ea Merge "Revert "Remove double unloading hack"" by Nicolas Geoffray · 9 years ago
  69. e9cae49 Revert "Remove double unloading hack" by Nicolas Geoffray · 9 years ago
  70. 0fecd9e Merge "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Nicolas Geoffray · 9 years ago
  71. e2cfab5 Merge "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Nicolas Geoffray · 9 years ago
  72. 624b68e Revert "Revert "Revert "(dl)Close native libraries on unload""" by Nicolas Geoffray · 9 years ago
  73. ce2575d Merge "Fix test for verification of clinit method" am: f5558cc555 by Alex Light · 9 years ago
  74. f5558cc Merge "Fix test for verification of clinit method" by Treehugger Robot · 9 years ago
  75. 0ed0521 Fix test for verification of clinit method by Alex Light · 9 years ago
  76. 0715c85 Merge "Make <clinit> verification stronger for v37+." am: 80e28e80c2 by Alex Light · 9 years ago
  77. 80e28e8 Merge "Make <clinit> verification stronger for v37+." by Alex Light · 9 years ago
  78. f0ecae7 Make <clinit> verification stronger for v37+. by Alex Light · 9 years ago
  79. e8d2e5f Merge "Fix libart tests on target" am: 3cbdfc6b08 by Dimitry Ivanov · 9 years ago
  80. 3cbdfc6 Merge "Fix libart tests on target" by Dimitry Ivanov · 9 years ago
  81. 90d48f2 Fix libart tests on target by Dimitry Ivanov · 9 years ago
  82. fb6c90a Improve String.indexOf() intrinsics. by Vladimir Marko · 9 years ago
  83. fe0292a Merge "Optimizing: LoadString may not have any side effects." am: 5bcbdd59c0 by Vladimir Marko · 9 years ago
  84. 5bcbdd5 Merge "Optimizing: LoadString may not have any side effects." by Vladimir Marko · 9 years ago
  85. 796f1ab Merge "ART: Fix dominance for irreducible loops" am: af3ec0a7d3 by David Brazdil · 9 years ago
  86. af3ec0a Merge "ART: Fix dominance for irreducible loops" by David Brazdil · 9 years ago
  87. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  88. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  89. 3b62593 Add cmpb instruction to x86 and x86_64 assembler by Serguei Katkov · 9 years ago
  90. 5d9b866 Merge "Stop populating irreducible loop at header" am: 9858f04577 by David Brazdil · 9 years ago
  91. 9858f04 Merge "Stop populating irreducible loop at header" by David Brazdil · 9 years ago
  92. e4953f2 Merge "Fix test with libarttest.so." am: ddb9cda9a6 by Nicolas Geoffray · 9 years ago
  93. ddb9cda Merge "Fix test with libarttest.so." by Nicolas Geoffray · 9 years ago
  94. 130b7cf Fix test with libarttest.so. by Nicolas Geoffray · 9 years ago
  95. 0154285 Merge "Fix index checks for error strings in DexFileVerifier." am: bc177b3f34 by Vladimir Marko · 9 years ago
  96. bc177b3 Merge "Fix index checks for error strings in DexFileVerifier." by Vladimir Marko · 9 years ago
  97. ddc6c49 Merge "Add braces per the coding convention" am: 7555dae262 by David Sehr · 9 years ago
  98. 7555dae Merge "Add braces per the coding convention" by David Sehr · 9 years ago
  99. e0e502c Merge "Remove double unloading hack" am: 0cba5b3c02 by Mathieu Chartier · 9 years ago
  100. 0cba5b3 Merge "Remove double unloading hack" by Mathieu Chartier · 9 years ago