Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
956af0f0cb05422e38c1d22cbef309d16b8a1a12
/
compiler
/
dex
/
quick
956af0f
Remove portable.
by Elliott Hughes
· 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
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
2750354
Use correct register class for refs
by Serguei Katkov
· 11 years ago
81ea72b
Merge "ART: Fix clobbering low part in 32-bit version of X86Mir2Lir::GenNegDouble"
by Bill Buzbee
· 11 years ago
e49e9a0
Merge "ART: GenNegLong incorrectly handled register overlap for x86"
by Bill Buzbee
· 11 years ago
570570e
Merge "Revert "Use correct register class for refs""
by Vladimir Marko
· 11 years ago
29b5535
Revert "Use correct register class for refs"
by Vladimir Marko
· 11 years ago
dbc30bc
Merge "Use correct register class for refs"
by Vladimir Marko
· 11 years ago
5c25554
Use correct register class for refs
by Serguei Katkov
· 11 years ago
d4812a9
ART: Fix clobbering low part in 32-bit version of X86Mir2Lir::GenNegDouble
by Pavel Vyssotski
· 11 years ago
c35cda8
Fix parentheses, tidy code.
by Ian Rogers
· 11 years ago
d24c934
ART: GenNegLong incorrectly handled register overlap for x86
by nikolay serdjuk
· 11 years ago
b28c1c0
Tidy RegStorage for X86.
by Ian Rogers
· 11 years ago
648c7f6
am 1991fed6: Merge "Don\'t enable ARM_R4_SUSPEND_FLAG."
by Ian Rogers
· 11 years ago
8ba17f6
Don't enable ARM_R4_SUSPEND_FLAG.
by Ian Rogers
· 11 years ago
cae6e6b
am 77dbcdd2: Merge "Fix LoadValue{Wide} to free temp when reg classes are not matched"
by Ian Rogers
· 11 years ago
77dbcdd
Merge "Fix LoadValue{Wide} to free temp when reg classes are not matched"
by Ian Rogers
· 11 years ago
5087696
am 40845d26: Merge "ARM: Strength reduction for floating-point division"
by Ian Rogers
· 11 years ago
68347e8
am 211d45e0: Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0"
by Ian Rogers
· 11 years ago
675e09b
ARM: Strength reduction for floating-point division
by Ningsheng Jian
· 11 years ago
211d45e
Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0"
by Ian Rogers
· 11 years ago
9913c84
am 970a25ca: Merge "Clean up arena objects in Mir2Lir."
by Vladimir Marko
· 11 years ago
080dd41
Clean up arena objects in Mir2Lir.
by Vladimir Marko
· 11 years ago
02c637e
Fix LoadValue{Wide} to free temp when reg classes are not matched
by Serguei Katkov
· 11 years ago
ae1a434
am 78a32333: Merge "ART: More warnings"
by Andreas Gampe
· 11 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 11 years ago
cdd9838
am ad17d418: Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
by Andreas Gampe
· 11 years ago
ad17d41
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
by Andreas Gampe
· 11 years ago
785d2f2
ART: Replace COMPILE_ASSERT with static_assert (compiler)
by Andreas Gampe
· 11 years ago
1525ed8
am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags."
by Ian Rogers
· 11 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 11 years ago
56e8e60
ART: copy dalvikInsn back on throw instruction processing
by Alexei Zavjalov
· 11 years ago
ed54f6a
am 45664c99: Merge "Avoid signed integer overflow."
by Ian Rogers
· 11 years ago
7d4ecd5
Avoid signed integer overflow.
by Ian Rogers
· 11 years ago
5f70c79
X86 QBE: Mark kX86StartOfMethod as defining reg 0
by Mark Mendell
· 11 years ago
9fe6010
am 7c049c1f: Merge "Remove useless suspend points from arm/arm64 AGET/APUT."
by Vladimir Marko
· 11 years ago
fb311f8
Remove useless suspend points from arm/arm64 AGET/APUT.
by Vladimir Marko
· 11 years ago
a229421
am 4985fdf0: Merge "Rewrite class initialization check elimination."
by Vladimir Marko
· 11 years ago
0e7217d
am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 11 years ago
a660fc1
am c57a66d5: Merge "ARM: Use hardfp calling convention between java to java call."
by Ian Rogers
· 11 years ago
d3ea207
am b62ff579: Merge "ART: Add div/rem zero check elimination flag"
by Ian Rogers
· 11 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 11 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 11 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 11 years ago
b62ff57
Merge "ART: Add div/rem zero check elimination flag"
by Ian Rogers
· 11 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 11 years ago
ab9e1ce
am b08f4dcf: Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1"
by Vladimir Marko
· 11 years ago
a65c1db
X86 Long Min/Max: Avoid calling SRegToVReg with -1
by Mark Mendell
· 11 years ago
Next »