index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
jni
/
quick
/
jni_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-19
/
+18
*
Insert a read barrier in the JNI bridge.
Hiroshi Yamauchi
2015-05-07
1
-1
/
+45
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-6
/
+6
*
Add --include-cfi compiler option.
David Srbecky
2015-04-13
1
-1
/
+1
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-7
/
+14
*
Implement CFI for JNI.
David Srbecky
2015-04-08
1
-1
/
+4
*
Remove the old CFI infrastructure.
David Srbecky
2015-04-07
1
-8
/
+2
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-1
/
+3
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+1
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
1
-7
/
+12
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+3
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-4
/
+0
*
ARM64: Update code after the VIXL 1.6 release.
Alexandre Rames
2014-10-09
1
-4
/
+0
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
1
-5
/
+6
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-1
/
+1
*
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-08-05
1
-1
/
+4
*
Fix JNI compiler frame size adjustments.
Vladimir Marko
2014-07-25
1
-7
/
+17
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-0
/
+1
*
Thumb2 assembler for JNI compiler and optimizing compiler
Dave Allison
2014-06-05
1
-3
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+5
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-45
/
+45
*
Give Compiler a back reference to the driver.
Ian Rogers
2014-05-06
1
-4
/
+4
*
ART: aarch64 jni compiler needs to extend small return types
Andreas Gampe
2014-05-01
1
-1
/
+1
*
Fix typo in ISA centralization
Andreas Gampe
2014-04-16
1
-1
/
+1
*
Centralize instruction-set pointer-size, alignment, 64b-width code
Andreas Gampe
2014-04-14
1
-10
/
+11
*
AArch64: Jni compiler fixes
Serban Constantinescu
2014-04-10
1
-31
/
+90
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-16
/
+16
*
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-28
1
-1
/
+1
*
Restore callee save registers in JNI compiler.
Mathieu Chartier
2013-10-16
1
-3
/
+2
*
Move disassembler out of runtime.
Ian Rogers
2013-09-09
1
-6
/
+0
*
Multi threaded hashed deduplication during compilation.
Mathieu Chartier
2013-09-03
1
-1
/
+2
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-2
/
+2
*
Entry point clean up.
Ian Rogers
2013-08-07
1
-3
/
+3
*
Portable refactorings.
Ian Rogers
2013-07-30
1
-6
/
+6
*
Move assembler out of runtime into compiler/utils.
Ian Rogers
2013-07-29
1
-6
/
+6
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+489