1. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  2. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  3. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  4. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  5. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  6. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  7. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  8. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  9. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  10. f62455a Merge "ARM: Instruction set features clean-up." by Treehugger Robot · 8 years ago
  11. bc7d0de Merge "Remove the unused SMP instruction set feature option." by Vladimir Marko · 8 years ago
  12. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  13. b8472ee ARM: Instruction set features clean-up. by Serban Constantinescu · 8 years ago
  14. b595b40 Remove the unused SMP instruction set feature option. by Serban Constantinescu · 8 years ago
  15. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  16. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  17. 85b38bd Merge "Remove the fast path in art_quick_resolve_string." by Nicolas Geoffray · 8 years ago
  18. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  19. 9fd8c60 Pass object instead of class to instanceof entrypoint by Mathieu Chartier · 8 years ago
  20. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 8 years ago
  21. fbc75db Remove the fast path in art_quick_resolve_string. by Nicolas Geoffray · 8 years ago
  22. 16593ed Merge "Change string compression encoding." by Treehugger Robot · 8 years ago
  23. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  24. b99f4d6 Change check cast entrypoint to check instance of by Mathieu Chartier · 8 years ago
  25. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 8 years ago
  26. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 10 years ago
  27. 94ce9c2 Change pResolveString entrypoint to kSaveEverything. by Vladimir Marko · 8 years ago
  28. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 8 years ago
  29. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 8 years ago
  30. 02cd28b ARM: Remove extra argument from RUNTIME_CURRENT uses. by Vladimir Marko · 8 years ago
  31. 908eb22 ARM/ARM64: Fix throwing entrypoints to call runtime handlers. by Vladimir Marko · 8 years ago
  32. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  33. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 8 years ago
  34. 0719b5b Revert "Use implicit null checks inside try blocks." by Nicolas Geoffray · 8 years ago
  35. 7aa7560 Use implicit null checks inside try blocks. by Vladimir Marko · 8 years ago
  36. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 8 years ago
  37. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 8 years ago
  38. 161db1d Use the fast path object size for RosAlloc asm stubs by Mathieu Chartier · 8 years ago
  39. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  40. 93bbee0 Faster allocation fast path by Mathieu Chartier · 8 years ago
  41. 56ece93 ART: Improve art_quick_resolve_string for arm. by Christina Wadsworth · 8 years ago
  42. 35ef14b ART: String DexCache asm fast path for ARM by Christina Wadsworth · 8 years ago
  43. 40df7c1 ARM/ARM64: Improve comments for kSaveEverything assembly. by Vladimir Marko · 8 years ago
  44. 36c2271 Improve READ_BARRIER_MARK_REG for arm32 by Mathieu Chartier · 9 years ago
  45. de5f194 ARM/ARM64: Improve assembler macros for kSaveEverything frame. by Vladimir Marko · 9 years ago
  46. fd36f1f Rename callee save enumerators. by Vladimir Marko · 9 years ago
  47. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 9 years ago
  48. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 9 years ago
  49. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 9 years ago
  50. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  51. d549c28 Remove two ReadBarrierMarkRegX entrypoints. by Roland Levillain · 9 years ago
  52. 057361c Merge "Move caller-saves saving/restoring to ReadBarrierMarkRegX." by Roland Levillain · 9 years ago
  53. 4359e61 Move caller-saves saving/restoring to ReadBarrierMarkRegX. by Roland Levillain · 9 years ago
  54. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 9 years ago
  55. 011dc2c Do allocation fence before pushing on allocation stack by Mathieu Chartier · 9 years ago
  56. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 9 years ago
  57. aaeef5e Remove stray end of macro. by Roland Levillain · 9 years ago
  58. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  59. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  60. 4531348 Merge "ARM: Use GOT_PREL references for Runtime::Current()." by Vladimir Marko · 9 years ago
  61. eeca2b2 ART: Empty out sa_mask in ArmInstructionSetFeatures by Andreas Gampe · 9 years ago
  62. 3098c8c ARM: Use GOT_PREL references for Runtime::Current(). by Vladimir Marko · 9 years ago
  63. 0f838aa Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86. by Nicolas Geoffray · 9 years ago
  64. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  65. c7ed09b ART: Log all monitor operations to systrace by Andreas Gampe · 9 years ago
  66. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  67. ab4c64b Fix copy-paste nit by Goran Jakovljevic · 9 years ago
  68. 59028d9 MIPS: Improving art_quick_imt_conflict_trampoline by Goran Jakovljevic · 9 years ago
  69. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  70. d72945c Revert "Revert "Assembly TLAB allocation fast path for arm64."" by Hiroshi Yamauchi · 9 years ago
  71. 52fa2c6 Revert "Assembly TLAB allocation fast path for arm64." by Nicolas Geoffray · 9 years ago
  72. 563cf33 Revert "Tentative fix for build breakage with read barriers." by Nicolas Geoffray · 9 years ago
  73. 448f21e Tentative fix for build breakage with read barriers. by Nicolas Geoffray · 9 years ago
  74. b7e52b0 Assembly TLAB allocation fast path for arm64. by Hiroshi Yamauchi · 9 years ago
  75. 91cdf71 Merge "Assembly region TLAB allocation fast path for arm." by Hiroshi Yamauchi · 9 years ago
  76. 10d4c08 Assembly region TLAB allocation fast path for arm. by Hiroshi Yamauchi · 9 years ago
  77. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  78. 7e1ce28 Assembly TLAB allocation fast path for arm. by Hiroshi Yamauchi · 9 years ago
  79. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  80. c70646e Merge "ARM: Add direct calls to math intrinsics" by Vladimir Marko · 9 years ago
  81. d9bc433 Point fixes after OSR change. by Nicolas Geoffray · 9 years ago
  82. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  83. d70dc9d ARM: Add direct calls to math intrinsics by Anton Kirilov · 9 years ago
  84. 901c55e ART: Recognize cortex-a53.a57 for ARM features by Andreas Gampe · 9 years ago
  85. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  86. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  87. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  88. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  89. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  90. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  91. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  92. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  93. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  94. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  95. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  96. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  97. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  98. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 10 years ago
  99. c26b451 Merge "Revert "Revert "Fix deoptimization with pending exception""" by Sebastien Hertz · 9 years ago
  100. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago