1. 3ebee94 Merge "Host dex2oat and patchoat require libcutils." by Richard Uhler · 9 years ago
  2. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  3. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  4. 90d480c Merge "Implement a space filter for optimizing." by Nicolas Geoffray · 9 years ago
  5. 3296f4c Host dex2oat and patchoat require libcutils. by Richard Uhler · 9 years ago
  6. 461bd6c Merge "Improve dex2oat --dex-file and --dex-location usage info." by Richard Uhler · 9 years ago
  7. 36540cb Implement a space filter for optimizing. by Nicolas Geoffray · 9 years ago
  8. 027f0ff ART: Add Mips32r6 backend support by Douglas Leung · 9 years ago
  9. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  10. 1412dfa Revert "Revert "Use optimizing for apps."" by Nicolas Geoffray · 9 years ago
  11. 706cae3 Revert "Use optimizing for apps." by Nicolas Geoffray · 9 years ago
  12. e934df2 Improve dex2oat --dex-file and --dex-location usage info. by Richard Uhler · 9 years ago
  13. f3251d1 Use optimizing for apps. by Nicolas Geoffray · 9 years ago
  14. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 9 years ago
  15. 41b15f9 Merge "Initial support for quick compiler on MIPS64r6." by Andreas Gampe · 9 years ago
  16. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  17. a11a34c Do not dump memory usage if driver was never created by Brian Carlstrom · 9 years ago
  18. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 9 years ago
  19. c670efd Merge "ART: Add debuggable compiler flag" by Andreas Gampe · 9 years ago
  20. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 9 years ago
  21. 86a4db4 Merge "Remove ART_SMALL_MODE ifdefs." by Jeff Hao · 9 years ago
  22. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 9 years ago
  23. 1d00add ART: Allow dex2oat for apps only with image by Andreas Gampe · 9 years ago
  24. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  25. 5bdab12 Clean up pass driver by Mathieu Chartier · 9 years ago
  26. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 9 years ago
  27. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 9 years ago
  28. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 9 years ago
  29. 1c1d40a Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 9 years ago
  30. 127d933 Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 9 years ago
  31. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 9 years ago
  32. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  33. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 9 years ago
  34. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 9 years ago
  35. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 9 years ago
  36. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 10 years ago
  37. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  38. 55037f1 Merge "Remove portable." by Elliott Hughes · 10 years ago
  39. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  40. 6fc59ab Fix alloc-dealloc-mismatch failures in dex2oat. by Dan Albert · 10 years ago
  41. 4a4dd70 Make dex2oat 32bits when HOST_PREFER_32_BIT=true. by Nicolas Geoffray · 10 years ago
  42. 63130d0 Merge "ART: Wire up a valgrind-wrapped dex2oat run" by Andreas Gampe · 10 years ago
  43. 95b033b Remove dex2oat watchdog warning by Brian Carlstrom · 10 years ago
  44. 088b16e ART: Wire up a valgrind-wrapped dex2oat run by Andreas Gampe · 10 years ago
  45. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  46. a650e70 ART: Fix unclosed files in dex2oat by Andreas Gampe · 10 years ago
  47. e3a650a Fix mac build by Mathieu Chartier · 10 years ago
  48. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  49. 5055c8e Merge "ART: Print initialization failures to file" by Andreas Gampe · 10 years ago
  50. 4586fb6 Print the right default for the compiler backend. by Nicolas Geoffray · 10 years ago
  51. dbfe254 ART: Print initialization failures to file by Andreas Gampe · 10 years ago
  52. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  53. 10e477d ART: Split image and non-image case in dex2oat by Andreas Gampe · 10 years ago
  54. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  55. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  56. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  57. 0d8db99 Implement invokesuper in optimizing. by Nicolas Geoffray · 10 years ago
  58. 88ec7f4 ART: Refactor dex2oat by Andreas Gampe · 10 years ago
  59. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  60. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  61. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  62. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  63. 70587a2 ART: Fix multi-image testing by Andreas Gampe · 10 years ago
  64. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  65. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  66. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  67. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  68. d7a11bc Fix dex2oat cross-compilation. by Nicolas Geoffray · 10 years ago
  69. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 10 years ago
  70. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  71. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  72. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  73. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  74. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  75. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  76. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  77. 4f694ba dex2oat should truncate files opened from file descriptors by Brian Carlstrom · 10 years ago
  78. 1b5a5dc Merge "ART: Sync oat file to disk before patching" by Andreas Gampe · 10 years ago
  79. 33cb94e ART: Sync oat file to disk before patching by Andreas Gampe · 10 years ago
  80. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 10 years ago
  81. daab38c ART: Make elf loading not abort by Andreas Gampe · 10 years ago
  82. 13b9f43 Increase dex2oat timeouts for debug builds by Mathieu Chartier · 10 years ago
  83. bd25d4b ART: Add capability for a pass to have options by Razvan A Lupusoru · 10 years ago
  84. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  85. f0d5427 Merge "ART: Turn on dex2oat watchdog on target" by Andreas Gampe · 10 years ago
  86. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  87. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 10 years ago
  88. b30d858 Merge "Fix art build script." by Ian Rogers · 10 years ago
  89. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  90. a62a588 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 10 years ago
  91. 03f92f4 Fix art build script. by Junmo Park · 10 years ago
  92. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  93. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  94. bf40ddb ART: Turn on dex2oat watchdog on target by Andreas Gampe · 10 years ago
  95. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  96. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  97. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  98. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  99. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  100. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago