1. bf13e80 ART: Use a 50-deep call-stack in valgrind by Andreas Gampe · 8 years ago
  2. 74bc6df Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  3. 1c155f8 Merge changes Id2bc87dc,I17c191ec by Colin Cross · 8 years ago
  4. 3196360 Remove auto-generated executable list by Colin Cross · 8 years ago
  5. b2ca72a Merge "Revert "Remove auto-generated executable list"" by Treehugger Robot · 8 years ago
  6. 39a1250 Revert "Remove auto-generated executable list" by Colin Cross · 8 years ago
  7. 1c29876 Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  8. c3acfc5 Finish dexlayout dumping of dex files and added test. by Jeff Hao · 8 years ago
  9. 6cb44d9 Remove auto-generated executable list by Colin Cross · 8 years ago
  10. c564406 Fix debug flag ordering by Colin Cross · 8 years ago
  11. de7b49a Fix ODR violation by Colin Cross · 8 years ago
  12. 1f7f3bd Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  13. e7c85ad Merge "ARM: VIXL32: Implement VIXL-based assembler." by Treehugger Robot · 8 years ago
  14. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 8 years ago
  15. 316417e Revert "Convert libart and dependencies to Android.bp" by Colin Cross · 8 years ago
  16. 4ea3a22 Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  17. dac87e9 ART: Remove -std=gnu++11 by Andreas Gampe · 8 years ago
  18. ff46c7d Only compile device codegen for device architectures by Colin Cross · 8 years ago
  19. a75b01a Fix building tests with partial arch codegen support by Colin Cross · 8 years ago
  20. 12e097c ARM: VIXL32: Implement VIXL-based assembler. by Artem Serov · 8 years ago
  21. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 8 years ago
  22. 802d598 Remove ART_DEFAULT_INSTRUCTION_SET_FEATURES by Colin Cross · 8 years ago
  23. 49948e9 Add skeleton of a jvmti plugin for art. by Alex Light · 8 years ago
  24. b41928d ART: Reduce stack frame size limit on host by Andreas Gampe · 8 years ago
  25. d126228 ART: Configure stack guard size in the Makefile by Andreas Gampe · 8 years ago
  26. 2ea9153 ARM64: Use libvixld when compiling for debug mode. by Alexandre Rames · 8 years ago
  27. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago
  28. 71572de Add a graph coloring art test option by Matthew Gharrity · 8 years ago
  29. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  30. ecf75a6 ART: remove gcc cruft from the makefiles by Colin Cross · 8 years ago
  31. 998bf2b ART: remove ART_JIT makefile variable by Colin Cross · 8 years ago
  32. 7adeda8 Revert "Revert "ART: Add dex2oat swap usage test"" by Andreas Gampe · 8 years ago
  33. ec743ff Revert "ART: Add dex2oat swap usage test" by Andreas Gampe · 8 years ago
  34. ab2a540 ART: Add dex2oat swap usage test by Andreas Gampe · 8 years ago
  35. 34a8a0f ART: Make run-test temp dir consistent by Andreas Gampe · 8 years ago
  36. df53be2 Disable warnings triggered in Clang r271374 by Pirama Arumuga Nainar · 8 years ago
  37. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 8 years ago
  38. dedde3f Merge "Have LOCAL_ASFLAGS honor debug/non-debug configuration." by Roland Levillain · 8 years ago
  39. f51ac42 Fix missing patchoat dependency for dex2oat test. by Richard Uhler · 8 years ago
  40. c9c5fe4 Merge "Add missing dependency required for ahat-test." by Treehugger Robot · 8 years ago
  41. c5a0004 Add missing dependency required for ahat-test. by Richard Uhler · 8 years ago
  42. 072350e Merge "Revert "Add missing dependency required for ahat-test."" by Richard Uhler · 8 years ago
  43. 3fbfab1 Revert "Add missing dependency required for ahat-test." by Richard Uhler · 8 years ago
  44. 97c7873 Merge "Add missing dependency required for ahat-test." by Treehugger Robot · 8 years ago
  45. b5390f7 Have LOCAL_ASFLAGS honor debug/non-debug configuration. by Roland Levillain · 8 years ago
  46. 13f6d39 Add missing dependency required for ahat-test. by Richard Uhler · 8 years ago
  47. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 8 years ago
  48. e1459ae ART: Add dex2oat swap-usage parameters by Andreas Gampe · 8 years ago
  49. 4d2bb1b Fix StringReferenceValueComparator. by Vladimir Marko · 8 years ago
  50. 013e3f3 Change IMT size from 64 to 43 by Matthew Gharrity · 8 years ago
  51. 3add9cb MIPS32: Assembler tests for MIPS32R6 by Chris Larsen · 8 years ago
  52. e5e76f4 Add Valgrind target tests by Anton Kirilov · 8 years ago
  53. a06481e Bump frame size limit 8 bytes to fix x86_64 build with latest external/libcxx by Brian Carlstrom · 8 years ago
  54. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  55. a246510 Merge "Patch for compiling art to run on linux target" by Roland Levillain · 8 years ago
  56. 5edb063 Fix check_jni_compiler tests by Dimitry Ivanov · 8 years ago
  57. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 8 years ago
  58. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 8 years ago
  59. 3071f80 Patch for compiling art to run on linux target by Bilyan Borisov · 8 years ago
  60. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  61. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 8 years ago
  62. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  63. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 8 years ago
  64. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  65. 835e023 Merge "Remove obsolete ANDROID_COMPILE_WITH_JACK" by Ying Wang · 8 years ago
  66. 2b763c3 Remove obsolete ANDROID_COMPILE_WITH_JACK by Sebastien Hertz · 8 years ago
  67. fbe160b Remove obsolete LOCAL_DX_FLAGS. by Ying Wang · 8 years ago
  68. 6a63bac Allow x86+arm multilib build. by Ying Wang · 8 years ago
  69. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  70. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  71. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  72. 7db00cd Update Makefile and scripts after Quick removal. by Nicolas Geoffray · 8 years ago
  73. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  74. 2f74be0 Merge "Enable clang for ARM builds." by Stephen Hines · 8 years ago
  75. dc15e89 Suppress a valgrind libc issue. by Hiroshi Yamauchi · 8 years ago
  76. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 8 years ago
  77. a388c5a Enable clang for ARM builds. by Stephen Hines · 8 years ago
  78. 970e191 Made art/runtime/arch/stub_test.cc compile with -O2 again. by Bilyan Borisov · 8 years ago
  79. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 8 years ago
  80. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  81. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 8 years ago
  82. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 8 years ago
  83. 920e123 Merge "Revert "Force Jack to consider multidex annotations"" by Delphine Martin · 8 years ago
  84. a5502e3 Merge "Revert "Add profman tool: responsible to process profiles"" by Nicolas Geoffray · 8 years ago
  85. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 8 years ago
  86. 6ad2d8b Revert "Force Jack to consider multidex annotations" by Delphine Martin · 8 years ago
  87. b7f9aa8 Merge "Add profman tool: responsible to process profiles" by Calin Juravle · 8 years ago
  88. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 9 years ago
  89. 1fdabe6 Revert "Do not build art with clang for mips64" by Andreas Gampe · 8 years ago
  90. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  91. 37ba27a Temporarily use -fstack-protector for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  92. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 9 years ago
  93. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  94. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  95. 80c0d79 Sort output of a find command in makefile by Alex Light · 9 years ago
  96. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  97. 10edbb1 ART: Use libopenjdkd by Andreas Gampe · 9 years ago
  98. 7825791 Merge "Force Jack to consider multidex annotations" by Yohann Roussel · 9 years ago
  99. 8cc049c Force Jack to consider multidex annotations by Yohann Roussel · 9 years ago
  100. c7d4a58 ART: Use non-stripped core jars in gtests by Andreas Gampe · 9 years ago