Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
07f09809c0575e985249450843b06f266b831fe1
/
compiler
/
dex
/
quick
7d4ecd5
Avoid signed integer overflow.
by Ian Rogers
· 11 years ago
fb311f8
Remove useless suspend points from arm/arm64 AGET/APUT.
by Vladimir Marko
· 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
a65c1db
X86 Long Min/Max: Avoid calling SRegToVReg with -1
by Mark Mendell
· 11 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 11 years ago
5c5676b
ART: Add div/rem zero check elimination flag
by Razvan A Lupusoru
· 11 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 11 years ago
d8c3e36
ART: X86: GenLongArith should handle overlapped VRs
by Alexei Zavjalov
· 11 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 11 years ago
7e70b00
Header file clean up.
by Ian Rogers
· 11 years ago
50940ea
Merge "Implement method calls using relative BL on ARM64."
by Vladimir Marko
· 11 years ago
cc8cc7c
Propagate optimization flags to kMirOpCheck.
by Vladimir Marko
· 11 years ago
dfaf4c3
Merge "Quick compiler: Fix ambiguous LoadValue()"
by buzbee
· 11 years ago
7c02e91
Quick compiler: Fix ambiguous LoadValue()
by buzbee
· 11 years ago
7c2ad5a
Implement method calls using relative BL on ARM64.
by Vladimir Marko
· 11 years ago
6346244
Merge "AArch64: oat patches should be 32-bit ints."
by Vladimir Marko
· 11 years ago
27cc093
AArch64: oat patches should be 32-bit ints.
by Matteo Franchin
· 11 years ago
ff0ac47
Remove all uses of MIR_INLINED.
by Vladimir Marko
· 11 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 11 years ago
f9098ea
Merge "ART: Fix GenReduceVector and GenSetVector"
by Bill Buzbee
· 11 years ago
00ade1e
Merge "ART: Fix some -Wpedantic errors"
by Andreas Gampe
· 11 years ago
4163c53
AArch64: address some outstanding TODOs.
by Matteo Franchin
· 11 years ago
cc6b59e
Merge "ART: Fix movnti assembler"
by Ian Rogers
· 11 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 11 years ago
7503597
ART: Deprecate CompilationUnit's code_item
by Razvan A Lupusoru
· 11 years ago
ae9f3e6
ART: Fix movnti assembler
by Razvan A Lupusoru
· 11 years ago
53cec00
ART: Fix GenReduceVector and GenSetVector
by Udayan Banerji
· 11 years ago
d282d59
Merge "Elimination of redundant instructuion"
by Ian Rogers
· 11 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 11 years ago
e39c54e
Deprecate GrowableArray, use ArenaVector instead.
by Vladimir Marko
· 11 years ago
b7e9e32
Elimination of redundant instructuion
by Anton Shamin
· 11 years ago
04db946
Merge "ART: Address three issues with x86 assembler before enabling load store elimination."
by Ian Rogers
· 11 years ago
8147dcb
Merge "ART: Overflow of bound check in ArrayCopy intrinsic"
by Ian Rogers
· 11 years ago
87258ed
Merge "Slow path should break def tracking"
by Bill Buzbee
· 11 years ago
8d050d8
Merge "AddIntrinsicSlowPath with resume requires clobbering"
by Bill Buzbee
· 11 years ago
f9f0ed4
ART: Overflow of bound check in ArrayCopy intrinsic
by avignate
· 11 years ago
0a1174e
X86 QBE: Make some X86 routines virtual
by Mark Mendell
· 11 years ago
98cb689
Quick compiler (arm64) Fix inline Math.round()
by buzbee
· 11 years ago
a870bc5
ART: Address three issues with x86 assembler before enabling load store elimination.
by Haitao Feng
· 11 years ago
589e046
Slow path should break def tracking
by Serguei Katkov
· 11 years ago
9863daf
AddIntrinsicSlowPath with resume requires clobbering
by Serguei Katkov
· 11 years ago
b5477f0
Fix kThumb2Vldrd definition to set correct flag.
by Junmo Park
· 11 years ago
cd48f2d
Change Reference.get() intrinsic to Reference.getReferent().
by Mathieu Chartier
· 11 years ago
a464466
x86: evaluation destination should be after load of source in RA
by Serguei Katkov
· 11 years ago
90a21f8
Quick compiler: Fix handling of unused returns
by buzbee
· 11 years ago
eacc5f0
Fix Thumb2Stm, ldm definition of EncodingMap for arm
by Junmo Park
· 11 years ago
3a91f44
ART: X86: Improve multiply in div/rem by literal
by Mark Mendell
· 11 years ago
3f51e7d
ART: Fix x86_64 GenSelect case when destination is Ref
by Jean Christophe Beyler
· 11 years ago
6dccdc2
ART: Reduce LockCallTemps usage
by Maxim Kazantsev
· 11 years ago
328c430
Merge "ART: Vectorization opcode implementation fixes"
by Ian Rogers
· 11 years ago
d73f52b
Merge "Add numerator check for integer divide and modulo"
by Ian Rogers
· 11 years ago
b3a84e2
ART: Vectorization opcode implementation fixes
by Lupusoru, Razvan A
· 11 years ago
2a09504
Merge "Fix SetupResourceMasks to pass correct parameters"
by Vladimir Marko
· 11 years ago
4a94679
Merge "Quick compiler, aarch64: Insane sanity checker"
by buzbee
· 11 years ago
de0b996
ART: Fix read-out-of-bounds in the compiler
by Andreas Gampe
· 11 years ago
aa839cc
Fix SetupResourceMasks to pass correct parameters
by Junmo Park
· 11 years ago
f77e977
Quick compiler, aarch64: Insane sanity checker
by buzbee
· 11 years ago
7c7686e
Merge "Revert "Revert "ART: Prepare for ELF64."""
by Nicolas Geoffray
· 11 years ago
f9b87b1
Revert "Revert "ART: Prepare for ELF64.""
by Nicolas Geoffray
· 11 years ago
893600c
Merge "Revert "ART: Prepare for ELF64.""
by Nicolas Geoffray
· 11 years ago
7eebd95
Revert "ART: Prepare for ELF64."
by Nicolas Geoffray
· 11 years ago
59a0043
Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86"
by Ian Rogers
· 11 years ago
45b8f1a
ART: Prepare for ELF64.
by Tong Shen
· 11 years ago
e5beb18
ART: Address issues with kIntrinsicMinMaxDouble for x86
by Razvan A Lupusoru
· 11 years ago
3a65807
Quick compiler: Fix MIPS build
by buzbee
· 11 years ago
2ddd175
Add numerator check for integer divide and modulo
by Yixin Shou
· 11 years ago
8d0d03e
ART: Change temporaries to positive names
by Razvan A Lupusoru
· 11 years ago
b5bce7c
ART: Add non-temporal store support
by Jean Christophe Beyler
· 11 years ago
88a6b41
Quick compiler: fix DCHECK
by buzbee
· 11 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 11 years ago
651c967
Merge "AArch64: Improve MIR to LIR translation for abs"
by Ian Rogers
· 11 years ago
b289d2c
Merge "ART: Implement kMirOpNullCheck"
by Ian Rogers
· 11 years ago
00b3024
Merge "x86: A couple of minor changes for String.indexOf() inlining"
by Ian Rogers
· 11 years ago
7642324
ART: Implement kMirOpNullCheck
by Razvan A Lupusoru
· 11 years ago
9a8a506
AArch64: Improve MIR to LIR translation for abs
by Martyn Capewell
· 11 years ago
5d13f12
Quick compiler: fix Arm64 inline locking code
by buzbee
· 11 years ago
74de63b
X86: Fix alias info in GenInlinedIndexOf().
by Vladimir Marko
· 11 years ago
9be4be5
Merge "AArch64: Add tbz/tbnz and tst."
by Vladimir Marko
· 11 years ago
5d7cdec
AArch64: Add tbz/tbnz and tst.
by Zheng Xu
· 11 years ago
76bc718
Merge "[MIPS] Fix the code generated by GenSelectConst32"
by Andreas Gampe
· 11 years ago
aa1ed01
Merge "ART source line debug info in OAT files"
by Ian Rogers
· 11 years ago
e3ea838
ART source line debug info in OAT files
by Yevgeny Rouban
· 11 years ago
08f8d4c
[MIPS] Fix the code generated by GenSelectConst32
by Raghu Gandham
· 11 years ago
06839f8
x86_64: Use RegClassBySize() for field accesses
by Chao-ying Fu
· 11 years ago
f40f890
Implement inlined shift long for 32bit
by Yixin Shou
· 11 years ago
6324ca4
Merge "ART: Inline implementation of min() and max() for long in x86"
by Ian Rogers
· 11 years ago
4ab6f50
ART: Inline implementation of min() and max() for long in x86
by nikolay serdjuk
· 11 years ago
b74ff13
Merge "Reduce stack usage for overflow checks"
by Dave Allison
· 11 years ago
648d711
Reduce stack usage for overflow checks
by Dave Allison
· 11 years ago
a5f90b6
Fix intrinsic Math.abs(double) for ARM.
by Vladimir Marko
· 11 years ago
8c914c0
Implement GenInlinedReverseBits
by Yixin Shou
· 11 years ago
8bd698f
x86: A couple of minor changes for String.indexOf() inlining
by nikolay serdjuk
· 11 years ago
e70f179
ART: Fix two small DumpLIRInsn issues for x86_64 port.
by Haitao Feng
· 11 years ago
947717a
Add arraycopy intrinsic for arm and arm64.
by Zheng Xu
· 11 years ago
52fed5a
Merge "Emit CFI for x86 & x86_64 JNI compiler."
by Andreas Gampe
· 11 years ago
Next »