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