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