Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
5bdab12d8b48ca4c395d9d2c506ebff0df01b734
/
compiler
/
dex
/
quick
5bdab12
Clean up pass driver
by Mathieu Chartier
· 11 years ago
763abfd
Merge "ART: Even more Quick cleanup"
by Andreas Gampe
· 11 years ago
9c46208
ART: Even more Quick cleanup
by Andreas Gampe
· 11 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 11 years ago
eb6e852
Merge "ART: More Quick cleanup"
by Andreas Gampe
· 11 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 11 years ago
0e92f4f
ART: More Quick cleanup
by Andreas Gampe
· 11 years ago
a2e18ed
ART: Fix inlining of Mir2Lir
by Andreas Gampe
· 11 years ago
8c1a3a2
Merge "ART: Some Quick cleanup"
by Andreas Gampe
· 11 years ago
0b9203e
ART: Some Quick cleanup
by Andreas Gampe
· 11 years ago
00ca847
Quick: Fix range check for intrinsic String.charAt() on x86.
by Vladimir Marko
· 11 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 11 years ago
ff87d7b
ART: Fix GenInlined functions
by Chao-ying Fu
· 11 years ago
582f541
ART: Fix arm64 backend
by Andreas Gampe
· 11 years ago
f681570
ART: Make some helpers non-virtual in Mir2Lir
by Andreas Gampe
· 11 years ago
97d9f28
Merge "ART: Some Quick cleanup"
by Andreas Gampe
· 11 years ago
d500b53
ART: Some Quick cleanup
by Andreas Gampe
· 11 years ago
ddf05aa
ART: Fix compiler warning at arm/int_arm.cc:644
by Dmitry Petrochenko
· 11 years ago
71fb52f
ART: Optimizing compiler intrinsics
by Andreas Gampe
· 11 years ago
8ebdc2b
ART: Fix indentation in Mips backend
by Andreas Gampe
· 11 years ago
ea1c64d
Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd."
by Vladimir Marko
· 11 years ago
ee5e273
Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.
by Vladimir Marko
· 11 years ago
7774edf
Merge "Skip r1 on arm if first parameter is a long."
by Nicolas Geoffray
· 11 years ago
8d36591
ART: Use jalr instead of jr for Mips
by Andreas Gampe
· 11 years ago
69c15d3
Skip r1 on arm if first parameter is a long.
by Nicolas Geoffray
· 11 years ago
6650de2
Merge "Revert "ART: Implement hard float for X86""
by Vladimir Marko
· 11 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 11 years ago
1342867
Merge "ART: Implement hard float for X86"
by Vladimir Marko
· 11 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 11 years ago
425f239
Fix handling of long argument spanning register/memory.
by Nicolas Geoffray
· 11 years ago
d30feca
Merge "ART: Remove LowestSetBit and IsPowerOfTwo"
by Andreas Gampe
· 11 years ago
cfe71e5
ART: Fix divide-by-zero for ARM
by Andreas Gampe
· 11 years ago
7e49992
ART: Remove LowestSetBit and IsPowerOfTwo
by Andreas Gampe
· 11 years ago
3d5872e
Merge "ART: Reorder entrypoint argument order"
by Andreas Gampe
· 11 years ago
23149ac
Merge "ART: Ensure FP GET/PUT doesn't use Core register"
by Bill Buzbee
· 11 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 11 years ago
5c79aec
Merge "ART: Swap-space in the compiler"
by Andreas Gampe
· 11 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 11 years ago
bfe400b
Fix running out of temps when storing invoke-interface result.
by Vladimir Marko
· 11 years ago
a64d014
Merge "ART: Implement FP packed reduce for x86"
by Bill Buzbee
· 11 years ago
ee690a3
ART: Added Checker, a pattern matching test engine
by David Brazdil
· 11 years ago
6f5f5d0
ART: Implement FP packed reduce for x86
by Maxim Kazantsev
· 11 years ago
55037f1
Merge "Remove portable."
by Elliott Hughes
· 11 years ago
956af0f
Remove portable.
by Elliott Hughes
· 11 years ago
dce6539
Merge "AArch64: Fix incorrect use of preceding LIR."
by Vladimir Marko
· 11 years ago
eb54d85
AArch64: Fix incorrect use of preceding LIR.
by Ningsheng Jian
· 11 years ago
a262f77
ARM: Combine multiply accumulate operations.
by Ningsheng Jian
· 11 years ago
ffc605c
Add missing iget quick for bool, byte, char, short
by Mathieu Chartier
· 11 years ago
6bb3919
Merge "Quick: Redefine the notion of back-egdes."
by Vladimir Marko
· 11 years ago
8b858e1
Quick: Redefine the notion of back-egdes.
by Vladimir Marko
· 11 years ago
ca54134
ART: Ensure FP GET/PUT doesn't use Core register
by Mark Mendell
· 11 years ago
6c964c9
Merge "Re-factor Quick ABI support"
by Vladimir Marko
· 11 years ago
717a3e4
Re-factor Quick ABI support
by Serguei Katkov
· 11 years ago
27dee8b
X86_64 QBE: use RIP addressing
by Mark Mendell
· 11 years ago
989210e
Merge "Quick: Use fewer insns for ARM LDR/STR with large offsets."
by Vladimir Marko
· 11 years ago
aed3ad7
Quick: Use fewer insns for ARM LDR/STR with large offsets.
by Vladimir Marko
· 11 years ago
ab972ef
Remove method verification results right after compiling a method
by Mathieu Chartier
· 11 years ago
a29f698
Implement InexpensiveConstantInt(., opcode) for ARM.
by Vladimir Marko
· 11 years ago
dde815a
Merge "ART: x86 specific clearing higher bits when converting long to int"
by Bill Buzbee
· 11 years ago
758662e
Merge "Quick: Fix neg-long on ARM for overlapping regs."
by Vladimir Marko
· 11 years ago
05d5810
Merge "Refactor handling of conditional branches with known result."
by Vladimir Marko
· 11 years ago
0a08097
Merge "Quick: Use 16-bit conditional branch in Thumb2."
by Vladimir Marko
· 11 years ago
2f340a8
Quick: Fix neg-long on ARM for overlapping regs.
by Vladimir Marko
· 11 years ago
7ab2fce
Refactor handling of conditional branches with known result.
by Vladimir Marko
· 11 years ago
6af8206
ART: x86 specific clearing higher bits when converting long to int
by Yevgeny Rouban
· 11 years ago
174636d
Quick: Use 16-bit conditional branch in Thumb2.
by Vladimir Marko
· 11 years ago
9d5c25a
Quick: Use 16-bit Thumb2 PUSH/POP when possible.
by Vladimir Marko
· 11 years ago
eace458
Move dexCacheStrings from ArtMethod to Class
by Mathieu Chartier
· 11 years ago
79d43fd
Merge "ART: GenLongArith has to clobber same operands for 2-op instr"
by Bill Buzbee
· 11 years ago
071beed
Merge "ART: Generate switch targets from successor blocks"
by Bill Buzbee
· 11 years ago
55c5c3c
Merge "Skip null check in MarkGCCard() for known non-null values."
by Vladimir Marko
· 11 years ago
ce41062
Revert "ART: Remove wrong DCHECK"
by Andreas Gampe
· 11 years ago
743b98c
Skip null check in MarkGCCard() for known non-null values.
by Vladimir Marko
· 11 years ago
321b987
Further cleanup using dex_instruction_utils.h.
by Vladimir Marko
· 11 years ago
c12da2d
Merge "Rewrite GVN's field id and field type handling."
by Vladimir Marko
· 11 years ago
da96aed
ART: Generate switch targets from successor blocks
by Chao-ying Fu
· 11 years ago
2cfbccd
Merge "LSRA: Fix X86 shuffle flags"
by Ian Rogers
· 11 years ago
6b9356c
ART: GenLongArith has to clobber same operands for 2-op instr
by nikolay serdjuk
· 11 years ago
b72c723
ART: X86 vectorized reduce may use incorrect extract index
by Razvan A Lupusoru
· 11 years ago
af6925b
Rewrite GVN's field id and field type handling.
by Vladimir Marko
· 11 years ago
4514d2a
Merge "Add card mark to filled-new-array."
by Vladimir Marko
· 11 years ago
bf535be
Add card mark to filled-new-array.
by Vladimir Marko
· 11 years ago
8366ca0
Fix the last users of TARGET_CPU_SMP.
by Elliott Hughes
· 11 years ago
8542ff3
Merge "AArch64: Addressing Cortex-A53 erratum 835769."
by Ian Rogers
· 11 years ago
cee552a
Merge "ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case"
by Bill Buzbee
· 11 years ago
d79ac38
Merge "Quick compiler: fix x86 special identity"
by buzbee
· 11 years ago
4ee71b2
ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case
by Pavel Vyssotski
· 11 years ago
e8f74e5
Quick compiler: fix x86 special identity
by buzbee
· 11 years ago
130914e
Fix no relocate host tests
by Mathieu Chartier
· 11 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 11 years ago
f18b92f
LSRA: Fix X86 shuffle flags
by Dmitry Petrochenko
· 11 years ago
65420b2
AArch64: Addressing Cortex-A53 erratum 835769.
by Matteo Franchin
· 11 years ago
5d99e33
Merge "ART: copy dalvikInsn back on throw instruction processing"
by Bill Buzbee
· 11 years ago
2431452
AArch64: Small improvements.
by Matteo Franchin
· 11 years ago
4594ad6
Merge "Quick: Fix arm64 AGET/APUT to use 32-bit index."
by Vladimir Marko
· 11 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 11 years ago
f20076f
Merge "ART: Implicit null check should break def tracking"
by Bill Buzbee
· 11 years ago
172808c
Merge "Use correct register class for refs"
by Vladimir Marko
· 11 years ago
9c3617a
ART: Implicit null check should break def tracking
by Pavel Vyssotski
· 11 years ago
e08785b
Quick: Fix arm64 AGET/APUT to use 32-bit index.
by Vladimir Marko
· 11 years ago
Next »