1. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 11 years ago
  2. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  3. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  4. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  5. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  6. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  7. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  8. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  9. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  10. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  11. 0d6adac Fix apps with more than one dex file with the same name by Brian Carlstrom · 12 years ago
  12. d9cffea Faster Signature::operator==(const StringPiece& rhs). by Vladimir Marko · 12 years ago
  13. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 12 years ago
  14. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  15. cf5077a Remove unused length from DexFile GetString calls. by Ian Rogers · 12 years ago
  16. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 12 years ago
  17. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  18. 4e62746 resolved conflicts for merge of 5d79c5de to dalvik-dev by Brian Carlstrom · 12 years ago
  19. e810452 Preload DexCaches by Brian Carlstrom · 12 years ago
  20. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 12 years ago
  21. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 12 years ago
  22. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 12 years ago
  23. fc0e94b StringPiece clean up. by Ian Rogers · 12 years ago
  24. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  25. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  26. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  27. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  28. b24bd99 Move some DexFile checks to debug build only. by Sebastien Hertz · 12 years ago
  29. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  30. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  31. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  32. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/dex_file.h]
  33. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  34. 637c65b Verifier improvements. by Ian Rogers · 12 years ago
  35. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  36. dbbc99d Factor out try item from catch handler finding. by Ian Rogers · 12 years ago
  37. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  38. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  39. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  40. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  41. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  42. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 13 years ago
  43. 88f3654 Add support for Value Format VALUE_TYPE in the encoded_array_item used for initial values of static field references from a class_def_item by Brian Carlstrom · 13 years ago
  44. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  45. 3d1548d Make compiler initialization of classes parallel. by Ian Rogers · 13 years ago
  46. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  47. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  48. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 13 years ago
  49. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  50. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 13 years ago
  51. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 13 years ago
  52. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  53. 24edeb5 Fix some camelCase. by Elliott Hughes · 13 years ago
  54. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  55. 19c350a Move payload data structures to dex_instruction.h. by Logan Chien · 13 years ago
  56. 736df02 Use try item offset to find catch block instead of Dex PC. by Logan Chien · 13 years ago
  57. af778e6 Add an explicit type for the dex "payload" data. by Elliott Hughes · 13 years ago
  58. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago
  59. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  60. dd361c9 Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler. by Logan Chien · 13 years ago
  61. ee0fa76 Don't use variable-length arrays. by Elliott Hughes · 13 years ago
  62. 45651fd Fix various debugger method invocation bugs. by Elliott Hughes · 13 years ago
  63. 2435a57 Support for single-stepping by line. by Elliott Hughes · 13 years ago
  64. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  65. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 14 years ago
  66. f6174e8 Fix to prevent a dex file from being verified multiple times. by jeffhao · 14 years ago
  67. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  68. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 14 years ago
  69. 10037c8 Added pass to verify structure of dex file. by jeffhao · 14 years ago
  70. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 14 years ago
  71. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 14 years ago
  72. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 14 years ago
  73. 61e513c Include DexFile::GetLocation() in DexFile [D]CHECKs by Brian Carlstrom · 14 years ago
  74. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  75. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 14 years ago
  76. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 14 years ago
  77. 03181a8 Implement debugger support for getting thread stacks. by Elliott Hughes · 14 years ago
  78. 9b1a4f4 Refactor testing to use dex file find routines. by Ian Rogers · 14 years ago
  79. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  80. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 14 years ago
  81. d81871c Verifier clean up. by Ian Rogers · 14 years ago
  82. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 14 years ago
  83. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  84. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  85. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  86. 8e1b4ff Fix line number calculation that deviates from old Dalvik. by Shih-wei Liao · 14 years ago
  87. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 14 years ago
  88. 3064683 Fix the double-OOME case again. by Elliott Hughes · 14 years ago
  89. aded5f7 Working ClassLoader by Brian Carlstrom · 14 years ago
  90. 58ae941 Simplify command line arguments by Brian Carlstrom · 14 years ago
  91. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 14 years ago
  92. e24fa61 Separate oat from image by Brian Carlstrom · 14 years ago
  93. 6bf1915 Revert "Reverts to track dalvik and libcore" by Jesse Wilson · 14 years ago
  94. 53d6ff4 Reverts to track dalvik and libcore by Brian Carlstrom · 14 years ago
  95. 98fb416 Implement Class.getDex. by Elliott Hughes · 14 years ago
  96. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 14 years ago
  97. b4df514 Added more checking upon resolution and bytecode rewriting to verifier. by jeffhao · 14 years ago
  98. 78128a6 oatdump by Brian Carlstrom · 14 years ago
  99. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  100. 98eacac Enabled verification in the compiler and some other verifier fixes. by jeffhao · 14 years ago