1. 743aac3 Disable encoded static initialization by Mathieu Chartier · 6 years ago
  2. 2981c29 Merge "ART: Change abort() to _exit()" by Treehugger Robot · 6 years ago
  3. 56c9b7c ART: Change abort() to _exit() by Andreas Gampe · 6 years ago
  4. af29031 Small documentation and stylistic changes. by Roland Levillain · 6 years ago
  5. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  6. 279e3a3 Enable code item deduping by Mathieu Chartier · 6 years ago
  7. 199f72b Merge "ART: Refactor dex2dex compilation" by Treehugger Robot · 6 years ago
  8. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  9. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  10. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  11. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 6 years ago
  12. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 6 years ago
  13. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 6 years ago
  14. d3233ab Merge "ART: Use the bitstring type check for AOT app compilation." by Mingyao Yang · 6 years ago
  15. b95eb37 Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""" by Nicolas Geoffray · 6 years ago
  16. 718e831 ART: Use the bitstring type check for AOT app compilation. by Vladimir Marko · 6 years ago
  17. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 6 years ago
  18. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 6 years ago
  19. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 6 years ago
  20. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 6 years ago
  21. 3c060ad ART: Refactor dex2dex compilation by Andreas Gampe · 6 years ago
  22. a79efdb Fix quickening logic by Mathieu Chartier · 6 years ago
  23. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 6 years ago
  24. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 6 years ago
  25. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 6 years ago
  26. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 6 years ago
  27. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  28. daa27bc Merge "Remove DexFile direct accesses to CodeItem" by Mathieu Chartier · 6 years ago
  29. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 6 years ago
  30. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 6 years ago
  31. 6238c83 Remove DexFile direct accesses to CodeItem by Mathieu Chartier · 6 years ago
  32. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 6 years ago
  33. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  34. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  35. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  36. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  37. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  38. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  39. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  40. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  41. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  42. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
  43. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  44. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  45. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  46. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  47. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  48. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  49. d278cb4 ART: Remove implicit boot image error aborts by Andreas Gampe · 7 years ago
  50. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  51. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  52. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  53. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  54. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  55. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  56. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  57. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 7 years ago
  58. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  59. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  60. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  61. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  62. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 7 years ago
  63. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 7 years ago
  64. c5e0d3f compiler_driver: treat java/lang/invoke as others by Orion Hodson · 7 years ago
  65. 12fadcd ART: Rerun verifier in verbose mode on boot cp failure by Andreas Gampe · 7 years ago
  66. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  67. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  68. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  69. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 7 years ago
  70. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 7 years ago
  71. 50ce441 Support clinit for app image during compilation by Chang Xing · 7 years ago
  72. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  73. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 7 years ago
  74. fdfb4d4 ART: Modify --abort-on-hard-verifier-error by Andreas Gampe · 7 years ago
  75. 67abbca Merge "ART: Refactor retrieval of types through ArtMethod." by Treehugger Robot · 7 years ago
  76. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  77. 605fe24 Implemented Nested Transaction by Chang Xing · 7 years ago
  78. 5a906fc Add strict flag in transaction by Chang Xing · 7 years ago
  79. e88c2d2 Merge "Allow failure in RecordClassStatus for uses-library classes" by Mathieu Chartier · 7 years ago
  80. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  81. 010f5cc Allow failure in RecordClassStatus for uses-library classes by Mathieu Chartier · 7 years ago
  82. cade5c3 Track class initializing in transaction by Chang Xing · 7 years ago
  83. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  84. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  85. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  86. 1a088d4 Use AtomicDexRefMap for compiled classes by Mathieu Chartier · 7 years ago
  87. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  88. 0d32f4e Merge "Generalize atomic_method_ref_map to support dex references" by Treehugger Robot · 7 years ago
  89. 1847704 Merge "Avoid creating verification_results_ unnecessarily" by Treehugger Robot · 7 years ago
  90. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  91. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 7 years ago
  92. 0733dc8 Avoid creating verification_results_ unnecessarily by Mathieu Chartier · 7 years ago
  93. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  94. 88b74b6 Avoid creating compiled_methods_ array unnecessarily by Mathieu Chartier · 7 years ago
  95. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 7 years ago
  96. 70f689d Add an init encoded fields threshold to compiler by Chang Xing · 7 years ago
  97. e602b1c Fix boot classes init when compiling app image by Chang Xing · 7 years ago
  98. ba17dbd Revert "Revert "Fixed Literal String intern mismatch."" by Chang Xing · 7 years ago
  99. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  100. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 7 years ago