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