1. fcea56f Fix issue with copied methods not being checked. by Alex Light · 9 years ago
  2. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  3. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  4. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  5. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 10 years ago
  6. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 10 years ago
  7. 1ee101a Merge "Revert "Write dex files to oat file early."" by Vladimir Marko · 10 years ago
  8. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 10 years ago
  9. a810830 Merge "Write dex files to oat file early." by Vladimir Marko · 10 years ago
  10. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 10 years ago
  11. 625a64a Write dex files to oat file early. by Vladimir Marko · 10 years ago
  12. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 10 years ago
  13. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  14. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 10 years ago
  15. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  16. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 10 years ago
  17. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  18. bc90a05 Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  19. 533d63a Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  20. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  21. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  22. e6f84a5 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  23. 7d5a577 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  24. 523ef21 Merge "x86 Baker\'s read barrier fast path implementation." am: 089ff4886a by Roland Levillain · 10 years ago
  25. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  26. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  27. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  28. cddac8b Merge "Optimizing: Add direct calls to math intrinsics" am: 376cbcc516 by Nicolas Geoffray · 10 years ago
  29. 376cbcc Merge "Optimizing: Add direct calls to math intrinsics" by Nicolas Geoffray · 10 years ago
  30. 4d4a006 Merge "Refactor and clean up OatWriter and Dex2Oat." am: a1b21219db by Vladimir Marko · 10 years ago
  31. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 10 years ago
  32. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 10 years ago
  33. 22ad8de Merge "Add ElfWriter::GetStream()." am: cf6bd55863 am: e3ce7c04c7 am: 4d7bd60566 by Vladimir Marko · 10 years ago
  34. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 10 years ago
  35. fd422b6 Merge "Refactor oat file writing to give Dex2Oat more control." am: d1744d449c am: 110d07e2c0 by Vladimir Marko · 10 years ago
  36. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 10 years ago
  37. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 10 years ago
  38. 9515b51 Fix oat_test by Yi Kong · 10 years ago
  39. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  40. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  41. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 10 years ago
  42. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 10 years ago
  43. c033474 Add basic image writer support for app images by Mathieu Chartier · 10 years ago
  44. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 10 years ago
  45. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  46. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  47. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  48. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  49. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 10 years ago
  50. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  51. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  52. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  53. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  54. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  55. 70bef0d ART: Add compiled-methods by Andreas Gampe · 10 years ago
  56. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  57. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  58. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  59. bb9c6b1 ART: Refactor callbacks_ in common_runtime_test by Andreas Gampe · 10 years ago
  60. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 10 years ago
  61. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  62. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  63. 5bdab12 Clean up pass driver by Mathieu Chartier · 11 years ago
  64. 1c1d40a Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 11 years ago
  65. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  66. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 11 years ago
  67. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago
  68. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  69. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 11 years ago
  70. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  71. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 11 years ago
  72. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  73. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  74. d4c4d95 Some code clean-up. by Ian Rogers · 11 years ago
  75. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  76. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  77. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  78. 928f72b ART: Fix things for valgrind by Andreas Gampe · 11 years ago
  79. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  80. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  81. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  82. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 11 years ago
  83. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  84. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  85. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  86. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  87. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 11 years ago
  88. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  89. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 11 years ago
  90. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 11 years ago
  91. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
  92. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  93. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  94. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  95. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  96. a2eca52 ART: Fix oat_test for 64b by Andreas Gampe · 11 years ago
  97. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  98. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  99. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  100. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 11 years ago