1. 79ad831 Avoid recording CHA class status for dex2oat by Mathieu Chartier · 7 years ago
  2. 5f2d800 Merge "tools: Do not pass "&>" to dalvikvm when running art --profile" by Treehugger Robot · 7 years ago
  3. 8fe41cf Merge "Set timeout for testrunner in go/ab" by Treehugger Robot · 7 years ago
  4. fb032a7 Merge "Added a new mutator called RegisterClobber." by Aart Bik · 7 years ago
  5. e1f602e Merge "Refined HasAtLeast() for x86 and x86_64." by Aart Bik · 7 years ago
  6. a9894d2 Merge "Move IsVeryLarge check before we create verification results" by Mathieu Chartier · 7 years ago
  7. 1194244 tools: Do not pass "&>" to dalvikvm when running art --profile by Igor Murashkin · 7 years ago
  8. ba0903b Set timeout for testrunner in go/ab by Shubham Ajmera · 7 years ago
  9. 2f1d924 Merge "ARM64: JIT Code Cache maintenance" by Orion Hodson · 7 years ago
  10. e01b6f6 Move IsVeryLarge check before we create verification results by Mathieu Chartier · 7 years ago
  11. 3ecac07 ARM64: JIT Code Cache maintenance by Orion Hodson · 7 years ago
  12. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  13. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  14. 13c8343 Merge "MIPS: Reduce Baker read barrier code size overhead" by Vladimir Marko · 7 years ago
  15. 3579eb2 Merge "ARM: VIXL32: Merge (un)signed extensions and integer additions" by Treehugger Robot · 7 years ago
  16. 24f4f79 Merge "Use the rel_pc instead of computing it." by Christopher Ferris · 7 years ago
  17. 4d0371a Merge "Only update declared methods during class redefinition." by Treehugger Robot · 7 years ago
  18. ffb6d49 Merge "ART: Refactor JIT stress mode a runtime debug flag" by Treehugger Robot · 7 years ago
  19. 1b1cac2 Merge "dalvikvm.cc: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  20. 1c959aa Merge "testrunner: Don't override env defaults" by Treehugger Robot · 7 years ago
  21. 00e475c Only update declared methods during class redefinition. by Alex Light · 7 years ago
  22. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 7 years ago
  23. 0f414ed Added a new mutator called RegisterClobber. by Sumnima Joshi · 7 years ago
  24. 4147fcc MIPS: Reduce Baker read barrier code size overhead by Alexey Frunze · 7 years ago
  25. f88b5c0 Use the rel_pc instead of computing it. by Christopher Ferris · 7 years ago
  26. e8f48da Merge "Change kMultiDexSeparator from ':' to '!'" by Calin Juravle · 7 years ago
  27. 7dc46cf testrunner: Don't override env defaults by Igor Murashkin · 7 years ago
  28. 187ff45 Merge "Use AtomicDexRefMap for compiled classes" by Mathieu Chartier · 7 years ago
  29. 5354af9 Refined HasAtLeast() for x86 and x86_64. by Aart Bik · 7 years ago
  30. 56bd562 dalvikvm.cc: use proper nativehelper headers by Steven Moreland · 7 years ago
  31. 6c13ce8 Merge "Whitelist user_code_suspension_lock_ for ConditionVariable wait" by Treehugger Robot · 7 years ago
  32. 1a088d4 Use AtomicDexRefMap for compiled classes by Mathieu Chartier · 7 years ago
  33. dcc6617 Merge "Unbreak Odroid measurements." by Treehugger Robot · 7 years ago
  34. 57fe272 Merge "Pass the logger to the JIT compiler." by Treehugger Robot · 7 years ago
  35. 42cd8e7 Merge "Revert "Timeout the test run before go/ab timeout to capture test info"" by Nicolas Geoffray · 7 years ago
  36. 79400aa Whitelist user_code_suspension_lock_ for ConditionVariable wait by Alex Light · 7 years ago
  37. 3cfe3fc Revert "Timeout the test run before go/ab timeout to capture test info" by Nicolas Geoffray · 7 years ago
  38. 520dadf Unbreak Odroid measurements. by Nicolas Geoffray · 7 years ago
  39. fce0645 Merge "Change flush order in JIT code cache" by Treehugger Robot · 7 years ago
  40. 01db5f7 Pass the logger to the JIT compiler. by Nicolas Geoffray · 7 years ago
  41. 43ce5f8 Change flush order in JIT code cache by Orion Hodson · 7 years ago
  42. c5b1b06 Merge "art: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  43. 4ce0f9a Merge "Fix the default ownership of dex files in ClassLoaderContext" by Treehugger Robot · 7 years ago
  44. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  45. 41acdc1 Fix the default ownership of dex files in ClassLoaderContext by Calin Juravle · 7 years ago
  46. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 7 years ago
  47. bacafb1 Merge "Changed isInvokeCallInst() to getDifferentInvokeCallOpcode()." by Treehugger Robot · 7 years ago
  48. b12d432 Merge "Timeout the test run before go/ab timeout to capture test info" by Treehugger Robot · 7 years ago
  49. ef9f3cb Timeout the test run before go/ab timeout to capture test info by Shubham Ajmera · 7 years ago
  50. 6f7b23a Merge "Separate rw from rx views of jit code cache" by David Sehr · 7 years ago
  51. 527f18f Merge "Allow dex2oat to create a full class loader context" by Treehugger Robot · 7 years ago
  52. 774beea Merge "Verify the class loader context when loading oat files" by Treehugger Robot · 7 years ago
  53. 3d931dc Merge "Create a class loader context starting from an existing ClassLoader" by Treehugger Robot · 7 years ago
  54. 4865712 Changed isInvokeCallInst() to getDifferentInvokeCallOpcode(). by Sumnima Joshi · 7 years ago
  55. 420ee30 ARM: VIXL32: Merge (un)signed extensions and integer additions by Anton Kirilov · 7 years ago
  56. b98d384 Merge "A mutation that changes the length of an array." by Treehugger Robot · 7 years ago
  57. 7aa5449 Merge "Analysis of multiple dex files of a package added" by Treehugger Robot · 7 years ago
  58. c79470d Allow dex2oat to create a full class loader context by Calin Juravle · 7 years ago
  59. 3f91864 Verify the class loader context when loading oat files by Calin Juravle · 7 years ago
  60. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 7 years ago
  61. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  62. 64a102d Merge "ART: Ship debug tools when including debug artifacts" by Treehugger Robot · 7 years ago
  63. 9161721 A mutation that changes the length of an array. by Sumnima Joshi · 7 years ago
  64. 188ac6c Analysis of multiple dex files of a package added by Bharadwaj Kalandhabhatta · 7 years ago
  65. 3d14d2b ART: Ship debug tools when including debug artifacts by Andreas Gampe · 7 years ago
  66. 2f0ac4f Merge changes I01b45c86,I10307aea,Iefccd6ff,Ibbda8e9a,I71a7f59b by Andreas Gampe · 7 years ago
  67. 9fb4e85 Merge "Only honor $inline$ in AOT." by Treehugger Robot · 7 years ago
  68. d44c0d8 Merge "Don't encode OatQuickMethodHeader for non-compiled methods." by Treehugger Robot · 7 years ago
  69. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  70. 08490b8 Only honor $inline$ in AOT. by Nicolas Geoffray · 7 years ago
  71. 24ff023 Merge "Remove the old ARM assemblers from ART." by Vladimir Marko · 7 years ago
  72. 2bff9ca ART: Remove more object_callbacks.h includes by Andreas Gampe · 7 years ago
  73. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  74. 10d3908 ART: Remove old visit functions by Andreas Gampe · 7 years ago
  75. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 7 years ago
  76. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  77. 252eda6 Merge "Depend on dx binary directly" by Treehugger Robot · 7 years ago
  78. 0d32f4e Merge "Generalize atomic_method_ref_map to support dex references" by Treehugger Robot · 7 years ago
  79. 1847704 Merge "Avoid creating verification_results_ unnecessarily" by Treehugger Robot · 7 years ago
  80. 269a399 Merge "ART: Let benchmarks import new header library" by Treehugger Robot · 7 years ago
  81. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  82. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 7 years ago
  83. 0733dc8 Avoid creating verification_results_ unnecessarily by Mathieu Chartier · 7 years ago
  84. a78d3b0 ART: Let benchmarks import new header library by Andreas Gampe · 7 years ago
  85. bb090c4 Depend on dx binary directly by Colin Cross · 7 years ago
  86. 71a8e5b Merge "Ensure GetThreadState only counts user-code suspensions" by Treehugger Robot · 7 years ago
  87. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  88. a638954 Merge "Reduce OatWriter RAM usage for non compilation filters" by Mathieu Chartier · 7 years ago
  89. 1f0a22f Ensure GetThreadState only counts user-code suspensions by Alex Light · 7 years ago
  90. e77d124 Merge "Avoid creating verified methods for non quickening filters" by Treehugger Robot · 7 years ago
  91. 32df620 Merge "Avoid creating compiled_methods_ array unnecessarily" by Treehugger Robot · 7 years ago
  92. 3957bff Reduce OatWriter RAM usage for non compilation filters by Mathieu Chartier · 7 years ago
  93. 5fde01a Merge "Revert test changes for post startup methods change" by Mathieu Chartier · 7 years ago
  94. 7d47d5d Revert test changes for post startup methods change by Mathieu Chartier · 7 years ago
  95. 2848a5f Avoid creating verified methods for non quickening filters by Mathieu Chartier · 7 years ago
  96. c043d00 Remove the old ARM assemblers from ART. by Roland Levillain · 7 years ago
  97. 88b74b6 Avoid creating compiled_methods_ array unnecessarily by Mathieu Chartier · 7 years ago
  98. 890045e Merge "tools: Fix art script to run from adb shell interactively" by Treehugger Robot · 7 years ago
  99. 87e61d5 Merge "Comment out checks on oat files." by Treehugger Robot · 7 years ago
  100. 23cdebe Merge "MIPS: TLAB allocation entrypoints" by Treehugger Robot · 7 years ago