1. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  2. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  3. 6f6244a Rosalloc fast path in assembly for arm64. by Hiroshi Yamauchi · 9 years ago
  4. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  5. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  6. c26b451 Merge "Revert "Revert "Fix deoptimization with pending exception""" by Sebastien Hertz · 9 years ago
  7. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  8. 6306921 Add a missing reader barrier in entrypoint stub by Man Cao · 9 years ago
  9. c0da7ac ART: Remove unique-numbered labels from arm64 assembly by Chih-Hung Hsieh · 9 years ago
  10. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  11. 3031c8d ART: Remove art_quick_invoke_interface_trampoline by Andreas Gampe · 9 years ago
  12. 2738639 ART: Fix CFI annotation for art_quick_aput_obj by Mathieu Chartier · 9 years ago
  13. 6b90d42 ART: Fix CFI annotation in arm64, x86 and x86-64 assembly by Andreas Gampe · 9 years ago
  14. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  15. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  16. 8ea18d0 Pass the dex method index directly to interface trampoline. by Nicolas Geoffray · 9 years ago
  17. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 9 years ago
  18. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 9 years ago
  19. 27a4a9d Fix instrumentation exit stub for arm64 by Sebastien Hertz · 9 years ago
  20. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  21. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 9 years ago
  22. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  23. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 9 years ago
  24. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  25. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  26. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  27. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 9 years ago
  28. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  29. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  30. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  31. 0ff20d5 Fix arm64 bug introduced by refactoring. by Stephen Kyle · 10 years ago
  32. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  33. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  34. 3b37073 Fix arm64 build: move macro usage after definition. by Vladimir Marko · 10 years ago
  35. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  36. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  37. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  38. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  39. 62ddb32 AArch64: Fix art_quick_string_compareto. by Zheng Xu · 10 years ago
  40. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  41. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 10 years ago
  42. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  43. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  44. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  45. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 10 years ago
  46. 0210d11 AArch64: Add transition assembly to wrapper native functions. by Zheng Xu · 10 years ago
  47. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  48. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  49. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  50. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  51. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  52. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  53. d1e9167 ART: Fix an error in proxy_invoke stub on ARM64 by Andreas Gampe · 10 years ago
  54. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  55. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 10 years ago
  56. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 10 years ago
  57. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  58. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 10 years ago
  59. 33f109a Merge "ART: Fix comments for dmb" by Andreas Gampe · 10 years ago
  60. 675967d ART: Fix comments for dmb by Andreas Gampe · 10 years ago
  61. 421c537 Address comments from HandleScope change. by Mathieu Chartier · 10 years ago
  62. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  63. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  64. 7e0a8b4 Merge changes Icf9afbab,If2409101 by Andreas Gampe · 10 years ago
  65. dfd891a AArch64: Fixing and adding arm64 trampolines. by Matteo Franchin · 10 years ago
  66. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 10 years ago
  67. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  68. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  69. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  70. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  71. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  72. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  73. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 10 years ago
  74. 03906cf Fix ARM64 invoke stubs, correct CFI directives by Andreas Gampe · 10 years ago
  75. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 10 years ago
  76. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 10 years ago
  77. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 10 years ago
  78. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago