1. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 9 years ago
  2. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 9 years ago
  3. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  4. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  5. fa04842 Merge "Fix refs_and_args callee save order for Mips32." by Andreas Gampe · 10 years ago
  6. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  7. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  8. c6d8672 Fix refs_and_args callee save order for Mips32. by Douglas Leung · 10 years ago
  9. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  10. 475cfd8 Fix typo bug for Mips32. by Douglas Leung · 10 years ago
  11. e34652f [MIPSR6] Adjust assembly routines for MIPS R6 isa by Duane Sand · 10 years ago
  12. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  13. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  14. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  15. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  16. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  17. da04f29 Merge "ART: Fix some redundant declarations" by Andreas Gampe · 10 years ago
  18. e179456 ART: Fix some redundant declarations by Andreas Gampe · 10 years ago
  19. c4f990e Add ATTRIBUTE_UNUSED to unused parameters. by Chih-Hung Hsieh · 10 years ago
  20. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  21. 735b855 Add JNI trampoline for mips32. by Douglas Leung · 10 years ago
  22. 13738bf Add gp initialization to the art_quick_imt_conflict_trampoline() function. by Douglas Leung · 10 years ago
  23. 4af77b7 Do not use ld instruction for Mips32. by Douglas Leung · 10 years ago
  24. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  25. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  26. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  27. 500c421 Fix mips build for nested signal handler by Dave Allison · 10 years ago
  28. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  29. ffe18b5 Fix the THREAD_ offsets for MIPS. by Raghu Gandham · 10 years ago
  30. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  31. c3d131e Fix test 304-method-tracing failure for Mips. by Douglas Leung · 10 years ago
  32. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  33. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  34. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  35. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  36. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  37. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  38. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  39. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  40. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  41. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 10 years ago
  42. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 10 years ago
  43. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 10 years ago
  44. 6240102 ART: Fix MIPS build by Andreas Gampe · 10 years ago
  45. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  46. adab3a2 Merge "Fix reflection_test failures." by Ian Rogers · 10 years ago
  47. b264937 Fix reflection_test failures. by Douglas Leung · 10 years ago
  48. 748dd95 [MIPS] Remove warnings about use of at register by Chris Dearman · 10 years ago
  49. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  50. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  51. b132ec5 Add heap reference size to the checks in arch_test by Andreas Gampe · 10 years ago
  52. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  53. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  54. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  55. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  56. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  57. c665129 Always reset CFI state. by Ian Rogers · 10 years ago
  58. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 10 years ago
  59. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  60. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  61. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 10 years ago
  62. 815873e Change root visitor to use Object**. by Mathieu Chartier · 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. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  66. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  67. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  68. bbb32c2 Add .cfi_restore for assembly functions by Dave Allison · 11 years ago
  69. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  70. 1984152 Add missing callee save restore to quick entrypoints. by Mathieu Chartier · 11 years ago
  71. 2a6c7b7 Restore callee save registers. by Mathieu Chartier · 11 years ago
  72. 6bcd163 Fix exception throwing in monitor-enter for MIPS. by Ian Rogers · 11 years ago
  73. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  74. 65d1b22 MIPS fix. by Ian Rogers · 11 years ago
  75. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  76. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  77. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  78. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  79. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  80. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago