1. 6d7f179 Make oatdump work with .art files and code generated by Optimizing. by Roland Levillain · 9 years ago
  2. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 9 years ago
  3. ab00b7a Make dump-oat-target work with second architecture by Brian Carlstrom · 9 years ago
  4. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  5. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  6. 7922d0f Merge "Show stack maps and Dex register maps in oatdump's assembly code." by Roland Levillain · 9 years ago
  7. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  8. f2650d1 Show stack maps and Dex register maps in oatdump's assembly code. by Roland Levillain · 9 years ago
  9. 0396ed7 Improve art::CodeInfo dumping. by Roland Levillain · 9 years ago
  10. 19510f0 Add oatdump test by Mathieu Chartier · 9 years ago
  11. df2bb1f ART: Fix double-free in oatdump by Andreas Gampe · 9 years ago
  12. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 9 years ago
  13. 0c5bbc1 Minor refactoring of ElfBuilder. by David Srbecky · 9 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  15. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 9 years ago
  16. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  17. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  18. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  19. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  20. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  21. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  22. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  23. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 9 years ago
  24. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  25. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 9 years ago
  26. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  27. 32f500d ART: oatdump enhancements by Anestis Bechtsoudis · 9 years ago
  28. 442b46a Display optimizing compiler's CodeInfo objects in oatdump. by Roland Levillain · 9 years ago
  29. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  30. c24f399 ART: Fix oatdump by Andreas Gampe · 10 years ago
  31. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  32. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  33. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  34. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  35. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  36. 834896d Merge "Improvements to the ARM64 disassembler." by Ian Rogers · 10 years ago
  37. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  38. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  39. 3fcd220 Add a --method-filter option to oatdump. by Nicolas Geoffray · 10 years ago
  40. 13407c5 Fix dump-oat-core-* by Ian Rogers · 10 years ago
  41. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  42. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  43. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  44. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  45. a37d925 Improvements to the ARM64 disassembler. by Alexandre Rames · 10 years ago
  46. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  47. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  48. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  49. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  50. d424d08 Fix oatdump for no image by Mathieu Chartier · 10 years ago
  51. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  52. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  53. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  54. 24f4b81 Merge "ART: Allow oatdump to verify oat file" by Andreas Gampe · 10 years ago
  55. 00b25f3 ART: Allow oatdump to verify oat file by Andreas Gampe · 10 years ago
  56. 20d3eae Update comment about disabling vmap dump. by Nicolas Geoffray · 10 years ago
  57. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  58. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  59. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  60. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  61. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  62. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago
  63. faf9f0d ART: Allow oatdump to print vr stack locations by Razvan A Lupusoru · 10 years ago
  64. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  65. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  66. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  67. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  68. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  69. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  70. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  71. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  72. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  73. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  74. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  75. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  76. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  77. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  78. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  79. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  80. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  81. a8b41aa ART: Allocate ostreams on the heap in Oatdump::DumpOatMethod by Andreas Gampe · 10 years ago
  82. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  83. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  84. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  85. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  86. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  87. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  88. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  89. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  90. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  91. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  92. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 10 years ago
  93. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  94. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 10 years ago
  95. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 10 years ago
  96. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  97. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  98. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 10 years ago
  99. 404f59f Adds 2 new option args to oatdump: by Dave Allison · 10 years ago
  100. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 10 years ago