Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
ebf6aa8185d59eeaa428b51a7e32ccc2b9ab1daf
/
src
/
compiler
/
codegen
/
x86
b046e16
Remove all TARGET_[ARM|X86|MIPS] #ifdefs
by buzbee
· 13 years ago
30a3317
More MIPS fixes. Many run-test tests pass.
by jeffhao
· 13 years ago
a5b3024
Split dex_pc<->native_pc mapping table
by Bill Buzbee
· 13 years ago
2e9f7ed
Use shorter opcodes on x86 for opCmpImmBranch.
by Ian Rogers
· 13 years ago
474b6da
Move thread flags and state into 32bits.
by Ian Rogers
· 13 years ago
8320f38
Prune useless entries from dex to pc map
by buzbee
· 13 years ago
77ae36b
Fix and enable inlining of some intrinsics on x86.
by jeffhao
· 13 years ago
0e3ac14
Fix fused branches, so vm-tests work again.
by jeffhao
· 13 years ago
babda95
Populate call info and inline float/double conversions on x86.
by jeffhao
· 13 years ago
8302576
Added thin-lock fast path for monitor-enter/exit on x86.
by jeffhao
· 13 years ago
573b429
Enable load store elimination on x86.
by jeffhao
· 13 years ago
4b771a0
Implemented fused branches for long and fp on x86.
by jeffhao
· 13 years ago
854029c
Fixes to x86 register promotion and load hoisting.
by jeffhao
· 13 years ago
703f2cd
Numerous fixes to enable PromoteRegs, though it's still broken.
by jeffhao
· 13 years ago
fdffdf8
Fixes to enable TrackLiveTemps optimization on x86.
by jeffhao
· 13 years ago
a1da8a5
Quick compiler: complete switch support
by buzbee
· 13 years ago
e296248
Fixes for x86 compiler optimizations.
by jeffhao
· 13 years ago
7484741
Fix a bunch of lint.
by Elliott Hughes
· 13 years ago
ad8f15e
Milestone: close Quick side channel communication
by buzbee
· 13 years ago
1395b1e
Patches to x86 compilation to fix vm tests on emulator.
by jeffhao
· 13 years ago
a168c83
Convince tsan that the card table isn't a problem.
by Elliott Hughes
· 13 years ago
4abb1a9
Fixes for x86 compilation with floats.
by jeffhao
· 13 years ago
2cfc639
Foundation for Quick LLVM compiler
by buzbee
· 13 years ago
408ad16
Restructure to reduce MIR references
by buzbee
· 13 years ago
6023456
Various missing hunks.
by Elliott Hughes
· 13 years ago
fd2ec54
Fix compilation issues with new gcc
by Brian Carlstrom
· 13 years ago
5772bab
Fixed x86 compilation of filled-new-array/range.
by jeffhao
· 13 years ago
292188d
More x86 fixes for floating point operations.
by jeffhao
· 13 years ago
41005dd
Fix x86 type conversions. test-art-host-oat passes.
by jeffhao
· 13 years ago
5121e0b
Fix x86 long right shifting and int-to-float/double.
by jeffhao
· 13 years ago
6a4a7e1
Fix x86 compilation of const-wide.
by jeffhao
· 13 years ago
644d531
Fixes to x86 compilation.
by jeffhao
· 13 years ago
bff2465
[Compiler] Add object ref discovery
by buzbee
· 13 years ago
a114add
[Compiler] use Art indentation standard
by Bill Buzbee
· 13 years ago
4467908
Fix immediate size for IMUL32RRI, IMUL32RMI, and IMUL32RAI.
by jeffhao
· 13 years ago
225ae52
Implement RRI and RRI8 variants of IMUL.
by Elliott Hughes
· 13 years ago
5450e0e
Fix psllq encoding bug.
by Ian Rogers
· 13 years ago
d36c52e
Check for null array assignments inline. Tidy asm macros.
by Ian Rogers
· 13 years ago
141d622
More X86 fixes.
by Ian Rogers
· 13 years ago
55bd45f
More X86 fixes.
by Ian Rogers
· 13 years ago
fc700ed
Fix x86 long math.
by Ian Rogers
· 13 years ago
7caad77
Implement various missing parts of the X86 compiler
by Ian Rogers
· 13 years ago
deaac40
Fix the C++ compilation part of the Mac build.
by Elliott Hughes
· 13 years ago
b25c3f6
Fix cpplint's whitespace complaints.
by Elliott Hughes
· 13 years ago
fc9e6fa
Compiler intrinsics
by buzbee
· 13 years ago
c6f3bb8
Further x86 progress and image creation.
by Ian Rogers
· 13 years ago
16da88c
Custom codegen for small frameless methods.
by buzbee
· 13 years ago
b41b33b
Add 3rd argument register to X86.
by Ian Rogers
· 13 years ago
b3ab25b
Enable compiler_test on host.
by Ian Rogers
· 13 years ago
9c044ce
Support for promoting Method* and compiler temps
by buzbee
· 13 years ago
ab2b55d
Refactor callRuntimeHelper
by Ian Rogers
· 13 years ago
6cbb2bd
X86 invocation tidy up.
by Ian Rogers
· 13 years ago
141b0c7
Enable all tests on x86, add assertions
by Ian Rogers
· 13 years ago
f7d9ad3
Enable all JNI internal compiler tests on the host.
by Ian Rogers
· 13 years ago
e196567
SSA rework and support compiler temps in the frame
by buzbee
· 13 years ago
b5d09b2
Method prologue and epilogues, add missing x86 functionality.
by Ian Rogers
· 13 years ago
719ace4
Stop saying "typedef struct" and "typedef enum".
by Elliott Hughes
· 13 years ago
e7825db
Fix build.
by Elliott Hughes
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
86a4bce
Fix branch bug (showed up in codegen for debug)
by buzbee
· 13 years ago
adb8c67
Move the compiler away from libdex.
by Elliott Hughes
· 13 years ago
de79783
Dummy up MOV instructions, add/tweak comments.
by Ian Rogers
· 13 years ago
96ab420
Beginning of X86 encoding map and instruction size routine.
by Ian Rogers
· 13 years ago
a7678db
x86 source code hack and slash
by buzbee
· 13 years ago
e88dfbf
x86 codegen source file skeletons
by buzbee
· 13 years ago
e32ca23
Start of X86 LIR description.
by Ian Rogers
· 13 years ago