1. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  2. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  3. a376328 ARM64: Fix array out of bounds access in DoLongJump by Andreas Gampe · 11 years ago
  4. 0b59c11 Merge "Fix ARM64 invoke stubs, correct CFI directives" by Andreas Gampe · 11 years ago
  5. 03906cf Fix ARM64 invoke stubs, correct CFI directives by Andreas Gampe · 11 years ago
  6. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  7. 97a332b Merge "art_quick_lock_object uses registers incorrectly" by Ian Rogers · 11 years ago
  8. 8ef84af art_quick_lock_object uses registers incorrectly by Serguei Katkov · 11 years ago
  9. 8325296 Disable use of R4 as a promotable register by Dave Allison · 11 years ago
  10. 86fb9bf Fix Thread offsets for ARM64 assembly by Andreas Gampe · 11 years ago
  11. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  12. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  13. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  14. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  15. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  16. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  17. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 11 years ago
  18. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 11 years ago
  19. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  20. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  21. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  22. b7dabf5 Implement proxy support for x86-64. by Ian Rogers · 11 years ago
  23. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  24. c665129 Always reset CFI state. by Ian Rogers · 11 years ago
  25. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 11 years ago
  26. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  27. c147b00 Release unused parts of a JNI frame before calling native code by Andreas Gampe · 11 years ago
  28. 44d6ff1 Fix issues with clang and BUILD_HOST_64bit. by Ian Rogers · 11 years ago
  29. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  30. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  31. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  32. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 11 years ago
  33. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  34. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  35. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  36. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  37. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 11 years ago
  38. 3fcf18e Merge "Make ARM assembly labels local." by Ian Rogers · 11 years ago
  39. 67f8ce2 Merge "Make X86 assembly labels local." by Ian Rogers · 11 years ago
  40. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 11 years ago
  41. 8016a12 Make X86 assembly labels local. by Ian Rogers · 11 years ago
  42. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 11 years ago
  43. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  44. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  45. 17a7fc7 Fix build. by Mathieu Chartier · 11 years ago
  46. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  47. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  48. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  49. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  50. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  51. 8c95011 Merge "Use direct class pointers at allocation sites in the compiled code." by Hiroshi Yamauchi · 11 years ago
  52. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  53. b10a57d Fix non-PLT text relocation introduced by CL 79466 by Mark Mendell · 11 years ago
  54. 3f2d031 Use macros to remove CFI information for MAC OS/X by Mark Mendell · 11 years ago
  55. a9abe87 Make x86 runtime PIC by Mark Mendell · 11 years ago
  56. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  57. da0a4db Remove extraneous CFI from x86 entrypoints to fix backtrace. by Ian Rogers · 11 years ago
  58. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  59. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  60. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  61. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  62. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  63. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  64. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  65. 9a03563 am 8b31a36f: Change thread.h to thread-inl.h for missing Thread::Current for x86 by Brian Carlstrom · 11 years ago
  66. 8b31a36 Change thread.h to thread-inl.h for missing Thread::Current for x86 by Brian Carlstrom · 11 years ago
  67. bbb32c2 Add .cfi_restore for assembly functions by Dave Allison · 11 years ago
  68. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  69. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  70. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  71. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  72. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  73. 1984152 Add missing callee save restore to quick entrypoints. by Mathieu Chartier · 11 years ago
  74. 2a6c7b7 Restore callee save registers. by Mathieu Chartier · 11 years ago
  75. 6bcd163 Fix exception throwing in monitor-enter for MIPS. by Ian Rogers · 11 years ago
  76. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  77. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  78. 65d1b22 MIPS fix. by Ian Rogers · 11 years ago
  79. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago
  80. 637859c Make entrypoints Thumb2. by Ian Rogers · 12 years ago
  81. 984c183 Fix typo of quick instead of portable by Brian Carlstrom · 12 years ago
  82. 97fbbef Fix some x86 portable asm. by Ian Rogers · 12 years ago
  83. bd136a2 Get PORTABLE + SMALL on x86. by Dragos Sbirlea · 12 years ago
  84. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  85. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 12 years ago
  86. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  87. 1a2f1bc Place CFA in the regular .debug_frame section. by Ian Rogers · 12 years ago
  88. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  89. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago