Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
dae9fd594864074de041ee7edea34d4a3e9e6463
/
compiler
/
jni
d5bbadf
Use shared namespaces for bundled apps
by Dimitry Ivanov
· 9 years ago
5366f5c
Fix call to LoadNativeLibrary
by Dimitry Ivanov
· 9 years ago
f5a3099
Use isolated namespaces for app native libs
by Dmitriy Ivanov
· 9 years ago
10ef694
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
by Vladimir Marko
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
97a2181
Fix mips64 cfi test
by Mathieu Chartier
· 9 years ago
0e09cf6
ART: Fix Mips64 JNI Calling Convention
by Vladimir Marko
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
c1b4a1e
Merge "Change JNI calling convention for mips"
by Nicolas Geoffray
· 9 years ago
8c434dc
MIPS: Assemblers changes needed for optimizing compiler
by Goran Jakovljevic
· 9 years ago
23c1e50
Change JNI calling convention for mips
by Goran Jakovljevic
· 10 years ago
ff73498
Revert "Revert "[MIPS] Use hard float calling convention for managed code""
by Goran Jakovljevic
· 9 years ago
7fee84c
Revert "[MIPS] Use hard float calling convention for managed code"
by Vladimir Marko
· 9 years ago
a29449d
[MIPS] Use hard float calling convention for managed code
by Goran Jakovljevic
· 10 years ago
f71ad9e
Merge "Svelter libart-compiler"
by Alex Light
· 9 years ago
50fa993
Svelter libart-compiler
by Alex Light
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
4d02711
Implement heap poisoning in ART's Optimizing compiler.
by Roland Levillain
· 10 years ago
f652d60
[MIPS64] JNI Compiler: Sign-extend int function arguments
by Lazar Trsic
· 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
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
9bd88b0
ARM64: Move xSELF from x18 to x19.
by Serban Constantinescu
· 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
69a5030
ARM64: Remove suspend register.
by Zheng Xu
· 10 years ago
8dc7324
Add --include-cfi compiler option.
by David Srbecky
· 10 years ago
48ee356
ART: Ignore result for exception-case JNIEndWithReference
by Andreas Gampe
· 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
75c40d4
Fix JNI compiler for mips64
by Goran Jakovljevic
· 10 years ago
da4d79b
Unify ART's various implementations of bit_cast.
by Roland Levillain
· 10 years ago
6ea651f
Initial support for quick compiler on MIPS64r6.
by Maja Gagic
· 10 years ago
7cde48c
Stack support for Optimizing compiler
by Sebastien Hertz
· 10 years ago
3e6a3bf
ART: Change x86 long param ABI (Quick/JNI/Opt)
by Mark Mendell
· 10 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 10 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
ebb3cbc
Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
69c15d3
Skip r1 on arm if first parameter is a long.
by Nicolas Geoffray
· 10 years ago
425f239
Fix handling of long argument spanning register/memory.
by Nicolas Geoffray
· 10 years ago
3e0acf6
Add VerifyObject to StackHandleScope::SetReference
by Mathieu Chartier
· 10 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
ad17d41
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
by Andreas Gampe
· 10 years ago
785d2f2
ART: Replace COMPILE_ASSERT with static_assert (compiler)
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
37c92df
Rename arm64 `Register` to `XRegister`.
by Alexandre Rames
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
cee7524
ARM64: Update code after the VIXL 1.6 release.
by Alexandre Rames
· 10 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 10 years ago
6e49869
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
by Andreas Gampe
· 10 years ago
54accbc
Fix bugs in the x86 and arm versions of generic JNI.
by Nicolas Geoffray
· 10 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
· 10 years ago
b551fdc
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
by Zheng Xu
· 10 years ago
4e24b9d
Fix JNI compiler frame size adjustments.
by Vladimir Marko
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
c380191
x86_64: Enable fp-reg promotion
by Serguei Katkov
· 11 years ago
04c31d2
JNI dlsym lookup fixes.
by Ian Rogers
· 11 years ago
c200a4a
ART: Rework Generic JNI, add ARM version
by Andreas Gampe
· 11 years ago
0eb3e75
Merge "Thumb2 assembler for JNI compiler and optimizing compiler"
by Dave Allison
· 11 years ago
65fcc2c
Thumb2 assembler for JNI compiler and optimizing compiler
by Dave Allison
· 11 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 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
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 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
135016a
art: Use SIRT::GetAlignedSirtSizeTarget in calling convention
by Dmitry Petrochenko
· 11 years ago
1dd61ba
ART: A workaround for a wrongly-read caller's frame
by Vladimir Kostyukov
· 11 years ago
ad61517
Fix wrong handling of Generic JNI not finding native method.
by Andreas Gampe
· 11 years ago
1246d68
Merge "Cleanup transaction support"
by Sebastien Hertz
· 11 years ago
ee1d79a
Cleanup transaction support
by Sebastien Hertz
· 11 years ago
790a6b7
Calling convention support for cross 64/32 compilation.
by Ian Rogers
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
f0513c5
art: Make calling convention immune to SIRT structure change
by Dmitry Petrochenko
· 11 years ago
fca8220
x86_64: JNI compiler
by Dmitry Petrochenko
· 11 years ago
91e3063
Add GC mode for stressing testing heap transitions.
by Mathieu Chartier
· 11 years ago
25ff004
Add FINAL and OVERRIDE to calling conventions of the JNI compiler
by Andreas Gampe
· 11 years ago
Next »