1. 1cd1b03 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  2. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  3. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  4. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  5. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  6. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 10 years ago
  7. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 10 years ago
  8. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  9. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  10. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  11. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 10 years ago
  12. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 10 years ago
  13. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  14. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  15. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  16. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/jni/quick/arm/calling_convention_arm.cc]
  17. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago[Renamed from src/oat/jni/arm/calling_convention_arm.cc]
  18. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  19. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  20. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago[Renamed (98%) from src/calling_convention_arm.cc]
  21. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  22. c779284 Fix bug in JNI compiler AAPCS padding calculation by Ian Rogers · 13 years ago
  23. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  24. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  25. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  26. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  27. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  28. 19e53eb Callee-save these ARM registers: R5-R8, R10-R11 and LR. by Shih-wei Liao · 13 years ago
  29. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  30. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  31. ad42e13 Exception work clean up. by Ian Rogers · 13 years ago
  32. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  33. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  34. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  35. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  36. 7715c68 Fix the calling convention bug where we didn't account for Method*. by Shih-wei Liao · 13 years ago
  37. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  38. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  39. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  40. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
  41. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  42. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  43. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  44. 5381cf9 Handle double and long on the Managed side, and follow AAPCS on the Native side. by Shih-wei Liao · 13 years ago
  45. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  46. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  47. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  48. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago