1. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  2. f0d5427 Merge "ART: Turn on dex2oat watchdog on target" by Andreas Gampe · 10 years ago
  3. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  4. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 10 years ago
  5. b30d858 Merge "Fix art build script." by Ian Rogers · 10 years ago
  6. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  7. a62a588 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 10 years ago
  8. 03f92f4 Fix art build script. by Junmo Park · 10 years ago
  9. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  10. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  11. bf40ddb ART: Turn on dex2oat watchdog on target by Andreas Gampe · 10 years ago
  12. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  13. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  14. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  15. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  16. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  17. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  18. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  19. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  20. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  21. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  22. 44c5ee7 Relax limits for profiler based compilation options. by Calin Juravle · 10 years ago
  23. f9872f0 ART: Fix size error reported by ARM64 backend by Andreas Gampe · 10 years ago
  24. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 10 years ago
  25. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  26. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  27. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  28. b03a0ec Fixed ImageWriter timings not being written out. by Alex Light · 10 years ago
  29. ca3aaba Fix implicit check option handling for non-cross-compiles by Dave Allison · 10 years ago
  30. 5c1ad33 Merge "Use command line android root in dex2oat to find image." by Ian Rogers · 10 years ago
  31. 9cad72d Quick compiler: enable Arm64 compilation by buzbee · 10 years ago
  32. 4f975b9 Merge "x86_64: Enable core.oat/boot.oat compilation" by Bill Buzbee · 10 years ago
  33. 0c416fe x86_64: Enable core.oat/boot.oat compilation by Dmitry Petrochenko · 10 years ago
  34. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 10 years ago
  35. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  36. 8872358 Use command line android root in dex2oat to find image. by Ian Rogers · 10 years ago
  37. df88a9e Merge "x86_64: Enable compilation" by Ian Rogers · 10 years ago
  38. 136aaee x86_64: Enable compilation by Dmitry Petrochenko · 10 years ago
  39. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 10 years ago
  40. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  41. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  42. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  43. f94b781 Workaround for running out of address space on N7v1. by Vladimir Marko · 10 years ago
  44. 2469e60 ART: Setting up cleanup by Jean Christophe Beyler · 10 years ago
  45. a9f1ce6 Fix pass driver's dump_pass_list_ and print_pass_list_. by Vladimir Marko · 10 years ago
  46. 6d25996 Merge "ART: Print and dump functionalities per pass" by Ian Rogers · 10 years ago
  47. 8bcecce ART: Print and dump functionalities per pass by Jean Christophe Beyler · 10 years ago
  48. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 10 years ago
  49. 4f59668 ART: Pass driver generalization by James C Scott · 10 years ago
  50. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  51. 6cd2845 ART: Turn off ARM64 compilation for now by Andreas Gampe · 10 years ago
  52. 3ac05bb Remove ISA from boot image name. by Brian Carlstrom · 10 years ago
  53. 5131638 dex2oat: convert NULL to nullptr by Kenny Root · 10 years ago
  54. 20cdc06 Merge "Changes for vogar compatibility" by Kenny Root · 10 years ago
  55. d518534 Changes for vogar compatibility by Kenny Root · 10 years ago
  56. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  57. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  58. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  59. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  60. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  61. 9e06c8c AArch64: Add fake arm64 backend, and disable it by method filter. by Zheng Xu · 10 years ago
  62. 43221f7 Merge "Disable the ahead-of-time compilation for MIPS." by Ian Rogers · 10 years ago
  63. 7ca278b Disable the ahead-of-time compilation for MIPS. by Ian Rogers · 10 years ago
  64. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  65. bf25f7e Merge "Fix typo of --oat-fd description in help" by Brian Carlstrom · 10 years ago
  66. 9cb554a Fix typo of --oat-fd description in help by Wonil Kim · 10 years ago
  67. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 10 years ago
  68. 5a9cef8 Build dex2oat as 64b for the target when using zygote64 by Andreas Gampe · 10 years ago
  69. 04ae163 AArch64: List arm64 as instruction set option by Stuart Monteith · 10 years ago
  70. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  71. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  72. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  73. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  74. 91268c1 Check the machine type of an ELF file when loading. by Andreas Gampe · 10 years ago
  75. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  76. a7a49dd Merge "Pass instruction-set from runtime through to spawned dex2oat." by Ian Rogers · 10 years ago
  77. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  78. d747543 force dex2oat target executables to be compiled for 32-bit by Colin Cross · 10 years ago
  79. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  80. 0cecf49 Merge "Add dex2oat --print-pass-names and --disable-passes= options." by Vladimir Marko · 10 years ago
  81. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  82. ffb939a Set default dex2oat instruction set for x86-64 and ARM64. by Ian Rogers · 10 years ago
  83. cd8ce66 Add dex2oat --print-pass-names and --disable-passes= options. by Chao-ying Fu · 10 years ago
  84. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 10 years ago
  85. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  86. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  87. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 10 years ago
  88. 449fa6e Revert "Avoid compiling monster methods in boot image" by Brian Carlstrom · 10 years ago
  89. 217e789 Avoid compiling monster methods in boot image by buzbee · 10 years ago
  90. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  91. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  92. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  93. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  94. ae7083d Add additional const by Brian Carlstrom · 10 years ago
  95. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  96. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  97. 5180cc1 Fix a printf flag that breaks 64bit host builds. by Ian Rogers · 10 years ago
  98. f79fccb Add debug code for saving dex file inputs by Brian Carlstrom · 10 years ago
  99. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 10 years ago
  100. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 10 years ago