1. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  2. df88a9e Merge "x86_64: Enable compilation" by Ian Rogers · 10 years ago
  3. 136aaee x86_64: Enable compilation by Dmitry Petrochenko · 10 years ago
  4. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 10 years ago
  5. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  6. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  7. f94b781 Workaround for running out of address space on N7v1. by Vladimir Marko · 10 years ago
  8. 2469e60 ART: Setting up cleanup by Jean Christophe Beyler · 10 years ago
  9. a9f1ce6 Fix pass driver's dump_pass_list_ and print_pass_list_. by Vladimir Marko · 10 years ago
  10. 6d25996 Merge "ART: Print and dump functionalities per pass" by Ian Rogers · 10 years ago
  11. 8bcecce ART: Print and dump functionalities per pass by Jean Christophe Beyler · 10 years ago
  12. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 10 years ago
  13. 4f59668 ART: Pass driver generalization by James C Scott · 10 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  15. 6cd2845 ART: Turn off ARM64 compilation for now by Andreas Gampe · 10 years ago
  16. 3ac05bb Remove ISA from boot image name. by Brian Carlstrom · 10 years ago
  17. 5131638 dex2oat: convert NULL to nullptr by Kenny Root · 10 years ago
  18. 20cdc06 Merge "Changes for vogar compatibility" by Kenny Root · 10 years ago
  19. d518534 Changes for vogar compatibility by Kenny Root · 10 years ago
  20. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  21. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  22. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  23. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  24. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  25. 9e06c8c AArch64: Add fake arm64 backend, and disable it by method filter. by Zheng Xu · 10 years ago
  26. 43221f7 Merge "Disable the ahead-of-time compilation for MIPS." by Ian Rogers · 10 years ago
  27. 7ca278b Disable the ahead-of-time compilation for MIPS. by Ian Rogers · 10 years ago
  28. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  29. bf25f7e Merge "Fix typo of --oat-fd description in help" by Brian Carlstrom · 10 years ago
  30. 9cb554a Fix typo of --oat-fd description in help by Wonil Kim · 10 years ago
  31. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 10 years ago
  32. 04ae163 AArch64: List arm64 as instruction set option by Stuart Monteith · 10 years ago
  33. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  34. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  35. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  36. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  37. 91268c1 Check the machine type of an ELF file when loading. by Andreas Gampe · 10 years ago
  38. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  39. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  40. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  41. 0cecf49 Merge "Add dex2oat --print-pass-names and --disable-passes= options." by Vladimir Marko · 10 years ago
  42. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  43. ffb939a Set default dex2oat instruction set for x86-64 and ARM64. by Ian Rogers · 10 years ago
  44. cd8ce66 Add dex2oat --print-pass-names and --disable-passes= options. by Chao-ying Fu · 10 years ago
  45. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 10 years ago
  46. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  47. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  48. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 10 years ago
  49. 449fa6e Revert "Avoid compiling monster methods in boot image" by Brian Carlstrom · 10 years ago
  50. 217e789 Avoid compiling monster methods in boot image by buzbee · 10 years ago
  51. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  52. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  53. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  54. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  55. ae7083d Add additional const by Brian Carlstrom · 10 years ago
  56. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  57. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  58. 5180cc1 Fix a printf flag that breaks 64bit host builds. by Ian Rogers · 10 years ago
  59. f79fccb Add debug code for saving dex file inputs by Brian Carlstrom · 10 years ago
  60. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 10 years ago
  61. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 10 years ago
  62. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 10 years ago
  63. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 10 years ago
  64. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 10 years ago
  65. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 10 years ago
  66. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 10 years ago
  67. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  68. 65c23bb Restore end of dex2oat logging by Brian Carlstrom · 10 years ago
  69. c7f8320 Refactor verification results. by Vladimir Marko · 10 years ago
  70. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 10 years ago
  71. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 10 years ago
  72. 740a11d Add systrace regions for file opening during setup. by Ian Rogers · 10 years ago
  73. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  74. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  75. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  76. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  77. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  78. d5aba59 Fix CTS failures caused by ignoring malformed dex files in dex2oat by Brian Carlstrom · 11 years ago
  79. 3cf59d5 Revert "resolved conflicts for merge of ad93c622 to master" by Brian Carlstrom · 11 years ago
  80. 4f6a77d resolved conflicts for merge of ad93c622 to master by Brian Carlstrom · 11 years ago
  81. eb4d2ae Ignore missing files in dex2oat by Brian Carlstrom · 11 years ago
  82. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 11 years ago
  83. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  84. 635733d Fix --compiler-backend usage example by Brian Carlstrom · 11 years ago
  85. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  86. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  87. e732ef1 Make compiler stat dumping easier to use. by Ian Rogers · 11 years ago
  88. 51db7be Use exit to avoid destructors in dex2oat. by Ian Rogers · 11 years ago
  89. 2672a9f Use exit to avoid destructors in dex2oat. by Ian Rogers · 11 years ago
  90. d76e083 Make files writable on the installd path as well by Brian Carlstrom · 11 years ago
  91. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  92. f30f6da Set small ART override for image as an option. by Ian Rogers · 11 years ago
  93. 3f3d22c Reduce the scope of a ScopedObjectAccess in dex2oat. by Ian Rogers · 11 years ago
  94. c6dfdac Add buffering to ELF file generation by Brian Carlstrom · 11 years ago
  95. fe9ca40 Compiler filter update by buzbee · 11 years ago
  96. 4639860 dex2oat flag to always dump timing data. by Ian Rogers · 11 years ago
  97. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 11 years ago
  98. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  99. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  100. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago