1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  2. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  3. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  4. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  5. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  6. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  7. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  8. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 9 years ago
  9. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  10. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 9 years ago
  11. 299958f Change java_lang_reflect_Field.cc to use ObjPtr by Mathieu Chartier · 9 years ago
  12. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  13. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  14. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  15. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  16. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  17. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  18. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  19. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  20. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  21. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  22. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 10 years ago
  23. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  24. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  25. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  26. ca239af Fix some reflection errors by Mathieu Chartier · 10 years ago
  27. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  28. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  29. 08f1f50 Remove FieldHelper. by Ian Rogers · 11 years ago
  30. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  31. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  32. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  33. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 11 years ago
  34. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 11 years ago
  35. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  36. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  37. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  38. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  39. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 11 years ago
  40. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  41. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  42. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  43. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  44. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  45. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  46. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  47. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  48. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  49. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  50. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  51. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_reflect_Field.cc]
  52. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  53. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  54. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  55. af6e67a Further proxy refactorings. by Ian Rogers · 13 years ago
  56. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  57. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  58. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  59. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  60. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  61. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 13 years ago
  62. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_reflect_Field.cc]
  63. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  64. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 13 years ago
  65. d8a68a6 Ensure byte and short values are sign extended before boxing. by Ian Rogers · 13 years ago
  66. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  67. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  68. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 13 years ago
  69. 1521693 Ensure that classes we're using for reflection are initialized. by Elliott Hughes · 13 years ago
  70. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 13 years ago
  71. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  72. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 13 years ago
  73. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  74. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 14 years ago
  75. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 14 years ago
  76. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  77. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 14 years ago
  78. 582a7d1 Fix a handful of reflection bugs. by Elliott Hughes · 14 years ago
  79. ed1c1e3 Fix field access. by Elliott Hughes · 14 years ago
  80. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  81. fe6207f Add one last memory barrier. by Elliott Hughes · 14 years ago
  82. 418d20f Implement reflective method invocation. by Elliott Hughes · 14 years ago
  83. 0c64f5e Move annotations to managed code. by Jesse Wilson · 14 years ago
  84. fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 14 years ago
  85. 33203b5 Field reflection. by Elliott Hughes · 14 years ago
  86. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 14 years ago