1. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  2. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  3. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  4. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 7 years ago
  5. 1979c64 Clean up include paths by David Sehr · 7 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  7. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  8. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  9. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  10. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  11. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  12. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  13. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  14. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  15. 57c4704 Code cleanup around compiler options and JIT. by Nicolas Geoffray · 8 years ago
  16. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  17. 2fad527 Ignore --compile-pic option for JIT. by Vladimir Marko · 8 years ago
  18. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  19. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  20. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  21. 60ca949 Optimize OatWriter when we don't compile any method. by Nicolas Geoffray · 8 years ago
  22. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  23. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  24. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  25. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  26. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  27. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  28. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  29. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  30. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 8 years ago
  31. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  32. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  33. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  34. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  35. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  36. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 9 years ago
  37. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  38. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 9 years ago
  39. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  40. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  41. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  42. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  43. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 9 years ago
  44. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  45. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  46. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  47. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  48. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  49. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  50. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  51. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  52. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  53. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  54. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 9 years ago
  55. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  56. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
  57. a215b95 Tighten default inlining settings when using the space filter. by Roland Levillain · 9 years ago
  58. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 9 years ago
  59. c833299 ART: Fix kEverything compiler filter by buzbee · 10 years ago
  60. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  61. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 10 years ago
  62. 7f49e67 Remove the --gen-gdb-info compiler option. by David Srbecky · 10 years ago
  63. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 10 years ago
  64. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 10 years ago
  65. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 10 years ago
  66. c670efd Merge "ART: Add debuggable compiler flag" by Andreas Gampe · 10 years ago
  67. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 10 years ago
  68. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 10 years ago
  69. 5bdab12 Clean up pass driver by Mathieu Chartier · 10 years ago
  70. 27e28d3 Implicit stack overflow checks and null checks are the norm now. by Nicolas Geoffray · 10 years ago
  71. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  72. dbfe254 ART: Print initialization failures to file by Andreas Gampe · 10 years ago
  73. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  74. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  75. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  76. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 10 years ago
  77. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  78. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  79. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  80. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  81. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  82. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 11 years ago
  83. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  84. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  85. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  86. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  87. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  88. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  89. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  90. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  91. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago