Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
8bc616d09f93523f4bc982cc60c377b00161522a
/
compiler
/
dex
/
quick
6ad40cd
[MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions.
by Goran Jakovljevic
· 11 years ago
9b34b24
Trim arenas for JIT
by Mathieu Chartier
· 11 years ago
6ea651f
Initial support for quick compiler on MIPS64r6.
by Maja Gagic
· 11 years ago
66b2666
Merge "ART: AddVectorReduce should store result in memory carefully"
by Bill Buzbee
· 11 years ago
d37f919
ART: Do not produce CFI when not asked for
by Andreas Gampe
· 11 years ago
085b733
ART: AddVectorReduce should store result in memory carefully
by Maxim Kazantsev
· 11 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 11 years ago
8376830
Merge "Handle another untyped dex CONST issue"
by buzbee
· 11 years ago
335c555
ARM: Fix LIR flags in encoding map.
by Ningsheng Jian
· 11 years ago
71ef044
Change already inline error to warning
by Mathieu Chartier
· 11 years ago
2d873b6
[MIPS] Fix mips32 trampoline problem.
by Nikola Veljkovic
· 11 years ago
f58c11c
Fix argument register allocation for mips32.
by Douglas Leung
· 11 years ago
7e6a233
Delete bad DCHECK
by Mathieu Chartier
· 11 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 11 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 11 years ago
2535abe
Add JIT
by Mathieu Chartier
· 11 years ago
4de86d0
Handle another untyped dex CONST issue
by buzbee
· 11 years ago
5569328
ART: Some conditions should be stricter in GenInlinedMinMax()
by nikolay serdjuk
· 11 years ago
d7a5e55
Fix core spill mask for x86 special suspend.
by Vladimir Marko
· 11 years ago
6aa7fe6
Merge "Replace a few std::vector with ArenaVector in Mir2Lir."
by Vladimir Marko
· 11 years ago
80b96d1
Replace a few std::vector with ArenaVector in Mir2Lir.
by Vladimir Marko
· 11 years ago
6561551
Merge "Move arenas into runtime"
by Mathieu Chartier
· 11 years ago
b666f48
Move arenas into runtime
by Mathieu Chartier
· 11 years ago
6ce3eba
Add suspend checks to special methods.
by Vladimir Marko
· 11 years ago
2ee8837
Merge "ART: Templatize IsInt & IsUint"
by Andreas Gampe
· 11 years ago
ab1eb0d
ART: Templatize IsInt & IsUint
by Andreas Gampe
· 11 years ago
a5c8118
Merge "ART: Fix InsertCaseLabel to return boundary_lir always"
by Bill Buzbee
· 11 years ago
3dbce6f
Merge "ART: Promoted register may be wrong after the load of zero fp constant"
by Bill Buzbee
· 11 years ago
37e05bf
Quick: Disable DCE until we fix FP/Core reg mismatches.
by Vladimir Marko
· 11 years ago
0d5fd49
ART: Promoted register may be wrong after the load of zero fp constant
by Vladimir
· 11 years ago
7a01dc2
Dead code elimination based on GVN results.
by Vladimir Marko
· 11 years ago
e4fcc5b
Clean up Scoped-/ArenaAlocator array allocations.
by Vladimir Marko
· 11 years ago
a78ef44
ART: Fix InsertCaseLabel to return boundary_lir always
by Chao-ying Fu
· 11 years ago
69c37c3
Merge "Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."""
by Jeff Hao
· 11 years ago
72f53af
ART: Remove MIRGraph::dex_pc_to_block_map_
by Chao-ying Fu
· 11 years ago
a0acc2d
Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures.""
by Jeff Hao
· 11 years ago
f4b24f7
Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)"
by Nicolas Geoffray
· 11 years ago
900e7b3
Merge "ARM/ARM64: Dump thread offset."
by Andreas Gampe
· 11 years ago
a34e760
ARM/ARM64: Dump thread offset.
by Zheng Xu
· 11 years ago
b3cdf93
ART: Fix to X86Mir2Lir::GenReduceVector
by Mark Mendell
· 11 years ago
14247b6
Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."
by Brian Carlstrom
· 11 years ago
3e6a3bf
ART: Change x86 long param ABI (Quick/JNI/Opt)
by Mark Mendell
· 11 years ago
6407d3c
Merge "Allow preopted apps to have sharpened calls for non-x86 architectures."
by Jeff Hao
· 11 years ago
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
1e3dfff
Allow preopted apps to have sharpened calls for non-x86 architectures.
by Jeff Hao
· 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
Next »