1. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 6 months ago
  2. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  3. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  4. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  5. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
  6. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  7. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  8. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  9. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  10. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  11. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  12. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  13. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  14. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  15. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  16. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  17. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  18. e8f48da Merge "Change kMultiDexSeparator from ':' to '!'" by Calin Juravle · 8 years ago
  19. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  20. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 8 years ago
  21. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  22. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  23. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  24. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  25. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  26. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  27. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  28. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  29. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  30. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  31. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  32. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  33. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  34. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  35. 7c8aa83 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 9 years ago
  36. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  37. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  38. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 10 years ago
  39. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 10 years ago
  40. 0e08b76 Modification to the way boot classpath resources are loaded by Neil Fuller · 10 years ago
  41. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  42. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  43. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  44. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  45. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 10 years ago
  46. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 10 years ago
  47. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  48. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  49. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  50. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  51. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_VMClassLoader.cc]
  52. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  53. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  54. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  55. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  56. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  57. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_VMClassLoader.cc]
  58. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  59. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  60. be125a9 Fixes for 068-classloader by Ian Rogers · 13 years ago
  61. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  62. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago