Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
7eebd95bddc7c6866ba29010d28b4f8251b43242
/
compiler
/
dex
/
quick
7eebd95
Revert "ART: Prepare for ELF64."
by Nicolas Geoffray
· 11 years ago
45b8f1a
ART: Prepare for ELF64.
by Tong Shen
· 11 years ago
3a65807
Quick compiler: Fix MIPS build
by buzbee
· 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
dfd3b47
Add implicit checks for x86_64 architecture.
by Dave Allison
· 11 years ago
547cdfd
Emit CFI for x86 & x86_64 JNI compiler.
by Tong Shen
· 11 years ago
81550fa
Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks."
by Dave Allison
· 11 years ago
4fc7853
Fixed build breakage due to incorrect class TypeId.
by Fred Shih
· 11 years ago
d5c78f4
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 11 years ago
57cd9d3b
Merge "Added support for patching classes from different dex files."
by Mathieu Chartier
· 11 years ago
e7f82e2
Added support for patching classes from different dex files.
by Fred Shih
· 11 years ago
b9dbab6
Revert "Temporary fix for bad LIR generation in GenInlinedGet."
by Fred Shih
· 11 years ago
4b6d27c
Merge "x86: Fix assembler for Pextr"
by Ian Rogers
· 11 years ago
f768db4
Merge "X86: Assembler: Correct r8_form for some cases"
by Ian Rogers
· 11 years ago
adc73cb
Fix checks for kLiteral in local optimizations.
by Dave Allison
· 11 years ago
cf73835
Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet.""
by Mathieu Chartier
· 11 years ago
7927380
ART: Rework CFA frame initialization and writing code
by Andreas Gampe
· 11 years ago
1b19226
Merge "ART: Generate chained compare-and-branch for short switches"
by Andreas Gampe
· 11 years ago
48971b3
ART: Generate chained compare-and-branch for short switches
by Andreas Gampe
· 11 years ago
f6e8d03
Merge "x86_64: Load double constant using core register"
by Ian Rogers
· 11 years ago
0e63ce1
x86_64: Load double constant using core register
by Alexei Zavjalov
· 11 years ago
8081d2b
Create allocator adapter for using Arena in std containers.
by Vladimir Marko
· 11 years ago
6175442
Merge changes Ibe92d8b5,I9bada598
by Brian Carlstrom
· 11 years ago
eb76e11
Temporary fix for bad LIR generation in GenInlinedGet.
by Alex Light
· 11 years ago
5a5e856
ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..)
by DaniilSokolov
· 11 years ago
c76c614
ART: Refactor long ops in quick compiler
by Andreas Gampe
· 11 years ago
2bc4770
Set REG0_USED on X86 Set8R instruction
by Mark Mendell
· 11 years ago
cf81841
x86_64: Fix Test32RM
by Chao-ying Fu
· 11 years ago
c763e35
AArch64: Implement InexpensiveConstant methods.
by Matteo Franchin
· 11 years ago
2eba1fa
AArch64: Add inlining support for ceil(), floor(), rint(), round()
by Serban Constantinescu
· 11 years ago
6bbf096
ART: Implement the easy long division/remainder by a constant
by Alexei Zavjalov
· 11 years ago
77a5b50
Merge "AArch64: Remove unnecessary work around for sp."
by Andreas Gampe
· 11 years ago
cedee47
AArch64: Remove unnecessary work around for sp.
by Zheng Xu
· 11 years ago
7906b25
Merge "ART: Rework ARM64 entry sequence"
by Andreas Gampe
· 11 years ago
f29ecd6
ART: Rework ARM64 entry sequence
by Andreas Gampe
· 11 years ago
89c210b
Merge "Revert "Revert "Enable Load Store Elimination for ARM and ARM64"""
by Bill Buzbee
· 11 years ago
fd0c237
X86: Assembler: Correct r8_form for some cases
by Mark Mendell
· 11 years ago
00d1ef4
Merge "ART: LoadConstWide should clobber temp reg"
by Bill Buzbee
· 11 years ago
54659e3
ART: LoadConstWide should clobber temp reg
by Alexei Zavjalov
· 11 years ago
bda2722
ART: Build fix
by Andreas Gampe
· 11 years ago
cc75c1b
Merge "1. Fix CFI for quick compiled code in x86 & x86_64; 2. Emit CFI in .eh_frame instead of .debug_frame."
by Ian Rogers
· 11 years ago
35e1e6a
1. Fix CFI for quick compiled code in x86 & x86_64;
by Tong Shen
· 11 years ago
aa910d5
ART: Fix verifier mishandling erroneous array component types
by Andreas Gampe
· 11 years ago
6399968
Revert "Revert "Enable Load Store Elimination for ARM and ARM64""
by Serban Constantinescu
· 11 years ago
1c7c399
ART: Remove bogus dcheck
by Andreas Gampe
· 11 years ago
9843059
ART: Rework quick entrypoint code in Mir2Lir, cleanup
by Andreas Gampe
· 11 years ago
c32447b
Revert "Enable Load Store Elimination for ARM and ARM64"
by Bill Buzbee
· 11 years ago
fcc36ba
Enable Load Store Elimination for ARM and ARM64
by Serban Constantinescu
· 11 years ago
b07c1f9
ART: Special-case cb(n)z even for in-reg constant
by Andreas Gampe
· 11 years ago
b551fdc
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
by Zheng Xu
· 11 years ago
9ee4519
x86: GenSelect utility update
by Serguei Katkov
· 11 years ago
3569063
x86: Fix assembler for Pextr
by Serguei Katkov
· 11 years ago
e10a0bd
Merge "Stack overflow checks and NPE checks for optimizing."
by Nicolas Geoffray
· 11 years ago
f12feb8
Stack overflow checks and NPE checks for optimizing.
by Nicolas Geoffray
· 11 years ago
7ea6f79
ART: Throw StackOverflowError in native code
by Andreas Gampe
· 11 years ago
2983d23
Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()."
by Vladimir Marko
· 11 years ago
5030d3e
Use vabs/fabs on arm/arm64 for intrinsic abs().
by Vladimir Marko
· 11 years ago
72b660e
Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref"
by Ian Rogers
· 11 years ago
8e3acdd
x86_64: Fix GenDalvikArgsRange for 64-bit ref
by Serguei Katkov
· 11 years ago
c3561ae
Improved implementation of inline of String.indexOf
by nikolay serdjuk
· 11 years ago
03fc5ab
Merge "ART: inline Math.Max/Min (float and double)"
by Ian Rogers
· 11 years ago
1222c96
ART: inline Math.Max/Min (float and double)
by Alexei Zavjalov
· 11 years ago
fb8a07b
Merge "ART: Refactor GenSelect, refactor gen_common accordingly"
by Andreas Gampe
· 11 years ago
90969af
ART: Refactor GenSelect, refactor gen_common accordingly
by Andreas Gampe
· 11 years ago
30ab8a8
ART: Lock an arg reg in GenInlinedGet
by Andreas Gampe
· 11 years ago
9791bb4
Merge "Fix art test failures for Mips."
by Jeff Hao
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
d9cb8ae
Fix art test failures for Mips.
by Douglas Leung
· 11 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 11 years ago
4ee7a66
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Fred Shih
· 11 years ago
ed7a0f2
AArch64: improve usage of TargetReg() and friends.
by Matteo Franchin
· 11 years ago
Next »