1. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 9 years ago
  2. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 9 years ago
  3. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 9 years ago
  4. b81a984 Revert "Basic obsolete methods support" by Alex Light · 9 years ago
  5. d8936da Basic obsolete methods support by Alex Light · 9 years ago
  6. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 9 years ago
  7. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  8. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  9. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 9 years ago
  10. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  11. d203296 Merge "Move art/native to ObjPtr" by Mathieu Chartier · 9 years ago
  12. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 9 years ago
  13. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  14. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 9 years ago
  15. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 9 years ago
  16. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 9 years ago
  17. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 9 years ago
  18. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 9 years ago
  19. bb816d6 Add transactions for string resolve by Mathieu Chartier · 9 years ago
  20. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  21. b222393 ART: unblock compiler tests on MIPS by Alexey Frunze · 9 years ago
  22. 9210ce9 ART: Fixing build breakage. by Christina Wadsworth · 9 years ago
  23. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 9 years ago
  24. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  25. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 10 years ago
  26. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 10 years ago
  27. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  28. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  29. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  30. 4b00d34 Refactor some patching logic by Mathieu Chartier · 10 years ago
  31. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  32. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  33. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  34. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  35. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 11 years ago
  36. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  37. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 11 years ago
  38. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  39. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  40. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  41. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  42. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  43. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  44. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  45. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  46. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  47. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  48. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/mirror/dex_cache.h]
  49. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (88%) from src/dex_cache.h]
  50. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  51. 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
  52. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  53. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  54. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  55. a15e67d Remove pad word from arrays by Ian Rogers · 14 years ago
  56. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  57. bb4d12a Add dex cache codegen helper function. by Logan Chien · 14 years ago
  58. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  59. e343b76 Stub to capture method entry/exit. by jeffhao · 14 years ago
  60. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  61. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  62. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago
  63. ad25ac5 Static and direct resolution stub. by Ian Rogers · 14 years ago
  64. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 14 years ago
  65. e4f7e1d Add MANAGED to class definition for classes mirrored beween C++ and managed code by Brian Carlstrom · 14 years ago
  66. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 14 years ago
  67. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 14 years ago
  68. 561227c Complete direct, static & virtual invoke by buzbee · 14 years ago
  69. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  70. cf4c6c4 Fully implement string interning. by Elliott Hughes · 14 years ago
  71. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 14 years ago
  72. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 14 years ago
  73. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 14 years ago
  74. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 14 years ago
  75. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 14 years ago
  76. c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 14 years ago
  77. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 14 years ago
  78. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 14 years ago
  79. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 14 years ago
  80. 07d579f Add NDEBUG build by Brian Carlstrom · 14 years ago
  81. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 14 years ago
  82. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 14 years ago