Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
c0e36609716b91f56bfe97c7d92af9e1c05f63f1
/
compiler
20acd5b
Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()"
by Ian Rogers
· 10 years ago
b289d2c
Merge "ART: Implement kMirOpNullCheck"
by Ian Rogers
· 10 years ago
00b3024
Merge "x86: A couple of minor changes for String.indexOf() inlining"
by Ian Rogers
· 10 years ago
f588b50
ART: Remove a BasicBlock's fall_through pointer in Hide()
by Jean Christophe Beyler
· 10 years ago
e77493c
Make common BitVector operations inline-able.
by Ian Rogers
· 10 years ago
7642324
ART: Implement kMirOpNullCheck
by Razvan A Lupusoru
· 10 years ago
5d13f12
Quick compiler: fix Arm64 inline locking code
by buzbee
· 10 years ago
4efefc3
Merge "Improve GVN performance when merging null-checked values."
by Vladimir Marko
· 10 years ago
2d2365c
Improve GVN performance when merging null-checked values.
by Vladimir Marko
· 10 years ago
9be4be5
Merge "AArch64: Add tbz/tbnz and tst."
by Vladimir Marko
· 10 years ago
5d7cdec
AArch64: Add tbz/tbnz and tst.
by Zheng Xu
· 10 years ago
72b51c6
Merge "X86: Fix alias info in GenInlinedIndexOf()."
by Vladimir Marko
· 10 years ago
74de63b
X86: Fix alias info in GenInlinedIndexOf().
by Vladimir Marko
· 10 years ago
4361bef
Fix bug introduced in https://android-review.googlesource.com/102610.
by Nicolas Geoffray
· 10 years ago
76bc718
Merge "[MIPS] Fix the code generated by GenSelectConst32"
by Andreas Gampe
· 10 years ago
9d352c0
Merge "ART: Avoid expensive class lookup in compiler driver"
by Andreas Gampe
· 10 years ago
e98c889
ART: Avoid expensive class lookup in compiler driver
by Andreas Gampe
· 10 years ago
6e49869
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
by Andreas Gampe
· 10 years ago
aa1ed01
Merge "ART source line debug info in OAT files"
by Ian Rogers
· 10 years ago
e3ea838
ART source line debug info in OAT files
by Yevgeny Rouban
· 10 years ago
08f8d4c
[MIPS] Fix the code generated by GenSelectConst32
by Raghu Gandham
· 10 years ago
06839f8
x86_64: Use RegClassBySize() for field accesses
by Chao-ying Fu
· 10 years ago
a855db4
Merge "Fix intrinsic Math.abs(double) for ARM."
by Vladimir Marko
· 10 years ago
a5f90b6
Fix intrinsic Math.abs(double) for ARM.
by Vladimir Marko
· 10 years ago
3e6ff5b
Merge "Move explicit GC after we are done initalizing all classes."
by Mathieu Chartier
· 10 years ago
f40f890
Implement inlined shift long for 32bit
by Yixin Shou
· 10 years ago
b74ff13
Merge "Reduce stack usage for overflow checks"
by Dave Allison
· 10 years ago
648d711
Reduce stack usage for overflow checks
by Dave Allison
· 10 years ago
6324ca4
Merge "ART: Inline implementation of min() and max() for long in x86"
by Ian Rogers
· 10 years ago
4ab6f50
ART: Inline implementation of min() and max() for long in x86
by nikolay serdjuk
· 10 years ago
c38752d
Merge "ART: Don't leave rex_ & length_ uninitialized"
by Andreas Gampe
· 10 years ago
181211d
ART: Don't leave rex_ & length_ uninitialized
by Andreas Gampe
· 10 years ago
6c6c6f6
Merge "Avoid use of std::string where we have const char*."
by Ian Rogers
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
8c914c0
Implement GenInlinedReverseBits
by Yixin Shou
· 10 years ago
3842ad7
Merge "Fix bugs in the x86 and arm versions of generic JNI."
by Nicolas Geoffray
· 10 years ago
54accbc
Fix bugs in the x86 and arm versions of generic JNI.
by Nicolas Geoffray
· 10 years ago
3cd86d6
The image for writing needn't be in low 4GB.
by Ian Rogers
· 10 years ago
093ef21
Move explicit GC after we are done initalizing all classes.
by Mathieu Chartier
· 10 years ago
f1770fd
Fix missing operation in CombineBlocks
by Junmo Park
· 10 years ago
8bd698f
x86: A couple of minor changes for String.indexOf() inlining
by nikolay serdjuk
· 10 years ago
90223cc
Fix missing operation in SplitBlock
by Junmo Park
· 10 years ago
e70f179
ART: Fix two small DumpLIRInsn issues for x86_64 port.
by Haitao Feng
· 10 years ago
76c9502
Merge "ART: Make assembler_test less chatty"
by Andreas Gampe
· 10 years ago
54e15de
ART: Make assembler_test less chatty
by Andreas Gampe
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
947717a
Add arraycopy intrinsic for arm and arm64.
by Zheng Xu
· 10 years ago
52fed5a
Merge "Emit CFI for x86 & x86_64 JNI compiler."
by Andreas Gampe
· 10 years ago
f6e206c
Support x86_64 stack overflow checks in opt compiler.
by Nicolas Geoffray
· 10 years ago
dfd3b47
Add implicit checks for x86_64 architecture.
by Dave Allison
· 10 years ago
547cdfd
Emit CFI for x86 & x86_64 JNI compiler.
by Tong Shen
· 10 years ago
70c3e11
Merge "Fix analysis_attributes_ to update missing definitions."
by Bill Buzbee
· 10 years ago
81550fa
Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks."
by Dave Allison
· 10 years ago
b30d858
Merge "Fix art build script."
by Ian Rogers
· 10 years ago
9c59767
Merge "Fixed build breakage due to incorrect class TypeId."
by Mathieu Chartier
· 10 years ago
4fc7853
Fixed build breakage due to incorrect class TypeId.
by Fred Shih
· 10 years ago
255916d
Merge "Make patchoat use the sht_entsize when patching."
by Nicolas Geoffray
· 10 years ago
4b0d2d9
Make patchoat use the sht_entsize when patching.
by Alex Light
· 10 years ago
d5c78f4
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 10 years ago
4d110c2
Merge "ART: Remove test files after test"
by Andreas Gampe
· 10 years ago
7747c8d
ART: Remove test files after test
by Andreas Gampe
· 10 years ago
57cd9d3b
Merge "Added support for patching classes from different dex files."
by Mathieu Chartier
· 10 years ago
e7f82e2
Added support for patching classes from different dex files.
by Fred Shih
· 10 years ago
b9dbab6
Revert "Temporary fix for bad LIR generation in GenInlinedGet."
by Fred Shih
· 10 years ago
ae5092f
Merge "Fix movw in x86_64 assembler."
by Nicolas Geoffray
· 10 years ago
e4ded41
Fix movw in x86_64 assembler.
by Nicolas Geoffray
· 10 years ago
4b6d27c
Merge "x86: Fix assembler for Pextr"
by Ian Rogers
· 10 years ago
3ac17fc
Fix SsaDeadPhiElimination in the presence of dependent phis.
by Nicolas Geoffray
· 10 years ago
269c336
Merge "ART: Add guards to the dex cache and its shortcuts"
by Andreas Gampe
· 10 years ago
58a5af8
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 10 years ago
1b19226
Merge "ART: Generate chained compare-and-branch for short switches"
by Andreas Gampe
· 10 years ago
48971b3
ART: Generate chained compare-and-branch for short switches
by Andreas Gampe
· 10 years ago
f768db4
Merge "X86: Assembler: Correct r8_form for some cases"
by Ian Rogers
· 10 years ago
adc73cb
Fix checks for kLiteral in local optimizations.
by Dave Allison
· 10 years ago
cf73835
Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet.""
by Mathieu Chartier
· 10 years ago
0f56c9c
Merge "ART: Rework CFA frame initialization and writing code"
by Andreas Gampe
· 10 years ago
7927380
ART: Rework CFA frame initialization and writing code
by Andreas Gampe
· 10 years ago
de7b436
ART: Skip compiling redefined classes in apps
by Andreas Gampe
· 10 years ago
30687af
Fix SIB for base + index addressing in x86_64 assembler.
by Nicolas Geoffray
· 10 years ago
f6e8d03
Merge "x86_64: Load double constant using core register"
by Ian Rogers
· 10 years ago
0e63ce1
x86_64: Load double constant using core register
by Alexei Zavjalov
· 10 years ago
8081d2b
Create allocator adapter for using Arena in std containers.
by Vladimir Marko
· 10 years ago
6175442
Merge changes Ibe92d8b5,I9bada598
by Brian Carlstrom
· 10 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 10 years ago
eb76e11
Temporary fix for bad LIR generation in GenInlinedGet.
by Alex Light
· 10 years ago
5a5e856
ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..)
by DaniilSokolov
· 10 years ago
c76c614
ART: Refactor long ops in quick compiler
by Andreas Gampe
· 10 years ago
2bc4770
Set REG0_USED on X86 Set8R instruction
by Mark Mendell
· 10 years ago
cf81841
x86_64: Fix Test32RM
by Chao-ying Fu
· 10 years ago
c763e35
AArch64: Implement InexpensiveConstant methods.
by Matteo Franchin
· 10 years ago
e1fa1dd
Fix analysis_attributes_ to update missing definitions.
by Junmo Park
· 10 years ago
03f92f4
Fix art build script.
by Junmo Park
· 10 years ago
2eba1fa
AArch64: Add inlining support for ceil(), floor(), rint(), round()
by Serban Constantinescu
· 10 years ago
6bbf096
ART: Implement the easy long division/remainder by a constant
by Alexei Zavjalov
· 10 years ago
77a5b50
Merge "AArch64: Remove unnecessary work around for sp."
by Andreas Gampe
· 10 years ago
cedee47
AArch64: Remove unnecessary work around for sp.
by Zheng Xu
· 10 years ago
7906b25
Merge "ART: Rework ARM64 entry sequence"
by Andreas Gampe
· 10 years ago
f29ecd6
ART: Rework ARM64 entry sequence
by Andreas Gampe
· 10 years ago
89c210b
Merge "Revert "Revert "Enable Load Store Elimination for ARM and ARM64"""
by Bill Buzbee
· 10 years ago
fd0c237
X86: Assembler: Correct r8_form for some cases
by Mark Mendell
· 10 years ago
Next »