summaryrefslogtreecommitdiffstats
path: root/compiler/jni/quick/jni_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-19/+18
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-1/+45
* Replace NULL with nullptrMathieu Chartier2015-04-221-6/+6
* Add --include-cfi compiler option.David Srbecky2015-04-131-1/+1
* Implement CFI for Optimizing.David Srbecky2015-04-091-7/+14
* Implement CFI for JNI.David Srbecky2015-04-081-1/+4
* Remove the old CFI infrastructure.David Srbecky2015-04-071-8/+2
* Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-1/+3
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+1
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-7/+12
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+3
* Refactor quick entrypointsIan Rogers2014-10-201-4/+0
* ARM64: Update code after the VIXL 1.6 release.Alexandre Rames2014-10-091-4/+0
* ART: Clean up compilerAndreas Gampe2014-08-221-5/+6
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+1
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-1/+4
* Fix JNI compiler frame size adjustments.Vladimir Marko2014-07-251-7/+17
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* Thumb2 assembler for JNI compiler and optimizing compilerDave Allison2014-06-051-3/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+5
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-45/+45
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-4/+4
* ART: aarch64 jni compiler needs to extend small return typesAndreas Gampe2014-05-011-1/+1
* Fix typo in ISA centralizationAndreas Gampe2014-04-161-1/+1
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-10/+11
* AArch64: Jni compiler fixesSerban Constantinescu2014-04-101-31/+90
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-16/+16
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-1/+1
* Restore callee save registers in JNI compiler.Mathieu Chartier2013-10-161-3/+2
* Move disassembler out of runtime.Ian Rogers2013-09-091-6/+0
* Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-1/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Entry point clean up.Ian Rogers2013-08-071-3/+3
* Portable refactorings.Ian Rogers2013-07-301-6/+6
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-6/+6
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+489