1. 8e3cde5 Merge "Switch art over to a long in DexFile." by Elliott Hughes · 11 years ago
  2. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 11 years ago
  3. f2ef56d Merge "Update ART tests to handle new System.gc behavior" by Mathieu Chartier · 11 years ago
  4. 7befd0e Update ART tests to handle new System.gc behavior by Mathieu Chartier · 11 years ago
  5. 9e64cab Merge "Make DexCache references const." by Vladimir Marko · 11 years ago
  6. 64cffee Make DexCache references const. by Vladimir Marko · 11 years ago
  7. c293218 Merge "Don't assume resolved type has the same dex cache." by Vladimir Marko · 11 years ago
  8. d889bf4 Merge "Add missing SIRT to CreateArrayClass." by Mathieu Chartier · 11 years ago
  9. c0a9ea4 Add missing SIRT to CreateArrayClass. by Mathieu Chartier · 11 years ago
  10. ac33bfa Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace." by Mathieu Chartier · 11 years ago
  11. 842888a Merge "Fix a race condition in RosAlloc." by Hiroshi Yamauchi · 11 years ago
  12. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  13. 40c8426 Merge "Art Compiler: fix compiler temps" by buzbee · 11 years ago
  14. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  15. d69835d Art Compiler: fix compiler temps by buzbee · 11 years ago
  16. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  17. 1f00671 Merge "Fix lock order checking violation." by Mathieu Chartier · 11 years ago
  18. caa82d6 Fix lock order checking violation. by Mathieu Chartier · 11 years ago
  19. 27e180f Merge "Fix race conditions caused by StartGC." by Mathieu Chartier · 11 years ago
  20. 316116b Merge "Remove redundant compare for x86 OpDecAndBranch" by Ian Rogers · 11 years ago
  21. 5ca04c1 Merge "Properly tolerate missing declaring source files" by Brian Carlstrom · 11 years ago
  22. 7c6aca2 Properly tolerate missing declaring source files by Brian Carlstrom · 11 years ago
  23. 81c414a Merge "Fix dump-oat-boot to work with new build location by supplying explict host-prefix" by Brian Carlstrom · 11 years ago
  24. db79f74 Fix dump-oat-boot to work with new build location by supplying explict host-prefix by Brian Carlstrom · 11 years ago
  25. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 11 years ago
  26. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 11 years ago
  27. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  28. f0c3718 Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM" by Ian Rogers · 11 years ago
  29. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
  30. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  31. d65c39a Merge "Enable debug build of dex2oatd on host" by Brian Carlstrom · 11 years ago
  32. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  33. b58b2b3 Merge "Remove jdwpspy." by Ian Rogers · 11 years ago
  34. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 11 years ago
  35. 2492b9d Remove jdwpspy. by Ian Rogers · 11 years ago
  36. 1cbed45 Merge "Fix multi-line hex dumping and add unit test." by Ian Rogers · 11 years ago
  37. b39d4b1 Enable debug build of dex2oatd on host by Stuart Monteith · 11 years ago
  38. 6ed358f Merge "Add property to disable sampling profiler." by Brian Carlstrom · 11 years ago
  39. 4a7867b Add property to disable sampling profiler. by Dave Allison · 11 years ago
  40. d71e294 Merge "art: Rename persist.sys.dalvik.vm.lib to allow new default" by Brian Carlstrom · 11 years ago
  41. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  42. 2d27d83 art: Rename persist.sys.dalvik.vm.lib to allow new default by Brian Carlstrom · 11 years ago
  43. f52bb80 Merge "Bionic has <sys/ucontext.h> now." by Elliott Hughes · 11 years ago
  44. ee28773 Bionic has <sys/ucontext.h> now. by Elliott Hughes · 11 years ago
  45. f7eedc9 Merge "Remove -D__STDC_FORMAT_MACROS." by Ian Rogers · 11 years ago
  46. b5a9646 Remove -D__STDC_FORMAT_MACROS. by Ian Rogers · 11 years ago
  47. 353e494 Merge "Fix a large object space issue with the GSS collector." by Hiroshi Yamauchi · 11 years ago
  48. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  49. a0e4b01 Merge "Fix GC options to make the setting available" by Mathieu Chartier · 11 years ago
  50. e7386ea Merge "Reduce PassDriver overhead, clean up Pass and PassDriver." by Vladimir Marko · 11 years ago
  51. 6c2270b Fix GC options to make the setting available by lzang1 · 11 years ago
  52. 75ba13f Reduce PassDriver overhead, clean up Pass and PassDriver. by Vladimir Marko · 11 years ago
  53. 78c0bb9 Merge "Refactor array access for the interpreter." by Sebastien Hertz · 11 years ago
  54. 6203d3e Merge "Bump oat file version due to apparent recent code/runtime interface change" by Brian Carlstrom · 11 years ago
  55. 7f9d66c Bump oat file version due to apparent recent code/runtime interface change by Brian Carlstrom · 11 years ago
  56. 86b26b7 Merge "Visit libraries roots in JavaVMExt::VisitRoots" by Mathieu Chartier · 11 years ago
  57. d39083e Merge "Remove boot.art phony target" by Brian Carlstrom · 11 years ago
  58. 660f8f0 Remove boot.art phony target by Brian Carlstrom · 11 years ago
  59. 8f4be93 Visit libraries roots in JavaVMExt::VisitRoots by Mathieu Chartier · 11 years ago
  60. 5b8cf9d Merge "Change DisableGC to DisableMovingGC." by Mathieu Chartier · 11 years ago
  61. 0088703 Merge "Modify to use new BacktraceMap creation function." by Christopher Ferris · 11 years ago
  62. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  63. be9e06c Merge "art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA" by Brian Carlstrom · 11 years ago
  64. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 11 years ago
  65. 8721832 Merge "Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE" by Brian Carlstrom · 11 years ago
  66. f43adf6 Address another opportunity for reducing x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  67. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  68. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
  69. 7f496e6 Merge "Add VerfiedMethod to DexCompilationUnit." by Vladimir Marko · 11 years ago
  70. 8c66ad7 Merge "Refactor verification results." by Vladimir Marko · 11 years ago
  71. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  72. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  73. 76c8e59 Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE by Brian Carlstrom · 11 years ago
  74. caf22ac Modify to use new BacktraceMap creation function. by Christopher Ferris · 11 years ago
  75. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  76. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  77. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  78. 6e65720 Merge "Remove the link from dalvik instruction back to kMirOpCheck." by Vladimir Marko · 11 years ago
  79. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  80. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 11 years ago
  81. cd28a22 Merge "Reduce x86 sequence for GP pair to XMM" by Ian Rogers · 11 years ago
  82. f9b3bdb Merge "Fix bugs in ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  83. 3e8b2e1 Fix bugs in ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  84. e1ede2c Merge "Work around 103-string-append slowness by not running debug build" by Brian Carlstrom · 11 years ago
  85. 9a09160 Merge "Improve IsMovableObject logic." by Mathieu Chartier · 11 years ago
  86. a8453b9 Merge "Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH" by Brian Carlstrom · 11 years ago
  87. 5b20ef9 Work around 103-string-append slowness by not running debug build by Brian Carlstrom · 11 years ago
  88. afb2c32 Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH by Brian Carlstrom · 11 years ago
  89. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 11 years ago
  90. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 11 years ago
  91. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  92. 26a302b Merge "Change GC ergonomics to better handle heap verification." by Mathieu Chartier · 11 years ago
  93. 787bbf8 Merge "64bit printf flag clean-up for MIR graph." by Ian Rogers · 11 years ago
  94. e4a8d91 Merge "Revert "Remove the link from dalvik instruction back to kMirOpCheck."" by Ian Rogers · 11 years ago
  95. 7476280 Change GC ergonomics to better handle heap verification. by Mathieu Chartier · 11 years ago
  96. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 11 years ago
  97. d72f62a Merge "art: rename aarch64 target to arm64" by Colin Cross · 11 years ago
  98. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  99. 23b03b5 64bit printf flag clean-up for MIR graph. by Ian Rogers · 11 years ago
  100. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 11 years ago