1. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 8 years ago
  2. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  3. ad0777d Visit proxy methods reference arguments when visiting Quick frames roots. by Roland Levillain · 7 years ago
  4. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  5. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 9 years ago
  6. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  7. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  8. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  9. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  10. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 10 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  12. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  13. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 11 years ago
  14. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 11 years ago
  15. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  16. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 11 years ago
  17. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 11 years ago
  18. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
  19. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  20. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  21. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  22. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  23. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  24. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  25. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
  26. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  27. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  28. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  29. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed (92%) from runtime/oat/runtime/oat_support_entrypoints.h]
  30. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  31. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/oat_support_entrypoints.h]
  32. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  33. 63937db Fix mac build by Anwar Ghuloum · 12 years ago
  34. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  35. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  36. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  37. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  39. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  40. 7db619b Enter interpreter stub. by Ian Rogers · 12 years ago
  41. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 13 years ago
  42. bc43860 Merge "Quick compiler: minor cleanup" into dalvik-dev by buzbee · 13 years ago
  43. df1ce91 Add alignment attribute to packed. by Ian Rogers · 13 years ago
  44. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  45. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 13 years ago
  46. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  47. 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
  48. 0183dd7 Sqrt intrinsic by Ian Rogers · 13 years ago
  49. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  50. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  51. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  52. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  53. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  54. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  55. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  56. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago