- a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
- a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
- 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
- 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
- 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
- 7bdc6e7 ART: Minor refactoring of JNI stub compilation. by Vladimir Marko · 8 years ago
- b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
- 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
- 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
- e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
- 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
- d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 8 years ago
- 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
- cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
- af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 9 years ago
- 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 9 years ago
- 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
- ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 9 years ago
- 6f029d9 jni: Disable FastNative path for methods returning objects by Igor Murashkin · 9 years ago
- 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 9 years ago
- 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
- 3b165bc ART: Extract macro assembler by Andreas Gampe · 9 years ago
- 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
- 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
- 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
- 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
- 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
- 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
- 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 10 years ago
- 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
- 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 10 years ago
- 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
- cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
- fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
- f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
- e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
- 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
- 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
- 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
- 8dc7324 Add --include-cfi compiler option. by David Srbecky · 10 years ago
- c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
- dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
- 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
- 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
- 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
- e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago
- 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
- 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
- cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 11 years ago
- 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
- 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
- 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 11 years ago
- 4e24b9d Fix JNI compiler frame size adjustments. by Vladimir Marko · 11 years ago
- 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
- 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 11 years ago
- 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
- 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
- eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
- 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
- d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
- 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
- af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
- 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
- dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
- fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
- 8770e5c Restore callee save registers in JNI compiler. by Mathieu Chartier · 12 years ago
- 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