1. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 8 years ago
  2. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  3. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  4. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  5. 181e1cc Revert "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 8 years ago
  6. b92ba62 Revert "Refactor writing type lookup tables into OAT" by David Brazdil · 8 years ago
  7. 1a069a5 Refactor writing type lookup tables into OAT by David Brazdil · 8 years ago
  8. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  9. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  10. 35bb22f Merge "Align method code rather than method header in oat files." by Vladimir Marko · 8 years ago
  11. 0c737df Align method code rather than method header in oat files. by Vladimir Marko · 8 years ago
  12. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  13. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 8 years ago
  14. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  15. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  16. e079e21 Fix OatWriter to update the header checksum correctly. by Vladimir Marko · 8 years ago
  17. c3b13a7 Fix oat_writer to use WriteData which updates checksum. by Jeff Hao · 8 years ago
  18. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  19. 052164a Fix string patch target retrieval in OatWriter. by Vladimir Marko · 8 years ago
  20. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  21. 83ca47a Remove unused 'status' variable by Goran Jakovljevic · 8 years ago
  22. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  23. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 8 years ago
  24. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 8 years ago
  25. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 8 years ago
  26. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 8 years ago
  27. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 8 years ago
  28. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  29. c5bfa97 Split elf_writer_debug.cc to several files. by David Srbecky · 9 years ago
  30. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  31. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 9 years ago
  32. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 9 years ago
  33. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  34. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  35. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  36. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  37. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  38. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  39. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  40. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  41. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  42. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  43. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  44. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  45. eb5ddd7 Merge "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  46. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  47. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 9 years ago
  48. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  49. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  50. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  51. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  52. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  53. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  54. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  55. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  56. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  57. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  58. 9edb5b1 Revert "ART: Skip image visitor in OatWriter for VerifyAtRuntime" by Andreas Gampe · 9 years ago
  59. d5ce6a8 ART: Skip image visitor in OatWriter for VerifyAtRuntime by Andreas Gampe · 9 years ago
  60. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  61. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  62. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  63. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  64. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  65. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  66. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  67. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  68. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  69. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  70. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  71. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 9 years ago
  72. f898087 Split .oat_patches to multiple sections. by David Srbecky · 9 years ago
  73. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 9 years ago
  74. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  75. 009e2a6 Do not deduplicate code if --debuggable is set. by David Srbecky · 9 years ago
  76. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 9 years ago
  77. 180b315 Merge "Relocate DWARF using .oat_patches." by David Srbecky · 9 years ago
  78. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  79. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 9 years ago
  80. 0df9e1f Remove duplicate of DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  81. 3795e94 Merge "Split RelativePatcher::ReserveSpace() into two." by Vladimir Marko · 9 years ago
  82. 71b0ddf Split RelativePatcher::ReserveSpace() into two. by Vladimir Marko · 9 years ago
  83. e28be7d Merge "Add tests for Thumb2RelativePatcher." by Vladimir Marko · 9 years ago
  84. 4d23c9d Add tests for Thumb2RelativePatcher. by Vladimir Marko · 9 years ago
  85. e8a339e Merge "Write .debug_line section using the new DWARF library." by David Srbecky · 9 years ago
  86. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 9 years ago
  87. dc56cc5 PC-relative loads from dex cache arrays for x86-64. by Vladimir Marko · 9 years ago
  88. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 9 years ago
  89. c74658b Cortex-A53 Erratum 843419 workaround in OatWriter. by Vladimir Marko · 9 years ago
  90. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  91. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  92. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  93. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  94. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  95. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  96. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  97. a0acc2d Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."" by Jeff Hao · 10 years ago
  98. 14247b6 Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." by Brian Carlstrom · 10 years ago
  99. 1e3dfff Allow preopted apps to have sharpened calls for non-x86 architectures. by Jeff Hao · 10 years ago
  100. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago