Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8fa8c904f7c783204a1dc9438429391d256658da
8fa8c90
Merge "Fix object header size for baker read barrier."
by Ian Rogers
· 10 years ago
6cdedf0
Fix object header size for baker read barrier.
by Ian Rogers
· 10 years ago
182c9f6
Merge "stdint types all the way!"
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
25b18bb
Merge "Simplify instance reference offsets."
by Ian Rogers
· 10 years ago
cdc1aaf
Simplify instance reference offsets.
by Ian Rogers
· 10 years ago
9867268
Merge "Fix race in thread list destructor"
by Mathieu Chartier
· 10 years ago
fec72f4
Fix race in thread list destructor
by Mathieu Chartier
· 10 years ago
bbb1fc6
Merge changes Ia0044523,Ieefe83cf
by Ian Rogers
· 10 years ago
ec1694d
Fix ARM64 build.
by Ian Rogers
· 10 years ago
349e486
Merge "Fix arm64 build: move macro usage after definition."
by Vladimir Marko
· 10 years ago
4ecaf87
Merge "ART: X86: GenLongArith should handle overlapped VRs"
by Bill Buzbee
· 10 years ago
3b37073
Fix arm64 build: move macro usage after definition.
by Vladimir Marko
· 10 years ago
a1d1fc2
Merge "Restore valgrind-test-art-host"
by Brian Carlstrom
· 10 years ago
46a6fc5
Restore valgrind-test-art-host
by Brian Carlstrom
· 10 years ago
d8c3e36
ART: X86: GenLongArith should handle overlapped VRs
by Alexei Zavjalov
· 10 years ago
88dd36d
Merge "Makefile cleanups."
by Nicolas Geoffray
· 10 years ago
611e1db
Makefile cleanups.
by Nicolas Geoffray
· 10 years ago
cee7524
ARM64: Update code after the VIXL 1.6 release.
by Alexandre Rames
· 10 years ago
9e878d5
Merge "Tidy ELF builder."
by Ian Rogers
· 10 years ago
5120504
Merge "Quick: Reduce memory usage and improve compile time."
by Vladimir Marko
· 10 years ago
2da74f2
Merge "Quick: Separate null check elimination and type inference."
by Vladimir Marko
· 10 years ago
0279ebb
Tidy ELF builder.
by Ian Rogers
· 10 years ago
5229cf1
Quick: Reduce memory usage and improve compile time.
by Vladimir Marko
· 10 years ago
67c72b8
Quick: Separate null check elimination and type inference.
by Vladimir Marko
· 10 years ago
2072c46
Merge "Stop converting from Location to ManagedRegister."
by Nicolas Geoffray
· 10 years ago
56b9ee6
Stop converting from Location to ManagedRegister.
by Nicolas Geoffray
· 10 years ago
a3c4d72
Merge "Disable kEnableJavaStackTraceHandler"
by Brian Carlstrom
· 10 years ago
b57f1c7
Disable kEnableJavaStackTraceHandler
by Brian Carlstrom
· 10 years ago
a9b0974
Merge "Don't copy fill array data to quick literal pool."
by Ian Rogers
· 10 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 10 years ago
4779894
Merge "Dump mutator lock for thread suspend timeout"
by Mathieu Chartier
· 10 years ago
5869a2c
Dump mutator lock for thread suspend timeout
by Mathieu Chartier
· 10 years ago
f1f05d3
Merge "Really fix --gdb when running tests on target."
by Nicolas Geoffray
· 10 years ago
175b273
Merge "Header file clean up."
by Ian Rogers
· 10 years ago
7e70b00
Header file clean up.
by Ian Rogers
· 10 years ago
edc34c8
Merge "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
by Bill Buzbee
· 10 years ago
254aa0d
Merge "ART: Fix SelectKind to work with nullptr"
by Bill Buzbee
· 10 years ago
1293b6b
Merge "ART: Fix issues with SplitBlock"
by Bill Buzbee
· 10 years ago
893e855
Merge "Fix to MirGraph::GetSSANameWithConst()"
by Bill Buzbee
· 10 years ago
663796f
Merge "Fix and improve static evaluation of constant expressions."
by Roland Levillain
· 10 years ago
9344568
Fix and improve static evaluation of constant expressions.
by Roland Levillain
· 10 years ago
33c1702
ART: Fix issues with SplitBlock
by Mathew Zaleski
· 10 years ago
50940ea
Merge "Implement method calls using relative BL on ARM64."
by Vladimir Marko
· 10 years ago
baf9102
Really fix --gdb when running tests on target.
by Nicolas Geoffray
· 10 years ago
1000e69
Merge "Add trivial register hints to the register allocator."
by Nicolas Geoffray
· 10 years ago
01ef345
Add trivial register hints to the register allocator.
by Nicolas Geoffray
· 10 years ago
a9f2904
Merge "Add support for floats and doubles."
by Nicolas Geoffray
· 10 years ago
7fb49da
Add support for floats and doubles.
by Nicolas Geoffray
· 10 years ago
4a1b467
Merge "Inserting a node must also update its inputs users."
by Nicolas Geoffray
· 10 years ago
191c4b1
Inserting a node must also update its inputs users.
by Nicolas Geoffray
· 10 years ago
0d6102a
Merge "Propagate optimization flags to kMirOpCheck."
by Vladimir Marko
· 10 years ago
45eaba5
Merge "Fix movw on x86/x86_64 to accept any 16bits immediate."
by Nicolas Geoffray
· 10 years ago
b6e7206
Fix movw on x86/x86_64 to accept any 16bits immediate.
by Nicolas Geoffray
· 10 years ago
41abdb6
Merge "Do not use kDiesAtEntry when inputs must be in specific reg."
by Nicolas Geoffray
· 10 years ago
7adfcc8
Do not use kDiesAtEntry when inputs must be in specific reg.
by Nicolas Geoffray
· 10 years ago
e9da5d1
Merge "Add a prepare for register allocation pass."
by Nicolas Geoffray
· 10 years ago
9800e55
Merge "Make which dex2oat version to use configurable."
by Nicolas Geoffray
· 10 years ago
504b788
ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK
by Yevgeny Rouban
· 10 years ago
92e7b91
Merge "Fix a merge error in cl 108991."
by Hiroshi Yamauchi
· 10 years ago
902c989
Merge "Add way to warn about missing JNI_ABORT"
by Mathieu Chartier
· 10 years ago
86891cd
Fix a merge error in cl 108991.
by Hiroshi Yamauchi
· 10 years ago
24555ad
Add way to warn about missing JNI_ABORT
by Mathieu Chartier
· 10 years ago
da20867
Merge "Merge host-run-test-jar and push-and-run-test-jar."
by Nicolas Geoffray
· 10 years ago
1a58b7f
Merge host-run-test-jar and push-and-run-test-jar.
by Nicolas Geoffray
· 10 years ago
31fa08d
Merge "Handlerize methods across some GC points."
by Hiroshi Yamauchi
· 10 years ago
26a25ef
Add a prepare for register allocation pass.
by Nicolas Geoffray
· 10 years ago
5ad97da
Handlerize methods across some GC points.
by Hiroshi Yamauchi
· 10 years ago
17b1c17
Merge "Add support for inputs dying at entry of instructions."
by Nicolas Geoffray
· 10 years ago
9ae0daa
Add support for inputs dying at entry of instructions.
by Nicolas Geoffray
· 10 years ago
1ffa074
Make which dex2oat version to use configurable.
by Nicolas Geoffray
· 10 years ago
9944b3b
Fix to MirGraph::GetSSANameWithConst()
by Mark Mendell
· 10 years ago
cc8cc7c
Propagate optimization flags to kMirOpCheck.
by Vladimir Marko
· 10 years ago
2d4e89e
Merge "Respect USE_CLANG_PLATFORM_BUILD for art builds"
by Brian Carlstrom
· 10 years ago
88c0569
Respect USE_CLANG_PLATFORM_BUILD for art builds
by Bernhard Rosenkraenzer
· 10 years ago
15a7fc2
Merge "Make host-run-test-ar take --no-prebuild."
by Nicolas Geoffray
· 10 years ago
1b4e252
Make host-run-test-ar take --no-prebuild.
by Nicolas Geoffray
· 10 years ago
e6b73ea
Merge "Merge push-and-run-{prebuilt}-test-jar files."
by Nicolas Geoffray
· 10 years ago
d415572
Merge "Add some missing TEMP_FAILURE_RETRYs around unlink(2)"
by Brian Carlstrom
· 10 years ago
8c52a3f
Add some missing TEMP_FAILURE_RETRYs around unlink(2)
by Brian Carlstrom
· 10 years ago
fc95176
Merge "ART: Prepare for ELF64."
by Brian Carlstrom
· 10 years ago
c226f14
Merge "Add test for getDeclaredClasses of with missing class"
by Brian Carlstrom
· 10 years ago
01afdba
Add test for getDeclaredClasses of with missing class
by Brian Carlstrom
· 10 years ago
dfaf4c3
Merge "Quick compiler: Fix ambiguous LoadValue()"
by buzbee
· 10 years ago
7c02e91
Quick compiler: Fix ambiguous LoadValue()
by buzbee
· 10 years ago
62d1ca3
ART: Prepare for ELF64.
by Tong Shen
· 10 years ago
7c2ad5a
Implement method calls using relative BL on ARM64.
by Vladimir Marko
· 10 years ago
6346244
Merge "AArch64: oat patches should be 32-bit ints."
by Vladimir Marko
· 10 years ago
5fd18ba
Merge push-and-run-{prebuilt}-test-jar files.
by Nicolas Geoffray
· 10 years ago
b5325e2
Merge "Revert "Fix OOM throwing if it happens in finalizer reference""
by Nicolas Geoffray
· 10 years ago
74d6a82
Revert "Fix OOM throwing if it happens in finalizer reference"
by Nicolas Geoffray
· 10 years ago
27cc093
AArch64: oat patches should be 32-bit ints.
by Matteo Franchin
· 10 years ago
04fe652
Merge "Revert "Rename registers in arm64.""
by Nicolas Geoffray
· 10 years ago
0db7ad3
Revert "Rename registers in arm64."
by Nicolas Geoffray
· 10 years ago
2081099
Merge "Remove all uses of MIR_INLINED."
by Vladimir Marko
· 10 years ago
3eae083
Merge "Rename registers in arm64."
by Nicolas Geoffray
· 10 years ago
72f9618
Merge "Fix OOM throwing if it happens in finalizer reference"
by Hiroshi Yamauchi
· 10 years ago
674b5b9
Merge "Fix test-art-(host|target)-run-test(32|64) targets."
by Ian Rogers
· 10 years ago
a3cf6ce
Fix test-art-(host|target)-run-test(32|64) targets.
by Ian Rogers
· 10 years ago
53ce7d4
Merge "Fix x86_64 assembler LoadRef to use movl."
by Hiroshi Yamauchi
· 10 years ago
Next »