Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
aab012d6196bd29b3167963ec8acb0b9780672b2
/
compiler
/
dex
/
quick
/
x86
6ef2aa6
Merge "ART: Rework TargetReg(symbolic_reg, wide)"
by Andreas Gampe
· 11 years ago
ccc6026
ART: Rework TargetReg(symbolic_reg, wide)
by Andreas Gampe
· 11 years ago
f08f0ca
Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable"
by Ian Rogers
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
af263df
ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64
by Andreas Gampe
· 11 years ago
48f5c47
Replace memory barriers to better reflect Java needs.
by Hans Boehm
· 11 years ago
0f73aa8
Merge "Update counting VR for promotion"
by Andreas Gampe
· 11 years ago
59a42af
Update counting VR for promotion
by Serguei Katkov
· 11 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 11 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 11 years ago
5a8ecaf
Merge "x86_64: Enable fp-reg promotion"
by Andreas Gampe
· 11 years ago
c380191
x86_64: Enable fp-reg promotion
by Serguei Katkov
· 11 years ago
2ab40eb
ART: Add Invokes to DecodedInstruction
by Jean Christophe Beyler
· 11 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 11 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 11 years ago
021b60f
x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets
by Chao-ying Fu
· 11 years ago
eb24bae
x86_64: enable Peek and Poke intrinsics
by Alexei Zavjalov
· 11 years ago
2cfe30b
Merge "X86 Backend support for vectorized float and byte 16x16 operations"
by Ian Rogers
· 11 years ago
60bfe7b
X86 Backend support for vectorized float and byte 16x16 operations
by Udayan Banerji
· 11 years ago
7b68fb3
Merge "x86_64: Clean-up after cmp-long fix"
by Ian Rogers
· 11 years ago
94f3eb0
x86_64: Clean-up after cmp-long fix
by Serguei Katkov
· 11 years ago
407a9d2
Clean-up call_x86.cc
by Serguei Katkov
· 11 years ago
ae2efea
Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation"
by Ian Rogers
· 11 years ago
70c4f06
ART: Intrinsic implementation for java.lang.System.arraycopy.
by DaniilSokolov
· 11 years ago
f22af67
Merge "Fix missing dependency in new X86 instruction"
by Andreas Gampe
· 11 years ago
01a50d6
Fix missing dependency in new X86 instruction
by Mark Mendell
· 11 years ago
a77ee51
x86_64: TargetReg update for x86
by Chao-ying Fu
· 11 years ago
3ee86bc
Merge "Load 64 bit constant into GPR by single instruction for 64bit mode"
by Andreas Gampe
· 11 years ago
b5860fb
Register promotion support for 64-bit targets
by buzbee
· 11 years ago
407f5c1
x86_64: Fix InstanceofFinal
by Dmitry Petrochenko
· 11 years ago
c5e4ce1
x86_64: Fix intrinsics
by nikolay serdjuk
· 11 years ago
23abec9
AArch64: Add few more inline functions
by Serban Constantinescu
· 11 years ago
5192cbb
Load 64 bit constant into GPR by single instruction for 64bit mode
by Yixin Shou
· 11 years ago
ffcdd9f
Merge "x86_64: Unify 64-bit check in x86 compiler"
by Andreas Gampe
· 11 years ago
dd64450
x86_64: Unify 64-bit check in x86 compiler
by Elena Sayapina
· 11 years ago
4d5d794
x86_64: Simplify FlushIns
by Dmitry Petrochenko
· 11 years ago
4c7cc15
x86_64: Fix GenArrayBoundsCheck
by Serguei Katkov
· 11 years ago
fb0fecf
ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation
by Olivier Come
· 11 years ago
b9d11f7
Merge "x86_64: Fix wide argument increment"
by Ian Rogers
· 11 years ago
e63d9d4
x86_64: int-to-long should ensure that int in kCoreReg
by Serguei Katkov
· 11 years ago
b6564c1
x86_64: Fix wide argument increment
by Chao-ying Fu
· 11 years ago
3c12c51
Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter""
by Andreas Gampe
· 11 years ago
de68676
Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"
by Andreas Gampe
· 11 years ago
2689fba
ART: Split out more cases of Load/StoreRef, volatile as parameter
by Andreas Gampe
· 11 years ago
1c55703
x86_64: Correct fix for cmp-long
by Serguei Katkov
· 11 years ago
4370d3d
Merge "x86_64: Fix fp-to-core conversion"
by Bill Buzbee
· 11 years ago
0498223
x86_64: Fix comp-long
by Serguei Katkov
· 11 years ago
5078d97
x86_64: Fix fp-to-core conversion
by Serguei Katkov
· 11 years ago
a81fe3d
Merge "x86_64: Several fixes required for enabling promotion"
by Bill Buzbee
· 11 years ago
7133659
Merge "x86_64: Fix neg_double"
by Bill Buzbee
· 11 years ago
02959ea
x86_64: Fix neg_double
by Alexei Zavjalov
· 11 years ago
7cd26f3
ART: Target-dependent stack overflow, less check elision
by Andreas Gampe
· 11 years ago
3157f9a
x86_64: Several fixes required for enabling promotion
by Dmitry Petrochenko
· 11 years ago
5969734
Merge "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 11 years ago
7071c8d
Add x86 inlined abs method for float/double
by Yixin Shou
· 11 years ago
995b32c
Merge "ART: Implicit checks in the compiler are independent from Runtime"
by Andreas Gampe
· 11 years ago
5655e84
ART: Implicit checks in the compiler are independent from Runtime
by Andreas Gampe
· 11 years ago
71921a3
Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15"
by Ian Rogers
· 11 years ago
4c115b8
Revert "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 11 years ago
838b38f
Merge "ART: Implement rem_double/rem_float for x86/x86-64"
by Bill Buzbee
· 11 years ago
bd3682e
ART: Implement rem_double/rem_float for x86/x86-64
by Alexei Zavjalov
· 11 years ago
cf20c1a
Fix build: style issue.
by Vladimir Marko
· 11 years ago
d87c29c
Merge "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 11 years ago
35ec2b5
x86_64: Clobber r8 to r11 and xmm0 to xmm15
by Chao-ying Fu
· 11 years ago
d6b2237
Merge "ART: Instanceof returns true if ref == 0 on x86-64"
by Bill Buzbee
· 11 years ago
bd7ebdb
Merge "Use GetLow() to access low register of a pair"
by Bill Buzbee
· 11 years ago
b9b9d66
Use GetLow() to access low register of a pair
by Mark Mendell
· 11 years ago
33ae558
Arm64 hard-float
by buzbee
· 11 years ago
e88b89a
Add x86 inlined abs method for float/double
by Yixin Shou
· 11 years ago
9545500
ART: Instanceof returns true if ref == 0 on x86-64
by Alexei Zavjalov
· 11 years ago
5aa6e04
Tidy x86 assembler.
by Ian Rogers
· 11 years ago
7e399fd
x86_64: Disable all optimizations and fix bugs
by Chao-ying Fu
· 11 years ago
8dea81c
Rewrite use/def masks to support 128 bits.
by Vladimir Marko
· 11 years ago
a5d7401
Fix typo comment by removing.
by Ian Rogers
· 11 years ago
d8191d0
ART: Add mul_long bytecode for X86-64
by Alexei Zavjalov
· 11 years ago
55884bc
X86_64: Proper IMT fix
by Mark Mendell
· 11 years ago
ea248f8
Remove TARGET_REX_SUPPORT define.
by Ian Rogers
· 11 years ago
fd755e0
Merge "X86_64: Pass 'hidden method index' in EAX"
by Ian Rogers
· 11 years ago
0f9b9c5
Tidy up x86 assembler and fix byte register encoding.
by Ian Rogers
· 11 years ago
d3703d8
X86_64: Pass 'hidden method index' in EAX
by Mark Mendell
· 11 years ago
ade54a2
X86_64: Fix core.oat compilation issues
by Mark Mendell
· 11 years ago
a014776
x86_64: Add long bytecode supports (2/2)
by Chao-ying Fu
· 11 years ago
e0ccdc0
x86_64: Add long bytecode supports (1/2)
by Chao-ying Fu
· 11 years ago
8550197
Merge "x86_64: Hard Float ABI support in QCG"
by Bill Buzbee
· 11 years ago
58994cd
x86_64: Hard Float ABI support in QCG
by Dmitry Petrochenko
· 11 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 11 years ago
76af0d3
x86_64: Turn on 64-bit core registers initialization.
by Dmitry Petrochenko
· 11 years ago
089142c
Avoid register pool allocations on the heap.
by Vladimir Marko
· 11 years ago
ca9da50
Merge "Correct another RegStorage::Solo32"
by Bill Buzbee
· 11 years ago
d44f1a6
Correct another RegStorage::Solo32
by Mark Mendell
· 11 years ago
a0cd2d7
Quick compiler: reference cleanup
by buzbee
· 11 years ago
35ba7f3
Quick compiler: fix array overrun.
by buzbee
· 11 years ago
32f38c0
Merge "x86_64: Support r8-r15, xmm8-xmm15 in assembler"
by Bill Buzbee
· 11 years ago
32c02c1
Merge "x86_64: Add 64-bit version of instructions in asm"
by Bill Buzbee
· 11 years ago
a20468c
x86_64: Support r8-r15, xmm8-xmm15 in assembler
by Dmitry Petrochenko
· 11 years ago
0c52451
Set the type of a RegStorage correctly
by Mark Mendell
· 11 years ago
96992e8
x86_64: Add 64-bit version of instructions in asm
by Dmitry Petrochenko
· 11 years ago
cd9b4e2
Merge "x86_64: Rebase on top of "64-bit temp register support""
by Bill Buzbee
· 11 years ago
fe94578
Implement all vector instructions for X86
by Mark Mendell
· 11 years ago
0999a6f
x86_64: Rebase on top of "64-bit temp register support"
by Dmitry Petrochenko
· 11 years ago
Next »