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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIPS64] JNI Compiler: Sign-extend int function arguments
Lazar Trsic
2015-06-24
1
-0
/
+46
*
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
11
-114
/
+109
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
4
-4
/
+3
*
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
2
-8
/
+8
*
ARM64: Remove suspend register.
Zheng Xu
2015-04-14
2
-137
/
+114
*
Add --include-cfi compiler option.
David Srbecky
2015-04-13
1
-1
/
+1
*
ART: Ignore result for exception-case JNIEndWithReference
Andreas Gampe
2015-04-10
1
-0
/
+15
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-7
/
+14
*
Implement CFI for JNI.
David Srbecky
2015-04-08
3
-1
/
+602
*
Remove the old CFI infrastructure.
David Srbecky
2015-04-07
1
-8
/
+2
*
Fix JNI compiler for mips64
Goran Jakovljevic
2015-04-06
1
-6
/
+1
*
Unify ART's various implementations of bit_cast.
Roland Levillain
2015-03-24
1
-60
/
+60
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
4
-1
/
+300
*
Stack support for Optimizing compiler
Sebastien Hertz
2015-03-03
3
-7
/
+30
*
ART: Change x86 long param ABI (Quick/JNI/Opt)
Mark Mendell
2015-01-30
2
-14
/
+31
*
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
Mark P Mendell
2015-01-27
2
-11
/
+54
*
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
Vladimir Marko
2015-01-27
2
-54
/
+11
*
Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"
Vladimir Marko
2015-01-26
2
-11
/
+54
|
\
|
*
ART: Implement X86 hard float (Quick/JNI/Baseline)
Mark Mendell
2015-01-23
2
-11
/
+54
*
|
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+1
|
/
*
ART: Allow scoped adjustments to log verbosity
Andreas Gampe
2015-01-15
1
-0
/
+9
*
Skip r1 on arm if first parameter is a long.
Nicolas Geoffray
2015-01-13
1
-0
/
+7
*
Fix handling of long argument spanning register/memory.
Nicolas Geoffray
2015-01-12
1
-1
/
+5
*
Add VerifyObject to StackHandleScope::SetReference
Mathieu Chartier
2015-01-08
5
-0
/
+5
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
1
-7
/
+12
*
Remove portable.
Elliott Hughes
2014-12-12
3
-450
/
+0
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+3
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-3
/
+3
*
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
Andreas Gampe
2014-11-04
1
-2
/
+2
|
\
|
*
ART: Replace COMPILE_ASSERT with static_assert (compiler)
Andreas Gampe
2014-11-03
1
-2
/
+2
*
|
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
2
-9
/
+13
|
/
*
Merge "Tidy logging code not using UNIMPLEMENTED."
Ian Rogers
2014-10-25
1
-0
/
+1
|
\
|
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-0
/
+1
*
|
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-23
/
+109
|
/
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-4
/
+0
*
Rename arm64 `Register` to `XRegister`.
Alexandre Rames
2014-10-17
1
-18
/
+18
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-3
/
+3
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-9
/
+9
*
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
2
-5
/
+38
*
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
Andreas Gampe
2014-08-19
1
-56
/
+203
*
Fix bugs in the x86 and arm versions of generic JNI.
Nicolas Geoffray
2014-08-14
1
-10
/
+90
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
2
-19
/
+11
*
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-08-05
1
-1
/
+4
*
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
Zheng Xu
2014-07-29
1
-17
/
+16
*
Fix JNI compiler frame size adjustments.
Vladimir Marko
2014-07-25
2
-9
/
+42
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-0
/
+1
[next]