1. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  2. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  3. 8770e5c Restore callee save registers in JNI compiler. by Mathieu Chartier · 12 years ago
  4. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago
  5. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  6. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  7. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  8. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  9. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/jni/quick/jni_compiler.cc]
  11. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  12. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago[Renamed from src/oat/jni/jni_compiler.cc]
  13. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  14. 00bc1dc Remove separate libart-compiler-llvm by Brian Carlstrom · 12 years ago
  15. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  16. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  17. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  18. 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 13 years ago
  19. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  20. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 13 years ago
  21. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 13 years ago
  22. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  23. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  24. cee4d0c Jni compiler should zero extend boolean and char return values. by jeffhao · 13 years ago
  25. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  26. 58136ca Fix the jni compiler's handling of byte and short return values in x86. by jeffhao · 13 years ago
  27. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 13 years ago
  28. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  29. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  30. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago[Renamed (98%) from src/jni_compiler.cc]
  31. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  32. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  33. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 13 years ago
  34. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  35. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 14 years ago
  36. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  37. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 14 years ago
  38. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago
  39. 20cde90 Add Class::IsFinalizable and Object::AddFinalizerReference. by Elliott Hughes · 14 years ago
  40. e24fa61 Separate oat from image by Brian Carlstrom · 14 years ago
  41. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 14 years ago
  42. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 14 years ago
  43. e5de95b Fix JNI thread state transitions. by Ian Rogers · 14 years ago
  44. ad42e13 Exception work clean up. by Ian Rogers · 14 years ago
  45. 67375ac Support for exception throwing from JNI. by Ian Rogers · 14 years ago
  46. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  47. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 14 years ago
  48. d369bb7 Various things. by Elliott Hughes · 14 years ago
  49. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 14 years ago
  50. 2c8f653 Support for cross compilation. by Ian Rogers · 14 years ago
  51. 4ff5dad Weaken JNI asserts on return spill location when return is void by Ian Rogers · 14 years ago
  52. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 14 years ago
  53. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 14 years ago
  54. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 14 years ago
  55. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  56. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 14 years ago
  57. 90a3369 Switch to UniquePtr. by Elliott Hughes · 14 years ago
  58. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 14 years ago
  59. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 14 years ago
  60. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 14 years ago
  61. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 14 years ago
  62. edcc09c Cleanup. by Elliott Hughes · 14 years ago
  63. c143c55 Updating the compiler to use the new-world model by buzbee · 14 years ago
  64. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 14 years ago
  65. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 14 years ago
  66. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 14 years ago
  67. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 14 years ago
  68. db4d540 First pass of ImageWriter by Brian Carlstrom · 14 years ago
  69. 40ef99e Start implementing JNI. by Elliott Hughes · 14 years ago
  70. 5381cf9 Handle double and long on the Managed side, and follow AAPCS on the Native side. by Shih-wei Liao · 14 years ago
  71. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 14 years ago
  72. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 14 years ago
  73. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 14 years ago
  74. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  75. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 14 years ago
  76. df20fe0 Support for synchronized native methods. by Ian Rogers · 14 years ago
  77. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 14 years ago