Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
c6934e36d33ab402b7b51c78d46c319fc33e8ef3
/
compiler
/
utils
/
x86
/
assembler_x86_test.cc
20d1c94
Patch supports Intel(R) AVX/AVX2 MOV Instruction
by jaishank
· 6 years ago
8e5bc2d
Add support for vex coding scheme in x86 assembler
by Shalini Salomi Bodapati
· 7 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
3215fff
Separate Malloc and MemMap ArenaPools
by David Sehr
· 7 years ago
4ca1735
Saturation arithmetic instructions for X86 and X86_64.
by Aart Bik
· 7 years ago
29a8d84
x86/x86-64: Fix cmpw() for 9-16 bit immediates.
by Vladimir Marko
· 7 years ago
ded5594
Add addw support to x86 and x64.
by Nicolas Geoffray
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 8 years ago
69d310e
Use ScopedArenaAllocator for building HGraph.
by Vladimir Marko
· 8 years ago
f7754e8
Add more repeat support and register views.
by Aart Bik
· 8 years ago
caa31e7
Add repeat support for memory addresses.
by Aart Bik
· 8 years ago
5dafb3c
Test assembler driver utilities.
by Aart Bik
· 8 years ago
3332db8
Bunch of SIMD for x86 and x86_64
by Aart Bik
· 8 years ago
6005a87
Added a few idiomatic x86 SSE instructions.
by Aart Bik
· 8 years ago
c8e93c7
Min/max SIMDization support.
by Aart Bik
· 8 years ago
8939c64
SIMD pcmpgtb,w,d,q for x86/x86_64
by Aart Bik
· 8 years ago
67d3fd7
SIMD pavgb,w for x86/x86_64
by Aart Bik
· 8 years ago
4b45533
SIMD cmpeq for x86/x86_64
by Aart Bik
· 8 years ago
21c580b
SIMD and-not for x86/x86_64
by Aart Bik
· 8 years ago
3ae3b59
SIMD type conversion for x86
by Aart Bik
· 8 years ago
e69d7a9
Added a few more integral SIMD extensions for x86/x86_64 (SSE).
by Aart Bik
· 8 years ago
68555e9
Added a few integral SIMD extensions for x86/x86_64 (SSE).
by Aart Bik
· 8 years ago
12e06ed
Added few more SIMD extensions for x86/x86_64 (SSE).
by Aart Bik
· 8 years ago
c778226
Introduce a number of SIMD extensions for x86/x86_64 (SSE).
by Aart Bik
· 8 years ago
b03d640
Adding x86 compiler utils instructions and tests
by jessicahandojo
· 9 years ago
953437b
Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load.""
by Vladimir Marko
· 9 years ago
ccf15bc
Revert "x86/x86-64: Avoid temporary for read barrier field load."
by Vladimir Marko
· 9 years ago
ccf06d8
x86/x86-64: Avoid temporary for read barrier field load.
by Vladimir Marko
· 9 years ago
33dd909
Fixed bug in disassembly of roundss/roundsd
by Aart Bik
· 9 years ago
18ba121
Added direct memory operand support for comiss/sd on x86.
by Aart Bik
· 9 years ago
3b62593
Add cmpb instruction to x86 and x86_64 assembler
by Serguei Katkov
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
abdac47
Add X86/X86_64 support for CMOV from memory.
by Mark Mendell
· 9 years ago
c39dac1
Support for x86 popcnt.
by Aart Bik
· 9 years ago
9f51f26
X86: Add support for ucomis[sd] reg/memory form
by Mark Mendell
· 10 years ago
bcee092
Add X86 bsf and rotate instructions
by Mark Mendell
· 10 years ago
73f455e
X86: Assembler support for near labels
by Mark Mendell
· 10 years ago
8ae3ffb
Add 'bsr' instruction to x86 and x86_64
by Mark Mendell
· 10 years ago
b9c4bbe
Add rep movsw to x86 and x86_64 instructions.
by Mark Mendell
· 10 years ago
743e962
Merge "Optimizing: Add Non Temporal Move support for x86"
by Aart Bik
· 10 years ago
970abfb
Added repe_cmpsl instruction to x86, x86_64 assemblers
by agicsaki
· 10 years ago
7a08fb5
Optimizing: Add Non Temporal Move support for x86
by Mark Mendell
· 10 years ago
71311f8
Added repe_cmpsw instruction to x86, x86_64 assemblers
by agicsaki
· 10 years ago
21030dd
ART: x86 indexOf intrinsics for the optimizing compiler
by Andreas Gampe
· 10 years ago
0a18601
Exercise the x86 and x86-64 FILD and FISTP instructions.
by Roland Levillain
· 10 years ago
58d25fd
[optimizing] Implement more x86/x86_64 intrinsics
by Mark Mendell
· 10 years ago
52c4896
[optimizing compiler] Add support for volatile
by Calin Juravle
· 11 years ago
647b9ed
Add support for long-to-double in the optimizing compiler.
by Roland Levillain
· 11 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 12 years ago
[Renamed from runtime/oat/utils/x86/assembler_x86_test.cc]
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/oat/utils/x86/assembler_x86_test.cc]
57b86d4
Refactor runtime support.
by Ian Rogers
· 13 years ago
[Renamed from src/assembler_x86_test.cc]
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
ad107ab
Remove author attributions.
by Carl Shapiro
· 14 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 14 years ago
b033c75
x86 JNI compiler and unit tests.
by Ian Rogers
· 14 years ago
a331b3c
New ClassLinker::CreateArrayClass
by Brian Carlstrom
· 14 years ago
c981ace
Add a gtest build target for the host.
by Jesse Wilson
· 14 years ago