Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a68a7cf8f3a6fef22d71a14350176115cb13857f
/
runtime
/
arch
97597c9
Merge "[optimizing] Implement x86/x86_64 math intrinsics"
by Andreas Gampe
· 10 years ago
d43b3ac
Revert "Revert "Deoptimization-based bce.""
by Mingyao Yang
· 10 years ago
fb8d279
[optimizing] Implement x86/x86_64 math intrinsics
by Mark Mendell
· 10 years ago
f93c6fe
Merge "Fixed layout for dex caches in boot image."
by Vladimir Marko
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
f96e8bd
Fix 099-vmdebug and 802-deoptimization art tests for Mips.
by Douglas Leung
· 10 years ago
0ba6273
Revert "Deoptimization-based bce."
by Andreas Gampe
· 10 years ago
e295e6e
Deoptimization-based bce.
by Mingyao Yang
· 10 years ago
3d900a7
Fix the mac build.
by Hiroshi Yamauchi
· 10 years ago
3743174
Merge "Assembly TLAB allocation fast path for x86_64."
by Hiroshi Yamauchi
· 10 years ago
a7d38fc
ART: Fix expectations for instruction-set-features string
by Goran Jakovljevic
· 10 years ago
3d12ead
ART: Change the isa defaults for Mips
by Douglas Leung
· 10 years ago
e01a520
Assembly TLAB allocation fast path for x86_64.
by Hiroshi Yamauchi
· 10 years ago
20e7d60
Fix art_quick_instrumentation_exit stub for x86_64
by Sebastien Hertz
· 10 years ago
5c9d8f0
Merge "Compute the right catch location for the debugger."
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
6ea651f
Initial support for quick compiler on MIPS64r6.
by Maja Gagic
· 10 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
126d659
Fix generic JNI stubs to not discard the Java native frame.
by Nicolas Geoffray
· 10 years ago
579885a
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
by Serban Constantinescu
· 10 years ago
2d873b6
[MIPS] Fix mips32 trampoline problem.
by Nikola Veljkovic
· 10 years ago
7c3952f
ART: Add -Wunused
by Andreas Gampe
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
cf3fb94
Merge "Fix art_quick_instrumentation_entry for x86"
by Sebastien Hertz
· 10 years ago
f551d1b
Fix art_quick_instrumentation_entry for x86
by Sebastien Hertz
· 10 years ago
6d25419
Default to 64-bit for tests of methods with varying ISAs for valgrind.
by Jeff Hao
· 10 years ago
f4b24f7
Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)"
by Nicolas Geoffray
· 10 years ago
6461d19
Add Mips64 art_quick_proxy_invoke_handler assembly.
by Douglas Leung
· 10 years ago
cc7c39d
ART: Add Mips64 resolution trampoline assembly
by Andreas Gampe
· 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
aeb47bb
Merge "Refactor register access from StackVisitor"
by Sebastien Hertz
· 10 years ago
f601d19
ART: Fix assembler labels' usage in macros for Mac.
by Vladimir Marko
· 10 years ago
96ba8dc
Refactor register access from StackVisitor
by Sebastien Hertz
· 10 years ago
bc50334
Fix Mac build.
by Vladimir Marko
· 10 years ago
34eda1d
ART: Fix asm literals for Mac builds.
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
4597b5b
Fix valgrind error.
by Nicolas Geoffray
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 10 years ago
6f61141
ART: Refactor common ELF->InstructionSet code
by Andreas Gampe
· 10 years ago
5c3d3a9
ART: Fix stub_test
by Andreas Gampe
· 10 years ago
24f2dfa
[optimizing compiler] Implement inline x86 FP '%'
by Mark Mendell
· 10 years ago
fa04842
Merge "Fix refs_and_args callee save order for Mips32."
by Andreas Gampe
· 10 years ago
1a5c406
ART: Mips64 runtime support
by Andreas Gampe
· 10 years ago
0223a19
Merge "ART: Allow to compile interpret-only mips64 files"
by Andreas Gampe
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
7774edf
Merge "Skip r1 on arm if first parameter is a long."
by Nicolas Geoffray
· 10 years ago
df179cb
ART: Fix mips typo
by Andreas Gampe
· 10 years ago
c5a3ea7
ART: Introduce Mips32 R6
by Andreas Gampe
· 10 years ago
8d36591
ART: Use jalr instead of jr for Mips
by Andreas Gampe
· 10 years ago
69c15d3
Skip r1 on arm if first parameter is a long.
by Nicolas Geoffray
· 10 years ago
c6d8672
Fix refs_and_args callee save order for Mips32.
by Douglas Leung
· 10 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 10 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 10 years ago
475cfd8
Fix typo bug for Mips32.
by Douglas Leung
· 10 years ago
e34652f
[MIPSR6] Adjust assembly routines for MIPS R6 isa
by Duane Sand
· 10 years ago
4de14bb
Merge "Save all registers in native to Java stubs."
by Nicolas Geoffray
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
4808846
Save all registers in native to Java stubs.
by Nicolas Geoffray
· 10 years ago
c4925d4
Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE"
by Calin Juravle
· 10 years ago
d2ec87d
[optimizing compiler] Add REM_FLOAT and REM_DOUBLE
by Calin Juravle
· 10 years ago
d0a0b3e
Fix arm unwind data for art code.
by Christopher Ferris
· 10 years ago
124cd8f
Merge "Add JNI trampoline for mips32."
by Ian Rogers
· 10 years ago
8366ca0
Fix the last users of TARGET_CPU_SMP.
by Elliott Hughes
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
d9df670
Add denver64 as a known ARM64 variant.
by Ian Rogers
· 10 years ago
410709f
Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64"
by Sebastien Hertz
· 10 years ago
32b12f8
Fix art_quick_instrumentation_entry stub for x86/x86_64
by Sebastien Hertz
· 10 years ago
72a122c
ART: Fix last lpae occurrence, Arm64 generic
by Andreas Gampe
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
e0b46a7
Fix x86 art_quick_set64_instance quick entrypoint
by Serguei Katkov
· 10 years ago
943826e
ART: Fix warnings in memcmp16 for arm32
by Andreas Gampe
· 10 years ago
8ba17f6
Don't enable ARM_R4_SUSPEND_FLAG.
by Ian Rogers
· 10 years ago
da04f29
Merge "ART: Fix some redundant declarations"
by Andreas Gampe
· 10 years ago
e179456
ART: Fix some redundant declarations
by Andreas Gampe
· 10 years ago
3a8a7a4
Merge "Add ATTRIBUTE_UNUSED to unused parameters."
by Ian Rogers
· 10 years ago
c4f990e
Add ATTRIBUTE_UNUSED to unused parameters.
by Chih-Hung Hsieh
· 10 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
4bb1404
Fix unused parameters for the Mac.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
b688611
ART: Remove unnecessary includes
by Andreas Gampe
· 10 years ago
735b855
Add JNI trampoline for mips32.
by Douglas Leung
· 10 years ago
13738bf
Add gp initialization to the art_quick_imt_conflict_trampoline() function.
by Douglas Leung
· 10 years ago
768135f
Merge "Do not use ld instruction for Mips32."
by Ian Rogers
· 10 years ago
4af77b7
Do not use ld instruction for Mips32.
by Douglas Leung
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
3283820
Add missing SHARED_LOCKS_REQUIRED attibute.
by Chih-Hung Hsieh
· 10 years ago
fd9e956
Merge "C++11 related clean-up of DISALLOW_.."
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
0ff20d5
Fix arm64 bug introduced by refactoring.
by Stephen Kyle
· 10 years ago
6c480d6
Fix Mac build.
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
a304f97
Rework arm64 register codes and fix Arm64ManagedRegister tests.
by Alexandre Rames
· 10 years ago
Next »