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