1. 49af4ca Fix oat version error message formatting. by Vladimir Marko · 4 years, 8 months ago
  2. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 4 years, 9 months ago
  3. d3d00c0 Refactor oat.h. by Vladimir Marko · 4 years, 9 months ago
  4. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 5 years ago
  5. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 5 years ago
  6. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  7. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  8. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  9. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  10. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  11. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  12. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  13. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  14. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  15. f8cd890 ART: Note CC configuration down into oat files by Andreas Gampe · 8 years ago
  16. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 8 years ago
  17. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  18. 2c6b494 Don't update checksum if data ptr is null. by Jeff Hao · 8 years ago
  19. 1c4eb04 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 8 years ago
  20. 7bcfcb8 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  21. 5d95076 Symbolize native debug information for AOTed methods in boot.oat. by David Srbecky · 8 years ago
  22. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 8 years ago
  23. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 8 years ago
  24. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  25. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  26. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  27. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  28. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  29. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  30. 2bcb3b2 ART: Show invalid oat header cause in error message by Andreas Gampe · 10 years ago
  31. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  32. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  33. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  34. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  35. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  36. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 10 years ago
  37. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  38. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  39. 5f9a954 Delete unused imtable field by Mathieu Chartier · 10 years ago
  40. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 10 years ago
  41. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  42. 1ba0f59 Support hard float on arm in optimizing compiler. by Nicolas Geoffray · 10 years ago
  43. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  44. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  45. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  46. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  47. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  48. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  49. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  50. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  51. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  52. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  53. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  54. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  55. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  56. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  57. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  58. e1d0781 Fix interpreter entrypoint initialization in the image by Sebastien Hertz · 10 years ago
  59. c0cf944 Switch on implicit checks and bump oat version to force recompilation by Dave Allison · 10 years ago
  60. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 10 years ago
  61. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  62. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  63. f36d985 Bump oat version to force recompile. by Dave Allison · 10 years ago
  64. 09bc9d2 Bump oat version again to force recompile by Dave Allison · 10 years ago
  65. ffcf226 Up OAT version to force recompile by Dave Allison · 10 years ago
  66. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 10 years ago
  67. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  68. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  69. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 10 years ago
  70. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  71. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  72. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 10 years ago
  73. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  74. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  75. c6104ae Fix oatdump for apps. by Dave Allison · 10 years ago
  76. 173a8b4 Bump oat version due to InstructionSet enum renumbering in change: by Brian Carlstrom · 10 years ago
  77. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  78. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 10 years ago
  79. 7f9d66c Bump oat file version due to apparent recent code/runtime interface change by Brian Carlstrom · 10 years ago
  80. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  81. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  82. 5da3778 Turn up oat version to 11 by Brian Carlstrom · 11 years ago
  83. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  84. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  85. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  86. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  87. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat.cc]
  88. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  89. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  90. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  91. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  92. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  93. 75bc896 Add missing proxy_stub_offset_ initializer. by Logan Chien · 11 years ago
  94. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  95. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  96. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  97. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  98. 341df94 Bump oat version number and add OatHeaderSizeCheck test by Brian Carlstrom · 12 years ago
  99. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  100. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago