Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
8dea81ca9c0201ceaa88086b927a5838a06a3e69
/
compiler
/
dex
/
quick
8dea81c
Rewrite use/def masks to support 128 bits.
by Vladimir Marko
· 11 years ago
a5d7401
Fix typo comment by removing.
by Ian Rogers
· 11 years ago
d8191d0
ART: Add mul_long bytecode for X86-64
by Alexei Zavjalov
· 11 years ago
5487494
Workaround frame size issues.
by Ian Rogers
· 11 years ago
55884bc
X86_64: Proper IMT fix
by Mark Mendell
· 11 years ago
ea248f8
Remove TARGET_REX_SUPPORT define.
by Ian Rogers
· 11 years ago
fd755e0
Merge "X86_64: Pass 'hidden method index' in EAX"
by Ian Rogers
· 11 years ago
0f9b9c5
Tidy up x86 assembler and fix byte register encoding.
by Ian Rogers
· 11 years ago
a0b0ba0
Merge "X86_64: Fix core.oat compilation issues"
by Bill Buzbee
· 11 years ago
88c3484
Merge "AArch64: fix and enable sparse- and packed-switch."
by Bill Buzbee
· 11 years ago
d3703d8
X86_64: Pass 'hidden method index' in EAX
by Mark Mendell
· 11 years ago
ade54a2
X86_64: Fix core.oat compilation issues
by Mark Mendell
· 11 years ago
5acc8b0
AArch64: fix and enable sparse- and packed-switch.
by Matteo Franchin
· 11 years ago
2d41a65
AArch64: Fix kOpLsl, rem-float/double.
by Zheng Xu
· 11 years ago
a014776
x86_64: Add long bytecode supports (2/2)
by Chao-ying Fu
· 11 years ago
e0ccdc0
x86_64: Add long bytecode supports (1/2)
by Chao-ying Fu
· 11 years ago
8550197
Merge "x86_64: Hard Float ABI support in QCG"
by Bill Buzbee
· 11 years ago
58994cd
x86_64: Hard Float ABI support in QCG
by Dmitry Petrochenko
· 11 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 11 years ago
04f4d8a
Add an optimization for removing redundant suspend tests in ART
by Wei Jin
· 11 years ago
76af0d3
x86_64: Turn on 64-bit core registers initialization.
by Dmitry Petrochenko
· 11 years ago
089142c
Avoid register pool allocations on the heap.
by Vladimir Marko
· 11 years ago
511c8a6
AArch64: Fix cmp-long and method with long arguments.
by Zheng Xu
· 11 years ago
ca9da50
Merge "Correct another RegStorage::Solo32"
by Bill Buzbee
· 11 years ago
d44f1a6
Correct another RegStorage::Solo32
by Mark Mendell
· 11 years ago
87662da
Merge "Quick compiler: reference cleanup"
by buzbee
· 11 years ago
a0cd2d7
Quick compiler: reference cleanup
by buzbee
· 11 years ago
03dbc04
Make class status volatile.
by Ian Rogers
· 11 years ago
e4283be
Merge "Quick compiler: fix array overrun."
by buzbee
· 11 years ago
35ba7f3
Quick compiler: fix array overrun.
by buzbee
· 11 years ago
b20c373
Merge "AArch64: Enable extended MIR"
by Bill Buzbee
· 11 years ago
22460ec
Merge "Quick compiler: Method* as a reference"
by buzbee
· 11 years ago
05e27ff
AArch64: Enable extended MIR
by Serban Constantinescu
· 11 years ago
d9f4c52
Quick compiler: x86_64 workaround
by buzbee
· 11 years ago
f2c3e56
Quick compiler: Method* as a reference
by buzbee
· 11 years ago
0955f7e
AArch64: fixing some assertions.
by Matteo Franchin
· 11 years ago
32f38c0
Merge "x86_64: Support r8-r15, xmm8-xmm15 in assembler"
by Bill Buzbee
· 11 years ago
32c02c1
Merge "x86_64: Add 64-bit version of instructions in asm"
by Bill Buzbee
· 11 years ago
a20468c
x86_64: Support r8-r15, xmm8-xmm15 in assembler
by Dmitry Petrochenko
· 11 years ago
33a60e4
Merge "Set the type of a RegStorage correctly"
by Bill Buzbee
· 11 years ago
67c482f
Merge "Art compiler: remove unnecessary sqrt call"
by buzbee
· 11 years ago
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 11 years ago
6c35a6b
Merge "Quick compiler: generalize NarrowRegLoc()"
by buzbee
· 11 years ago
0c52451
Set the type of a RegStorage correctly
by Mark Mendell
· 11 years ago
96992e8
x86_64: Add 64-bit version of instructions in asm
by Dmitry Petrochenko
· 11 years ago
ab5b370
Merge "AArch64: Add suspend check in managed code."
by Bill Buzbee
· 11 years ago
032d377
AArch64: Enable FLOAT and DOUBLE opcodes
by Serban Constantinescu
· 11 years ago
48241e7
AArch64: Add suspend check in managed code.
by Zheng Xu
· 11 years ago
85089dd
Quick compiler: generalize NarrowRegLoc()
by buzbee
· 11 years ago
cd9b4e2
Merge "x86_64: Rebase on top of "64-bit temp register support""
by Bill Buzbee
· 11 years ago
fe94578
Implement all vector instructions for X86
by Mark Mendell
· 11 years ago
642fe34
Quick compiler: fix register clobbering.
by buzbee
· 11 years ago
0999a6f
x86_64: Rebase on top of "64-bit temp register support"
by Dmitry Petrochenko
· 11 years ago
4c80043
x86_64: Disable all intrinsics
by Dmitry Petrochenko
· 11 years ago
d293fb4
x86: For integer ALU operation handle v+=v case
by Serguei Katkov
· 11 years ago
ed65c5e
AArch64: Enable LONG_* and INT_* opcodes.
by Serban Constantinescu
· 11 years ago
3aa5773
ART: MIR, SSARepresentation, and BasicBlock Additional API
by Jean Christophe Beyler
· 11 years ago
481b402
Merge "Quick compiler: free up space in MIR."
by buzbee
· 11 years ago
7bf9c46
Merge "Method inlining across dex files in boot image."
by Vladimir Marko
· 11 years ago
a51a0b0
Method inlining across dex files in boot image.
by Vladimir Marko
· 11 years ago
ef562fd
Quick compiler: free up space in MIR.
by buzbee
· 11 years ago
b01bf15
64-bit temp register support.
by buzbee
· 11 years ago
9593976
Merge "Allow X86 QBE to be extended"
by Ian Rogers
· 11 years ago
e87f9b5
Allow X86 QBE to be extended
by Mark Mendell
· 11 years ago
9cdf48e
Arm64 - update fp callee save base
by buzbee
· 11 years ago
214eee4
Merge "AArch64: fixes in A64 code generation."
by Bill Buzbee
· 11 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
082833c
Quick compiler, out of registers fix
by buzbee
· 11 years ago
bc6d197
AArch64: fixes in A64 code generation.
by Matteo Franchin
· 11 years ago
d65c51a
ART: Add support for constant vector literals
by Mark Mendell
· 11 years ago
1e97c4a
Merge "Add x86_64 code generation support"
by Bill Buzbee
· 11 years ago
c830430
AArch64: Fix quick compiler monitor implementation.
by Zheng Xu
· 11 years ago
13ff8cd
Merge "Quick Compiler: fix Arm cts failures"
by Bill Buzbee
· 11 years ago
fe8cf8b
Quick Compiler: fix Arm cts failures
by Bill Buzbee
· 11 years ago
b14329f
ART: Fix MonitorExit code on ARM
by Andreas Gampe
· 11 years ago
a1926cd
Merge "ART: Fix ARM dmb placement in monitor-exit"
by Andreas Gampe
· 11 years ago
f54fcba
Merge "Support any cpu register sequence in LoadArgRegs"
by Bill Buzbee
· 11 years ago
5c13d43
Merge "x86_64: Handle UnsafeGet/Put equal to x86"
by Bill Buzbee
· 11 years ago
c93ac8b
Fix special getter/setter to use RegClassForFieldLoadStore().
by Vladimir Marko
· 11 years ago
26ee07a
Support any cpu register sequence in LoadArgRegs
by Dmitry Petrochenko
· 11 years ago
9bf549d
x86_64: Handle UnsafeGet/Put equal to x86
by Dmitry Petrochenko
· 11 years ago
9b9dec8
ART: Fix ARM dmb placement in monitor-exit
by Andreas Gampe
· 11 years ago
9ee801f
Add x86_64 code generation support
by Dmitry Petrochenko
· 11 years ago
3ec5da2
ART: Fix typo in ThreadOffset modification
by Andreas Gampe
· 11 years ago
2f244e9
ART: Add more ThreadOffset in Mir2Lir and backends
by Andreas Gampe
· 11 years ago
0c5e841
Merge "Quick compiler: fix compile-time perf regression"
by buzbee
· 11 years ago
ba57451
Quick compiler: fix compile-time perf regression
by buzbee
· 11 years ago
0dc242d
Avoid unnecessary copy/load in EvalLoc() and LoadValue().
by Vladimir Marko
· 11 years ago
e1910f1
Merge "Quick compiler: Fix liveness tracking"
by buzbee
· 11 years ago
30adc73
Quick compiler: Fix liveness tracking
by buzbee
· 11 years ago
674744e
Use atomic load/store for volatile IGET/IPUT/SGET/SPUT.
by Vladimir Marko
· 11 years ago
8b1f605
Merge "X86: EmitArrayImm shouldn't truncate to 16 bits"
by Ian Rogers
· 11 years ago
e45fb9e
AArch64: Change arm64 backend to produce A64 code.
by Matteo Franchin
· 11 years ago
9ed4277
X86: EmitArrayImm shouldn't truncate to 16 bits
by Mark Mendell
· 11 years ago
410d87f
Merge "Cleanup ARM load/store wide and remove unused param s_reg."
by Vladimir Marko
· 11 years ago
3bf7c60
Cleanup ARM load/store wide and remove unused param s_reg.
by Vladimir Marko
· 11 years ago
99380ed
ART: Ensure X86 OpRegCopyWide preserves src
by Mark Mendell
· 11 years ago
455759b
Remove LoadBaseDispWide and StoreBaseDispWide.
by Vladimir Marko
· 11 years ago
7189fee
Merge "AArch64: Added arm64 quick backend as an arm clone."
by Bill Buzbee
· 11 years ago
Next »