1. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  2. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  3. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  4. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  5. badee98 Optimize IMT by Nelli Kim · 8 years ago
  6. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  7. a13abba Fix heap check. by Mathieu Chartier · 8 years ago
  8. d12f9c1 ART: Save or erase the file even if I/O failed by Serdjuk, Nikolay Y · 8 years ago
  9. ec1514a Add patchoat check that input oat file has patch section. by Jeff Hao · 8 years ago
  10. 7a1c014 Remove TEMP_FAILURE_RETRY for unlink by Dimitry Ivanov · 8 years ago
  11. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 8 years ago
  12. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 8 years ago
  13. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  14. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  15. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  16. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  17. 0d2af30 Fix multi-image TODOs in patchoat. by Jeff Hao · 9 years ago
  18. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  19. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  20. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  21. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  22. 41dc8ce Combine class sets when writing a class table by Mathieu Chartier · 9 years ago
  23. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  24. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  25. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  26. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  27. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  28. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  29. 5e289b2 Merge "Make patchoat match offset when given a patched image" by Alex Light · 9 years ago
  30. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  31. 0eb76d2 Make patchoat match offset when given a patched image by Alex Light · 9 years ago
  32. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  33. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  34. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  35. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  36. 569e81e Merge "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  37. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  38. d5bd4fd Merge "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  39. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  40. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  41. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  42. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  43. 33d75bc Merge "ART: Fix VerifyObject runtime verification" by Andreas Gampe · 9 years ago
  44. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  45. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  46. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 9 years ago
  47. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 9 years ago
  48. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  49. 3296f4c Host dex2oat and patchoat require libcutils. by Richard Uhler · 9 years ago
  50. a473f51 patchoat: DisableAutoClose when patching in place by Julien Delayen · 9 years ago
  51. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  52. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 10 years ago
  53. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  54. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  55. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  56. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  57. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  58. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  59. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  60. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  61. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  62. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  63. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  64. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  65. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  66. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  67. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  68. 8c52a3f Add some missing TEMP_FAILURE_RETRYs around unlink(2) by Brian Carlstrom · 10 years ago
  69. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  70. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  71. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  72. daab38c ART: Make elf loading not abort by Andreas Gampe · 10 years ago
  73. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  74. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  75. 76ab347 Fix art build script by Junmo Park · 10 years ago
  76. 4b0d2d9 Make patchoat use the sht_entsize when patching. by Alex Light · 10 years ago
  77. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  78. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  79. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  80. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  81. eefbe39 Fix some style nitpicks by Alex Light · 10 years ago
  82. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago