1. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 8 years ago
  2. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 8 years ago
  3. e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 8 years ago
  4. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
  5. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  6. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 8 years ago
  7. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 8 years ago
  8. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  9. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  10. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 8 years ago
  11. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 8 years ago
  12. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 8 years ago
  13. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  14. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 8 years ago
  15. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 8 years ago
  16. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  17. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 8 years ago
  18. c4204a3 Missed submitting this in last commit. by Nicolas Geoffray · 8 years ago
  19. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 8 years ago
  20. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 8 years ago
  21. c5e0d3f compiler_driver: treat java/lang/invoke as others by Orion Hodson · 8 years ago
  22. 12fadcd ART: Rerun verifier in verbose mode on boot cp failure by Andreas Gampe · 8 years ago
  23. 8cce65a Disable app image for very large apps by Mathieu Chartier · 8 years ago
  24. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  25. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 8 years ago
  26. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 8 years ago
  27. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  28. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 8 years ago
  29. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 8 years ago
  30. 50ce441 Support clinit for app image during compilation by Chang Xing · 8 years ago
  31. bf755fe Fix verifier deps determinism by Mathieu Chartier · 8 years ago
  32. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  33. fdfb4d4 ART: Modify --abort-on-hard-verifier-error by Andreas Gampe · 8 years ago
  34. 67abbca Merge "ART: Refactor retrieval of types through ArtMethod." by Treehugger Robot · 8 years ago
  35. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 8 years ago
  36. 605fe24 Implemented Nested Transaction by Chang Xing · 8 years ago
  37. 5a906fc Add strict flag in transaction by Chang Xing · 8 years ago
  38. e88c2d2 Merge "Allow failure in RecordClassStatus for uses-library classes" by Mathieu Chartier · 8 years ago
  39. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  40. 010f5cc Allow failure in RecordClassStatus for uses-library classes by Mathieu Chartier · 8 years ago
  41. cade5c3 Track class initializing in transaction by Chang Xing · 8 years ago
  42. 16d1dd8 Move transaction creation to runtime by Chang Xing · 8 years ago
  43. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 8 years ago
  44. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  45. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 8 years ago
  46. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  47. 1a088d4 Use AtomicDexRefMap for compiled classes by Mathieu Chartier · 8 years ago
  48. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  49. 0d32f4e Merge "Generalize atomic_method_ref_map to support dex references" by Treehugger Robot · 8 years ago
  50. 1847704 Merge "Avoid creating verification_results_ unnecessarily" by Treehugger Robot · 8 years ago
  51. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 8 years ago
  52. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 8 years ago
  53. 0733dc8 Avoid creating verification_results_ unnecessarily by Mathieu Chartier · 8 years ago
  54. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  55. 88b74b6 Avoid creating compiled_methods_ array unnecessarily by Mathieu Chartier · 8 years ago
  56. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 8 years ago
  57. 8054c1d Merge "Add an init encoded fields threshold to compiler" by Mathieu Chartier · 8 years ago
  58. 70f689d Add an init encoded fields threshold to compiler by Chang Xing · 8 years ago
  59. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 8 years ago
  60. 4913cf3 Remove obsolete helpers from CompilerDriver. by Vladimir Marko · 8 years ago
  61. e602b1c Fix boot classes init when compiling app image by Chang Xing · 8 years ago
  62. 57c4704 Code cleanup around compiler options and JIT. by Nicolas Geoffray · 8 years ago
  63. ba17dbd Revert "Revert "Fixed Literal String intern mismatch."" by Chang Xing · 8 years ago
  64. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  65. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 8 years ago
  66. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  67. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 8 years ago
  68. d58932f Merge "Fix some indentation errors in compiler driver" by Mathieu Chartier · 8 years ago
  69. 7a8bcfd Fix some indentation errors in compiler driver by Mathieu Chartier · 8 years ago
  70. 17498e5 Avoid calling InitializeDependencies for non image case by Mathieu Chartier · 8 years ago
  71. dabeb3a Correctly set oat class status after initializing by Mathieu Chartier · 8 years ago
  72. 16d59b2 Merge "Revert "Revert "Fixed installation time regression when compile.""" by Treehugger Robot · 8 years ago
  73. fd37f1d Revert "Revert "Fixed installation time regression when compile."" by Mathieu Chartier · 8 years ago
  74. f1dd69a Revert "Revert "Fully support static encoded fields."" by Mathieu Chartier · 8 years ago
  75. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 8 years ago
  76. 84c8432 Revert "Fully support static encoded fields." by Nicolas Geoffray · 8 years ago
  77. f7ab834 Revert "Fixed Literal String intern mismatch." by Nicolas Geoffray · 8 years ago
  78. 54c32b1 Revert "Fixed installation time regression when compile." by Nicolas Geoffray · 8 years ago
  79. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  80. 8f98742 Fixed installation time regression when compile. by Chang Xing · 8 years ago
  81. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  82. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  83. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  84. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  85. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  86. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  87. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  88. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  89. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  90. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  91. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  92. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 8 years ago
  93. 2fad527 Ignore --compile-pic option for JIT. by Vladimir Marko · 8 years ago
  94. bb84610 ART: Remove CompiledClass by Andreas Gampe · 8 years ago
  95. f5ccfb5 Merge "Honor --force-determinism for vdex." by Nicolas Geoffray · 8 years ago
  96. 2982555 Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE" by Treehugger Robot · 8 years ago
  97. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  98. f5bea5e Document some dex2oat command line options. by Roland Levillain · 8 years ago
  99. 4684739 Honor --force-determinism for vdex. by Nicolas Geoffray · 8 years ago
  100. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 8 years ago