Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
d1ef4362bf799f9f5d50e5edef8433664b503051
/
compiler
/
dex
/
quick
/
x86
/
x86_lir.h
3d21bdf
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
1961b60
Quick: PC-relative loads from dex cache arrays on x86.
by Vladimir Marko
· 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
8c1a3a2
Merge "ART: Some Quick cleanup"
by Andreas Gampe
· 10 years ago
0b9203e
ART: Some Quick cleanup
by Andreas Gampe
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 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
27dee8b
X86_64 QBE: use RIP addressing
by Mark Mendell
· 10 years ago
b28c1c0
Tidy RegStorage for X86.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
b3a84e2
ART: Vectorization opcode implementation fixes
by Lupusoru, Razvan A
· 10 years ago
8d0d03e
ART: Change temporaries to positive names
by Razvan A Lupusoru
· 10 years ago
b5bce7c
ART: Add non-temporal store support
by Jean Christophe Beyler
· 10 years ago
f40f890
Implement inlined shift long for 32bit
by Yixin Shou
· 10 years ago
1222c96
ART: inline Math.Max/Min (float and double)
by Alexei Zavjalov
· 10 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 10 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 10 years ago
c380191
x86_64: Enable fp-reg promotion
by Serguei Katkov
· 10 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 10 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 10 years ago
2cfe30b
Merge "X86 Backend support for vectorized float and byte 16x16 operations"
by Ian Rogers
· 10 years ago
60bfe7b
X86 Backend support for vectorized float and byte 16x16 operations
by Udayan Banerji
· 10 years ago
94f3eb0
x86_64: Clean-up after cmp-long fix
by Serguei Katkov
· 10 years ago
ae2efea
Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation"
by Ian Rogers
· 10 years ago
c5e4ce1
x86_64: Fix intrinsics
by nikolay serdjuk
· 10 years ago
a77ee51
x86_64: TargetReg update for x86
by Chao-ying Fu
· 10 years ago
5192cbb
Load 64 bit constant into GPR by single instruction for 64bit mode
by Yixin Shou
· 10 years ago
fb0fecf
ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation
by Olivier Come
· 10 years ago
1c55703
x86_64: Correct fix for cmp-long
by Serguei Katkov
· 10 years ago
bd3682e
ART: Implement rem_double/rem_float for x86/x86-64
by Alexei Zavjalov
· 10 years ago
8dea81c
Rewrite use/def masks to support 128 bits.
by Vladimir Marko
· 10 years ago
ea248f8
Remove TARGET_REX_SUPPORT define.
by Ian Rogers
· 10 years ago
0f9b9c5
Tidy up x86 assembler and fix byte register encoding.
by Ian Rogers
· 10 years ago
e0ccdc0
x86_64: Add long bytecode supports (1/2)
by Chao-ying Fu
· 10 years ago
58994cd
x86_64: Hard Float ABI support in QCG
by Dmitry Petrochenko
· 10 years ago
a20468c
x86_64: Support r8-r15, xmm8-xmm15 in assembler
by Dmitry Petrochenko
· 11 years ago
96992e8
x86_64: Add 64-bit version of instructions in asm
by Dmitry Petrochenko
· 10 years ago
cd9b4e2
Merge "x86_64: Rebase on top of "64-bit temp register support""
by Bill Buzbee
· 10 years ago
fe94578
Implement all vector instructions for X86
by Mark Mendell
· 10 years ago
0999a6f
x86_64: Rebase on top of "64-bit temp register support"
by Dmitry Petrochenko
· 10 years ago
d65c51a
ART: Add support for constant vector literals
by Mark Mendell
· 11 years ago
9ee801f
Add x86_64 code generation support
by Dmitry Petrochenko
· 10 years ago
2637f2e
ART: Update and correct assemble_x86.cc
by Mark Mendell
· 11 years ago
091cc40
Quick compiler: allocate doubles as doubles
by buzbee
· 11 years ago
9da5c10
Quick compiler, MIPS resource cleanup
by buzbee
· 11 years ago
2700f7e
Continuing register cleanup
by buzbee
· 11 years ago
99ad723
Relaxed memory barriers for x86
by Razvan A Lupusoru
· 11 years ago
60d7a65
Fix stack overflow for mutual recursion.
by Brian Carlstrom
· 11 years ago
e90501d
Add dependency for operations with x86 FPU stack
by Serguei Katkov
· 11 years ago
00e1ec6
Revert "Revert "Rework Quick compiler's register handling""
by Bill Buzbee
· 11 years ago
86ec520
Revert "Rework Quick compiler's register handling"
by Bill Buzbee
· 11 years ago
2c1ed45
Rework Quick compiler's register handling
by buzbee
· 11 years ago
4028a6c
Inline x86 String.indexOf
by Mark Mendell
· 11 years ago
ed8081a
Merge "Support to generate inline long to FP bytecodes for x86"
by Ian Rogers
· 11 years ago
614c2b4
Support to generate inline long to FP bytecodes for x86
by Razvan A Lupusoru
· 11 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 11 years ago
55d0eac
Support Direct Method/Type access for X86
by Mark Mendell
· 11 years ago
2c498d1
Specializing x86 range argument copying
by Razvan A Lupusoru
· 11 years ago
7ea5daf
Merge "Improve x86 long multiply and shifts"
by Ian Rogers
· 11 years ago
d3266bc
Reduce x86 sequence for GP pair to XMM
by Razvan A Lupusoru
· 11 years ago
4708dcd
Improve x86 long multiply and shifts
by Mark Mendell
· 11 years ago
2bf31e6
Improve x86 long divide
by Mark Mendell
· 11 years ago
d61ba4b
Revert "Revert "Better support for x86 XMM registers""
by Bill Buzbee
· 11 years ago
8ff67e3
Revert "Better support for x86 XMM registers"
by Bill Buzbee
· 11 years ago
766a5e5
Better support for x86 XMM registers
by Mark Mendell
· 11 years ago
bd288c2
Add conditional move support to x86 and allow GenMinMax to use it
by Razvan A Lupusoru
· 11 years ago
12f9628
Fix minor style issues
by Vladimir Marko
· 11 years ago
bff1ef0
Implement GenInlinedSqrt for x86
by Mark Mendell
· 11 years ago
70b797d
Unsafe.compareAndSwapLong() intrinsic for x86.
by Vladimir Marko
· 11 years ago
c29bb61
Unsafe.compareAndSwapInt()/Object() intrinsics for x86.
by Vladimir Marko
· 11 years ago
a8b4caf
Add byte swap instructions for ARM and x86.
by Vladimir Marko
· 11 years ago
e6ed00b
Fix x86 code generation for 0x0F 0x3A 0x?? instructions.
by Vladimir Marko
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
b1eba21
Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed (99%) from src/compiler/dex/quick/x86/x86_lir.h]
395116c
Compiler: rearranging the deck chairs.
by buzbee
· 12 years ago
[Renamed (98%) from src/compiler/codegen/x86/x86_lir.h]
641ce03
Rename compiler_llvm CompilationUnit to LlvmCompilationUnit
by Brian Carlstrom
· 12 years ago
02031b1
Quick compiler: Single .so for all targets
by buzbee
· 12 years ago
fa57c47
Quick Compiler: Shoot the Camel
by buzbee
· 12 years ago
1bc37c6
Continuing Quick compiler refactoring
by buzbee
· 12 years ago
cbd6d44
C++'ification of Quick compiler's casts
by buzbee
· 12 years ago
eaf09bc
Quick compiler: more refactoring
by buzbee
· 12 years ago
efc6369
Quick compiler source reorganizatio - part 1
by buzbee
· 12 years ago
[Renamed (99%) from src/compiler/codegen/x86/X86LIR.h]
f0504cd
Quick backend: rename target-specific #defines
by buzbee
· 12 years ago
ec13743
Revert "Revert "Refactor codegen resource masks""
by buzbee
· 12 years ago
4b39c9f1b
Revert "Refactor codegen resource masks"
by Bill Buzbee
· 12 years ago
07131ca
Refactor codegen resource masks
by buzbee
· 12 years ago
b046e16
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
by buzbee
· 12 years ago
30a3317
More MIPS fixes. Many run-test tests pass.
by jeffhao
· 12 years ago
a5b3024
Split dex_pc<->native_pc mapping table
by Bill Buzbee
· 12 years ago
2e9f7ed
Use shorter opcodes on x86 for opCmpImmBranch.
by Ian Rogers
· 12 years ago
8320f38
Prune useless entries from dex to pc map
by buzbee
· 12 years ago
77ae36b
Fix and enable inlining of some intrinsics on x86.
by jeffhao
· 12 years ago
8302576
Added thin-lock fast path for monitor-enter/exit on x86.
by jeffhao
· 12 years ago
703f2cd
Numerous fixes to enable PromoteRegs, though it's still broken.
by jeffhao
· 12 years ago
fdffdf8
Fixes to enable TrackLiveTemps optimization on x86.
by jeffhao
· 12 years ago
Next »