Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
8f28bd479af445293474867191a0bf1cf0f08a4f
/
runtime
/
arch
/
arm64
055e7be
Merge "Add per array size allocation entrypoints."
by Nicolas Geoffray
· 9 years ago
8e0e7f7
Merge "Refactor code for unresolved field entrypoint."
by Nicolas Geoffray
· 9 years ago
5b3c6c0
Refactor code for unresolved field entrypoint.
by Nicolas Geoffray
· 9 years ago
b048cb7
Add per array size allocation entrypoints.
by Nicolas Geoffray
· 9 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 9 years ago
0da2abf
Merge "ARM64: Clean-up and extend the supported cpu_variant list."
by Treehugger Robot
· 9 years ago
8d91ac3
Remove unused array entrypoints.
by Nicolas Geoffray
· 9 years ago
e761bcc
Revert "Revert "Load the array class in the compiler for allocations.""
by Nicolas Geoffray
· 9 years ago
fee2550
Revert "Load the array class in the compiler for allocations."
by Hiroshi Yamauchi
· 9 years ago
cc99df2
Load the array class in the compiler for allocations.
by Nicolas Geoffray
· 9 years ago
39cee66
Entrypoints cleanup.
by Nicolas Geoffray
· 9 years ago
ac14139
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 9 years ago
1d1491e
ARM64: Clean-up and extend the supported cpu_variant list.
by Serban Constantinescu
· 9 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 9 years ago
c8144cd
Merge "Revert "Make object allocation entrypoints only take a class.""
by Treehugger Robot
· 9 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 9 years ago
0fb5af1
Revert "ART: Compiler support for invoke-polymorphic."
by Orion Hodson
· 9 years ago
02e3092
ART: Compiler support for invoke-polymorphic.
by Orion Hodson
· 9 years ago
bc7d0de
Merge "Remove the unused SMP instruction set feature option."
by Vladimir Marko
· 9 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 9 years ago
b595b40
Remove the unused SMP instruction set feature option.
by Serban Constantinescu
· 9 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 9 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 9 years ago
4e1a19b
Merge "Mterp/arm64: Add CFI directives."
by Vladimir Marko
· 9 years ago
112aa10
Mterp/arm64: Add CFI directives.
by Vladimir Marko
· 9 years ago
85b38bd
Merge "Remove the fast path in art_quick_resolve_string."
by Nicolas Geoffray
· 9 years ago
9fd8c60
Pass object instead of class to instanceof entrypoint
by Mathieu Chartier
· 9 years ago
fe814e8
Use entrypoint switching to reduce code size of GcRoot read barrier
by Mathieu Chartier
· 9 years ago
fbc75db
Remove the fast path in art_quick_resolve_string.
by Nicolas Geoffray
· 9 years ago
16593ed
Merge "Change string compression encoding."
by Treehugger Robot
· 9 years ago
fdaf0f4
Change string compression encoding.
by Vladimir Marko
· 9 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 9 years ago
6f198e3
Add forwarding address checks for X86, arm, arm64
by Mathieu Chartier
· 9 years ago
0415b4e
ART: Change InstructionSetFeatures to return unique_ptr
by Andreas Gampe
· 11 years ago
94ce9c2
Change pResolveString entrypoint to kSaveEverything.
by Vladimir Marko
· 9 years ago
0576575
String Compression for ARM and ARM64
by jessicahandojo
· 9 years ago
804b03f
Change remaining slow path throw entrypoints to save everything.
by Vladimir Marko
· 9 years ago
908eb22
ARM/ARM64: Fix throwing entrypoints to call runtime handlers.
by Vladimir Marko
· 9 years ago
0584647
Remove ThrowNoSuchMethod entrypoint.
by Vladimir Marko
· 9 years ago
3b7537b
Revert "Revert "Use implicit null checks inside try blocks.""
by Vladimir Marko
· 9 years ago
0719b5b
Revert "Use implicit null checks inside try blocks."
by Nicolas Geoffray
· 9 years ago
7aa7560
Use implicit null checks inside try blocks.
by Vladimir Marko
· 9 years ago
ae6ba1f
ARM64: Use macros for increasing and decreasing frame size.
by Vladimir Marko
· 9 years ago
215076b
ARM64: Use macros for saving/restoring registers in assembly.
by Vladimir Marko
· 9 years ago
239d6ea
Change deoptimize entrypoint to save everything.
by Vladimir Marko
· 9 years ago
ebb7b22
Merge "Clean up some includes."
by Treehugger Robot
· 9 years ago
161db1d
Use the fast path object size for RosAlloc asm stubs
by Mathieu Chartier
· 9 years ago
3a21e38
Clean up some includes.
by Vladimir Marko
· 9 years ago
4fd93ae
Merge "Clean up art_quick_resolve_string for arm64"
by Mathieu Chartier
· 9 years ago
93bbee0
Faster allocation fast path
by Mathieu Chartier
· 9 years ago
e3fbe38
Clean up art_quick_resolve_string for arm64
by Mathieu Chartier
· 9 years ago
b6ec5d7
Fix unnecessary read barrier for resolved/initialized allocations
by Mathieu Chartier
· 9 years ago
5f40433
Improve art_quick_resolve_string for arm64 CC
by Mathieu Chartier
· 9 years ago
ead8ba3
ART: String DexCache asm fast path for ARM64
by Christina Wadsworth
· 9 years ago
40df7c1
ARM/ARM64: Improve comments for kSaveEverything assembly.
by Vladimir Marko
· 9 years ago
36c2271
Improve READ_BARRIER_MARK_REG for arm32
by Mathieu Chartier
· 9 years ago
de5f194
ARM/ARM64: Improve assembler macros for kSaveEverything frame.
by Vladimir Marko
· 9 years ago
38dd0e8
Merge "Fix negative array size checking"
by Treehugger Robot
· 9 years ago
2ee98f2
Fix negative array size checking
by Mathieu Chartier
· 9 years ago
fd36f1f
Rename callee save enumerators.
by Vladimir Marko
· 9 years ago
8261d02
Revert "Revert "ARM64 asm for region space array allocation""
by Mathieu Chartier
· 9 years ago
6ae7f3a
Revert "ARM64 asm for region space array allocation"
by Roland Levillain
· 9 years ago
f686c3f
ARM64 asm for region space array allocation
by Mathieu Chartier
· 9 years ago
965c0b9
Merge "Change suspend entrypoint to save all registers."
by Vladimir Marko
· 9 years ago
952dbb1
Change suspend entrypoint to save all registers.
by Vladimir Marko
· 9 years ago
36a270a
Change one read barrier bit to mark bit
by Mathieu Chartier
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
d22b69a
Merge "Remove two ReadBarrierMarkRegX entrypoints."
by Roland Levillain
· 9 years ago
d549c28
Remove two ReadBarrierMarkRegX entrypoints.
by Roland Levillain
· 9 years ago
4b5f791
Add fast path to arm64 READ_BARRIER macro
by Mathieu Chartier
· 9 years ago
057361c
Merge "Move caller-saves saving/restoring to ReadBarrierMarkRegX."
by Roland Levillain
· 9 years ago
4359e61
Move caller-saves saving/restoring to ReadBarrierMarkRegX.
by Roland Levillain
· 9 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 9 years ago
011dc2c
Do allocation fence before pushing on allocation stack
by Mathieu Chartier
· 9 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
c5818f6
Merge "ARM64: Add new String.compareTo intrinsic."
by Vladimir Marko
· 9 years ago
1f36f41
ARM64: Add new String.compareTo intrinsic.
by Scott Wakeling
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
2bd7d2d
ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list
by Junmo Park
· 9 years ago
ec9a828
Merge "Assembly region TLAB allocation fast path for arm64."
by Hiroshi Yamauchi
· 9 years ago
cd77378
Assembly region TLAB allocation fast path for arm64.
by Hiroshi Yamauchi
· 9 years ago
59028d9
MIPS: Improving art_quick_imt_conflict_trampoline
by Goran Jakovljevic
· 10 years ago
796d630
Add an ImtConflictTable to better resolve IMT conflicts.
by Nicolas Geoffray
· 10 years ago
d72945c
Revert "Revert "Assembly TLAB allocation fast path for arm64.""
by Hiroshi Yamauchi
· 10 years ago
52fa2c6
Revert "Assembly TLAB allocation fast path for arm64."
by Nicolas Geoffray
· 10 years ago
b7e52b0
Assembly TLAB allocation fast path for arm64.
by Hiroshi Yamauchi
· 10 years ago
10d4c08
Assembly region TLAB allocation fast path for arm.
by Hiroshi Yamauchi
· 10 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 10 years ago
5f16c05
Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler"
by Roland Levillain
· 10 years ago
02fc24e
ARM64: Add direct calls to math intrinsics
by Anton Kirilov
· 10 years ago
4a6a67c
Remove unused DMB code paths in the ARM64 Optimizing Compiler
by Serban Constantinescu
· 10 years ago
7c1559a
x86 Baker's read barrier fast path implementation.
by Roland Levillain
· 10 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 10 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 10 years ago
9013bb0
Merge "ART: add kryo to a53 #835769 & #843419 erratum exception list"
by Vladimir Marko
· 10 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 10 years ago
74974ab
ART: add kryo to a53 #835769 & #843419 erratum exception list
by Ajay Dudani
· 10 years ago
6f6244a
Rosalloc fast path in assembly for arm64.
by Hiroshi Yamauchi
· 10 years ago
Next »