1. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  2. 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 5 months ago
  3. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  4. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  5. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  6. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  7. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  8. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  9. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  10. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  11. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  12. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  13. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  14. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  15. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  16. 79c693b ART: Remove setjmp.h includes by Andreas Gampe · 6 years ago
  17. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 6 years ago
  18. bb68fda Move InterpreterCache to right below tlsPtr_ by Alex Light · 6 years ago
  19. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 6 years ago
  20. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  21. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  22. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  23. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  24. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  25. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  26. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  27. 28a24b3 Fix some gtests by Mathieu Chartier · 8 years ago
  28. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  29. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 8 years ago
  30. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 8 years ago
  31. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  32. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 8 years ago
  33. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  34. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  35. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  36. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  37. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  38. b99f4d6 Change check cast entrypoint to check instance of by Mathieu Chartier · 8 years ago
  39. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago
  40. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  41. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 8 years ago
  42. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  43. d549c28 Remove two ReadBarrierMarkRegX entrypoints. by Roland Levillain · 8 years ago
  44. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 8 years ago
  45. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  46. 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 9 years ago
  47. 7e1ce28 Assembly TLAB allocation fast path for arm. by Hiroshi Yamauchi · 9 years ago
  48. 7ed9c56 Use 8-byte increment bracket sizes for rosalloc thread local runs. by Hiroshi Yamauchi · 9 years ago
  49. 1452bee Fast Art interpreter by buzbee · 10 years ago
  50. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  51. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  52. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  53. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  54. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 10 years ago
  55. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  56. 6e2d574 Revert "Fix deoptimization with pending exception" by Sebastien Hertz · 9 years ago
  57. 54b6248 Fix deoptimization with pending exception by Sebastien Hertz · 9 years ago
  58. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  59. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  60. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  61. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  62. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 10 years ago
  63. 449357d ART: Refactor Thread::Init by Andreas Gampe · 10 years ago
  64. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  65. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  66. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  67. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  68. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  69. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  70. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  71. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  72. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  73. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  74. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  75. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  76. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  77. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  78. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  79. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  80. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 11 years ago
  81. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 11 years ago
  82. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 11 years ago