1. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  2. 353e494 Merge "Fix a large object space issue with the GSS collector." by Hiroshi Yamauchi · 10 years ago
  3. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 10 years ago
  4. a0e4b01 Merge "Fix GC options to make the setting available" by Mathieu Chartier · 10 years ago
  5. e7386ea Merge "Reduce PassDriver overhead, clean up Pass and PassDriver." by Vladimir Marko · 10 years ago
  6. 6c2270b Fix GC options to make the setting available by lzang1 · 10 years ago
  7. 75ba13f Reduce PassDriver overhead, clean up Pass and PassDriver. by Vladimir Marko · 10 years ago
  8. 78c0bb9 Merge "Refactor array access for the interpreter." by Sebastien Hertz · 10 years ago
  9. 6203d3e Merge "Bump oat file version due to apparent recent code/runtime interface change" by Brian Carlstrom · 10 years ago
  10. 7f9d66c Bump oat file version due to apparent recent code/runtime interface change by Brian Carlstrom · 10 years ago
  11. 86b26b7 Merge "Visit libraries roots in JavaVMExt::VisitRoots" by Mathieu Chartier · 10 years ago
  12. d39083e Merge "Remove boot.art phony target" by Brian Carlstrom · 10 years ago
  13. 660f8f0 Remove boot.art phony target by Brian Carlstrom · 10 years ago
  14. 8f4be93 Visit libraries roots in JavaVMExt::VisitRoots by Mathieu Chartier · 10 years ago
  15. 5b8cf9d Merge "Change DisableGC to DisableMovingGC." by Mathieu Chartier · 10 years ago
  16. 0088703 Merge "Modify to use new BacktraceMap creation function." by Christopher Ferris · 10 years ago
  17. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 10 years ago
  18. be9e06c Merge "art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA" by Brian Carlstrom · 10 years ago
  19. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 10 years ago
  20. 8721832 Merge "Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE" by Brian Carlstrom · 10 years ago
  21. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 10 years ago
  22. 7f496e6 Merge "Add VerfiedMethod to DexCompilationUnit." by Vladimir Marko · 10 years ago
  23. 8c66ad7 Merge "Refactor verification results." by Vladimir Marko · 10 years ago
  24. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 10 years ago
  25. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  26. 76c8e59 Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE by Brian Carlstrom · 10 years ago
  27. caf22ac Modify to use new BacktraceMap creation function. by Christopher Ferris · 10 years ago
  28. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 10 years ago
  29. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 10 years ago
  30. 6e65720 Merge "Remove the link from dalvik instruction back to kMirOpCheck." by Vladimir Marko · 10 years ago
  31. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  32. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 10 years ago
  33. cd28a22 Merge "Reduce x86 sequence for GP pair to XMM" by Ian Rogers · 11 years ago
  34. f9b3bdb Merge "Fix bugs in ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  35. 3e8b2e1 Fix bugs in ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  36. e1ede2c Merge "Work around 103-string-append slowness by not running debug build" by Brian Carlstrom · 11 years ago
  37. 9a09160 Merge "Improve IsMovableObject logic." by Mathieu Chartier · 11 years ago
  38. 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
  39. 5b20ef9 Work around 103-string-append slowness by not running debug build by Brian Carlstrom · 11 years ago
  40. afb2c32 Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH by Brian Carlstrom · 11 years ago
  41. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 11 years ago
  42. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 11 years ago
  43. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  44. 26a302b Merge "Change GC ergonomics to better handle heap verification." by Mathieu Chartier · 11 years ago
  45. 787bbf8 Merge "64bit printf flag clean-up for MIR graph." by Ian Rogers · 11 years ago
  46. e4a8d91 Merge "Revert "Remove the link from dalvik instruction back to kMirOpCheck."" by Ian Rogers · 11 years ago
  47. 7476280 Change GC ergonomics to better handle heap verification. by Mathieu Chartier · 11 years ago
  48. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 11 years ago
  49. d72f62a Merge "art: rename aarch64 target to arm64" by Colin Cross · 11 years ago
  50. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  51. 23b03b5 64bit printf flag clean-up for MIR graph. by Ian Rogers · 11 years ago
  52. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 11 years ago
  53. 5710355 Merge "Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV" by Ian Rogers · 11 years ago
  54. f2f77d9 Merge "64bit friendly printf modifiers in JDWP." by Ian Rogers · 11 years ago
  55. fb87d20 Merge "64bit fixes for elf file." by Ian Rogers · 11 years ago
  56. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 11 years ago
  57. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  58. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 11 years ago
  59. d9e4e0c 64bit friendly printf modifiers in JDWP. by Ian Rogers · 11 years ago
  60. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 11 years ago
  61. 3605b38 Merge "Fix 64bit compilation issues with IndirectRef." by Ian Rogers · 11 years ago
  62. 469abfd Merge "64bit friendly printf modifiers in Instruction::DumpString." by Ian Rogers · 11 years ago
  63. 9a38ac0 Merge "Remove the link from dalvik instruction back to kMirOpCheck." by Vladimir Marko · 11 years ago
  64. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  65. e1cf6d8 Merge "Move fused cmp branch ccode to MIR::meta." by Vladimir Marko · 11 years ago
  66. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 11 years ago
  67. cdfcf37 64bit fixes for elf file. by Ian Rogers · 11 years ago
  68. f61db68 Fix 64bit compilation issues with IndirectRef. by Ian Rogers · 11 years ago
  69. b574c18 64bit friendly printf modifiers in Instruction::DumpString. by Ian Rogers · 11 years ago
  70. c0df897 Merge "Move __STDC_FORMAT_MACROS to a cflag." by Ian Rogers · 11 years ago
  71. 3cab422 Move __STDC_FORMAT_MACROS to a cflag. by Ian Rogers · 11 years ago
  72. 81de680 art: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  73. 5f7b000 Merge "64bit monitors are forced to 32bit in lock words." by Ian Rogers · 11 years ago
  74. c666ee8 64bit monitors are forced to 32bit in lock words. by Ian Rogers · 11 years ago
  75. 0080783 Merge "64bit friendly printf modifiers in mem map errors." by Ian Rogers · 11 years ago
  76. a64c4a9 Merge "Update ElfWriterMclinker for klp" by Brian Carlstrom · 11 years ago
  77. debeb3a 64bit friendly printf modifiers in mem map errors. by Ian Rogers · 11 years ago
  78. 2f7130b Merge "64bit friendly GC CAS operations." by Ian Rogers · 11 years ago
  79. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  80. 8c95011 Merge "Use direct class pointers at allocation sites in the compiled code." by Hiroshi Yamauchi · 11 years ago
  81. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  82. 2eea3f3 Merge "64bit cleanliness for the dex file verifier." by Ian Rogers · 11 years ago
  83. 8a6bbfc 64bit cleanliness for the dex file verifier. by Ian Rogers · 11 years ago
  84. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  85. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 11 years ago
  86. 919743e Merge "64bit cleanliness requires PRI*64 macros for stdint types." by Ian Rogers · 11 years ago
  87. 399b09b Merge "Fix 64bit issues in logging code." by Ian Rogers · 11 years ago
  88. b400da0 Fix 64bit issues in logging code. by Ian Rogers · 11 years ago
  89. 220228e 64bit cleanliness requires PRI*64 macros for stdint types. by Ian Rogers · 11 years ago
  90. 6c957f4 Merge "Fix header file references to the ::llvm::ELF namespace." by Vladimir Marko · 11 years ago
  91. 6c91a09 Merge "Fix non-PLT text relocation introduced by CL 79466" by Ian Rogers · 11 years ago
  92. d9de839 Fix header file references to the ::llvm::ELF namespace. by Vladimir Marko · 11 years ago
  93. b10a57d Fix non-PLT text relocation introduced by CL 79466 by Mark Mendell · 11 years ago
  94. 9d8918f Merge "Mark methods in method_verifier-inl.h as inline." by Vladimir Marko · 11 years ago
  95. a2e72b6 Merge "Use macros to remove CFI information for MAC OS/X" by Ian Rogers · 11 years ago
  96. 3f2d031 Use macros to remove CFI information for MAC OS/X by Mark Mendell · 11 years ago
  97. 0f98205 Mark methods in method_verifier-inl.h as inline. by Vladimir Marko · 11 years ago
  98. 7f09846 Merge "Clean up access checks." by Vladimir Marko · 11 years ago
  99. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  100. d6c3ae6 Merge "Clean up frontend.h includes and forward declarations." by Vladimir Marko · 11 years ago