1. 8eaa426 Merge "[MIPS64] JNI Compiler: compiler independent test" by Treehugger Robot · 8 years ago
  2. c180a1b Merge "jni: Add @CriticalNative support for MIPS32/MIPS64" by Treehugger Robot · 8 years ago
  3. 837e72a [MIPS64] JNI Compiler: compiler independent test by Pavle Batuta · 8 years ago
  4. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  5. 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
  6. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 8 years ago
  7. 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 8 years ago
  8. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  9. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 8 years ago
  10. 480ddd6 Merge "Replace StackHandleScopeCollection with VariableSizedHandleScope" by Mathieu Chartier · 8 years ago
  11. 6f029d9 jni: Disable FastNative path for methods returning objects by Igor Murashkin · 8 years ago
  12. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  13. 1e0d8ce Merge "Enable generic JNI tests for MIPS32" by Treehugger Robot · 8 years ago
  14. 4229811 test: Fix jni_compiler_test for const correctness by Igor Murashkin · 8 years ago
  15. cc8b04e jni: Add @CriticalNative support for MIPS32/MIPS64 by Goran Jakovljevic · 8 years ago
  16. a51d8b7 jni: Test that pushed handle scopes are popped after JNI transitions by Igor Murashkin · 8 years ago
  17. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  18. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  19. 294a915 jni: test CriticalNative with generic jni by Igor Murashkin · 8 years ago
  20. b982c38 Enable generic JNI tests for MIPS32 by Goran Jakovljevic · 8 years ago
  21. 06a04e0 jni: Implement generic JNI support for @CriticalNative/@FastNative by Igor Murashkin · 8 years ago
  22. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  23. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  24. 57eb0f5 MIPS32: Fill branch delay slots by Alexey Frunze · 8 years ago
  25. a75b01a Fix building tests with partial arch codegen support by Colin Cross · 8 years ago
  26. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  27. 3b165bc ART: Extract macro assembler by Andreas Gampe · 8 years ago
  28. 3a656e1 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 8 years ago
  29. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  30. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  31. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  32. 5edb063 Fix check_jni_compiler tests by Dimitry Ivanov · 8 years ago
  33. 457bc24 Revert "Disable tests after latest nativeloader changes." by Dimitry Ivanov · 8 years ago
  34. 7032e78 Disable tests after latest nativeloader changes. by Nicolas Geoffray · 8 years ago
  35. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  36. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  37. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  38. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 8 years ago
  39. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 8 years ago
  40. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 8 years ago
  41. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 8 years ago
  42. d5bbadf Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  43. 5366f5c Fix call to LoadNativeLibrary by Dimitry Ivanov · 9 years ago
  44. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  45. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 9 years ago
  46. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  47. 97a2181 Fix mips64 cfi test by Mathieu Chartier · 9 years ago
  48. 0e09cf6 ART: Fix Mips64 JNI Calling Convention by Vladimir Marko · 9 years ago
  49. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  50. c1b4a1e Merge "Change JNI calling convention for mips" by Nicolas Geoffray · 9 years ago
  51. 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 9 years ago
  52. 23c1e50 Change JNI calling convention for mips by Goran Jakovljevic · 9 years ago
  53. ff73498 Revert "Revert "[MIPS] Use hard float calling convention for managed code"" by Goran Jakovljevic · 9 years ago
  54. 7fee84c Revert "[MIPS] Use hard float calling convention for managed code" by Vladimir Marko · 9 years ago
  55. a29449d [MIPS] Use hard float calling convention for managed code by Goran Jakovljevic · 9 years ago
  56. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 9 years ago
  57. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  58. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  59. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  60. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  61. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 9 years ago
  62. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  63. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  64. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  65. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  66. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 9 years ago
  67. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  68. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  69. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 9 years ago
  70. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 9 years ago
  71. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  72. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 9 years ago
  73. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 9 years ago
  74. 48ee356 ART: Ignore result for exception-case JNIEndWithReference by Andreas Gampe · 9 years ago
  75. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 9 years ago
  76. dd97393 Implement CFI for JNI. by David Srbecky · 9 years ago
  77. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 9 years ago
  78. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 9 years ago
  79. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  80. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  81. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 9 years ago
  82. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 9 years ago
  83. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 9 years ago
  84. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  85. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  86. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  87. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 9 years ago
  88. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 9 years ago
  89. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 9 years ago
  90. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  91. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 10 years ago
  92. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  93. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  94. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  95. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  96. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 10 years ago
  97. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 10 years ago
  98. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  99. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  100. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago