1. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  2. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  3. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  4. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  5. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  6. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  7. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  8. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  9. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  10. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  11. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  12. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  13. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  14. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  15. c26b451 Merge "Revert "Revert "Fix deoptimization with pending exception""" by Sebastien Hertz · 9 years ago
  16. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  17. 6306921 Add a missing reader barrier in entrypoint stub by Man Cao · 9 years ago
  18. e0d7cff ART: Fix arm32 assembly for Clang by Chih-Hung Hsieh · 9 years ago
  19. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  20. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  21. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  22. 76914b0 ART: Fix arm32 quick_invoke_stub CFI by Andreas Gampe · 9 years ago
  23. 3031c8d ART: Remove art_quick_invoke_interface_trampoline by Andreas Gampe · 9 years ago
  24. 3d1e0c9 ART: Fix arm32 assembly stub CFI by Andreas Gampe · 9 years ago
  25. c89b047 ART: Fix arm32 instrumentation exit stub by Andreas Gampe · 9 years ago
  26. f561aab fault_handler : debug output sp in hex and not decimal. by Narayan Kamath · 9 years ago
  27. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 9 years ago
  28. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  29. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 9 years ago
  30. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  31. 00f09ff Merge "Pass the dex method index directly to interface trampoline." by Nicolas Geoffray · 9 years ago
  32. 8ea18d0 Pass the dex method index directly to interface trampoline. by Nicolas Geoffray · 9 years ago
  33. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  34. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 9 years ago
  35. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 9 years ago
  36. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 10 years ago
  37. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 9 years ago
  38. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  39. 9415886 ART: Avoid obvious segfault in arm & x86 fault handler by Andreas Gampe · 9 years ago
  40. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  41. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  42. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  43. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  44. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  45. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 9 years ago
  46. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  47. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 9 years ago
  48. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 9 years ago
  49. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  50. 4de14bb Merge "Save all registers in native to Java stubs." by Nicolas Geoffray · 10 years ago
  51. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  52. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  53. d0a0b3e Fix arm unwind data for art code. by Christopher Ferris · 10 years ago
  54. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  55. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  56. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  57. 943826e ART: Fix warnings in memcmp16 for arm32 by Andreas Gampe · 10 years ago
  58. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 10 years ago
  59. da04f29 Merge "ART: Fix some redundant declarations" by Andreas Gampe · 10 years ago
  60. e179456 ART: Fix some redundant declarations by Andreas Gampe · 10 years ago
  61. 3a8a7a4 Merge "Add ATTRIBUTE_UNUSED to unused parameters." by Ian Rogers · 10 years ago
  62. c4f990e Add ATTRIBUTE_UNUSED to unused parameters. by Chih-Hung Hsieh · 10 years ago
  63. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  64. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  65. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  66. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  67. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  68. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  69. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  70. 194321c Add proper cfi directives. by Christopher Ferris · 10 years ago
  71. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  72. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  73. 6e49869 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  74. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  75. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 10 years ago
  76. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  77. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  78. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  79. d842648 Revert "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  80. 1514bcd Merge "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  81. bae21bb Fix build without -Bsymbolic. by Dan Albert · 10 years ago
  82. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  83. 467f816 When performing a long jump, update SP last. by Jeff Hao · 10 years ago
  84. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 10 years ago
  85. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  86. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  87. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  88. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  89. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  90. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  91. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  92. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  93. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  94. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  95. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  96. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 10 years ago
  97. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 10 years ago
  98. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 10 years ago
  99. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  100. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago