1. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 10 years ago
  2. f551d1b Fix art_quick_instrumentation_entry for x86 by Sebastien Hertz · 10 years ago
  3. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 10 years ago
  4. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  5. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  6. f601d19 ART: Fix assembler labels' usage in macros for Mac. by Vladimir Marko · 10 years ago
  7. 34eda1d ART: Fix asm literals for Mac builds. by Vladimir Marko · 10 years ago
  8. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  9. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  10. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  11. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  12. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  13. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  14. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  15. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  16. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  17. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  18. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  19. e0b46a7 Fix x86 art_quick_set64_instance quick entrypoint by Serguei Katkov · 10 years ago
  20. 6c480d6 Fix Mac build. by Ian Rogers · 10 years ago
  21. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  22. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  23. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  24. 871bfdc Revert "Revert "x86: Fix art_quick_instrumentation_exit"" by Andreas Gampe · 10 years ago
  25. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  26. 48160e7 Fix usage of literals within a macro. by Ian Rogers · 10 years ago
  27. e8817b2 Fixed typo in entrypoint stub. by Fred Shih · 10 years ago
  28. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  29. 8d98ac6 ART: Remove GOT setup from x86 assembly where not needed by Andreas Gampe · 10 years ago
  30. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  31. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 10 years ago
  32. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  33. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  34. 90c5879 Fix the Mac build. by Dan Albert · 10 years ago
  35. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  36. 3bed41c Workaround for test failures after Bsymbolic fix. by Dan Albert · 10 years ago
  37. bae21bb Fix build without -Bsymbolic. by Dan Albert · 10 years ago
  38. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 10 years ago
  39. fea2901 ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 10 years ago
  40. cf2e7b0 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 10 years ago
  41. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  42. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  43. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  44. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  45. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  46. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  47. 7ac7e32 Fix the x86 textrel and remove -Wl,--no-fatal-warnings. by Elliott Hughes · 10 years ago
  48. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  49. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  50. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  51. 779f8c9 ART: Generic JNI for x86 by Andreas Gampe · 10 years ago
  52. 8792ae1 x86: art_quick_instrumentation_entry should not use offset address by Serguei Katkov · 10 years ago
  53. 1d4d7bd ART: refactor x86/x86-64 entrypoints by Alexei Zavjalov · 10 years ago
  54. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  55. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 10 years ago
  56. e78d4e1 art_quick_unlock_object uses comparison incorrectly by Serguei Katkov · 10 years ago
  57. 8ef84af art_quick_lock_object uses registers incorrectly by Serguei Katkov · 10 years ago
  58. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  59. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  60. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 11 years ago
  61. 8016a12 Make X86 assembly labels local. by Ian Rogers · 11 years ago
  62. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  63. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  64. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  65. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  66. 8c95011 Merge "Use direct class pointers at allocation sites in the compiled code." by Hiroshi Yamauchi · 11 years ago
  67. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  68. b10a57d Fix non-PLT text relocation introduced by CL 79466 by Mark Mendell · 11 years ago
  69. 3f2d031 Use macros to remove CFI information for MAC OS/X by Mark Mendell · 11 years ago
  70. a9abe87 Make x86 runtime PIC by Mark Mendell · 11 years ago
  71. da0a4db Remove extraneous CFI from x86 entrypoints to fix backtrace. by Ian Rogers · 11 years ago
  72. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  73. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  74. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  75. bbb32c2 Add .cfi_restore for assembly functions by Dave Allison · 11 years ago
  76. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  77. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  78. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  79. 1984152 Add missing callee save restore to quick entrypoints. by Mathieu Chartier · 11 years ago
  80. 2a6c7b7 Restore callee save registers. by Mathieu Chartier · 11 years ago
  81. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  82. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  83. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  84. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  85. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  86. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago[Renamed from runtime/oat/runtime/x86/runtime_support_x86.S]
  87. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat/runtime/x86/runtime_support_x86.S]
  88. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  89. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  90. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  91. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  92. c1fcdf1 Fix frame type for deopt entry for x86. by Jeff Hao · 11 years ago
  93. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  94. 5fa60c3 Remove use of compiled proxy stub from portable. by Jeff Hao · 11 years ago
  95. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  96. 225ade2 Fix portable build. by Ian Rogers · 11 years ago
  97. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  98. 5793fea Clean-up a few quick x86 runtime assembly stubs. by Ian Rogers · 12 years ago
  99. aeeada4 Add CFI directives to x86 runtime support. by Ian Rogers · 12 years ago
  100. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 12 years ago