Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
7fb49da8ec62e8a10ed9419ade9f32c6b1174687
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
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
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
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
013bf97
Merge "Colorize warnings when building with clang."
by Ian Rogers
· 10 years ago
54e5378
Merge "More native bridge tests"
by Calin Juravle
· 10 years ago
d642a91
Colorize warnings when building with clang.
by Ian Rogers
· 10 years ago
ff0ac47
Remove all uses of MIR_INLINED.
by Vladimir Marko
· 10 years ago
6e301ec
Merge "Fix build_all_egdes in MIRGraph::ProcessCanThrow()."
by Vladimir Marko
· 10 years ago
6d7729d
Fix OOM throwing if it happens in finalizer reference
by Dmitry Petrochenko
· 10 years ago
e94e2d4
More native bridge tests
by Calin Juravle
· 10 years ago
37241e5
Merge "Quick: Fix LVN/GVN handling of acquire operations."
by Vladimir Marko
· 10 years ago
e767f6c
Fix build_all_egdes in MIRGraph::ProcessCanThrow().
by Vladimir Marko
· 10 years ago
fa23645
Quick: Fix LVN/GVN handling of acquire operations.
by Vladimir Marko
· 10 years ago
d25cee7
Merge "Revert "Introduce a class to implement optimization passes.""
by Nicolas Geoffray
· 10 years ago
1ddbf6d
Revert "Introduce a class to implement optimization passes."
by Nicolas Geoffray
· 10 years ago
bff187b
Merge "Introduce a class to implement optimization passes."
by Roland Levillain
· 10 years ago
bf9cd7b
Introduce a class to implement optimization passes.
by Roland Levillain
· 10 years ago
11daa0a
Rename registers in arm64.
by Nicolas Geoffray
· 10 years ago
439bfb9
Merge "Add VMRuntime.isBootClassPathOnDisk"
by Brian Carlstrom
· 10 years ago
31d8f52
Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
8283e07
Merge "Enable -Wunreachable-code"
by Ian Rogers
· 10 years ago
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
f9098ea
Merge "ART: Fix GenReduceVector and GenSetVector"
by Bill Buzbee
· 10 years ago
955af68
Merge "ART: Reset bb id to the last list mir"
by Bill Buzbee
· 10 years ago
f889267
Fix x86_64 assembler LoadRef to use movl.
by Hiroshi Yamauchi
· 10 years ago
f4ae8d8
Merge "ART: Allow overridable calculation of basic block dataflow"
by Bill Buzbee
· 10 years ago
a2a9108
Merge "Update maximum number of reachable blocks in last step"
by Bill Buzbee
· 10 years ago
6f4dcae
ART: Allow overridable calculation of basic block dataflow
by Razvan A Lupusoru
· 10 years ago
bafedc3
Merge "Get heap poisoning working in 64-bit."
by Hiroshi Yamauchi
· 10 years ago
cf44741
Merge "Disable ThreadStress."
by Nicolas Geoffray
· 10 years ago
294f72c
Merge "ART: Fix typo"
by Andreas Gampe
· 10 years ago
35c68e3
ART: Fix typo
by Andreas Gampe
· 10 years ago
00ade1e
Merge "ART: Fix some -Wpedantic errors"
by Andreas Gampe
· 10 years ago
3d56be8
Disable ThreadStress.
by Nicolas Geoffray
· 10 years ago
79705f99
Merge "AArch64: address some outstanding TODOs."
by Vladimir Marko
· 10 years ago
94114c1
Merge "Remove selinux dependency."
by Nicolas Geoffray
· 10 years ago
fa94182
Merge "Improve detection of lifetime holes."
by Nicolas Geoffray
· 10 years ago
8ddb00c
Improve detection of lifetime holes.
by Nicolas Geoffray
· 10 years ago
2549478
Remove selinux dependency.
by Nicolas Geoffray
· 10 years ago
b3cd826
Merge "Revert "Enable computed goto interpreter on the host""
by Sebastien Hertz
· 10 years ago
fa888d0
Revert "Enable computed goto interpreter on the host"
by Sebastien Hertz
· 10 years ago
4163c53
AArch64: address some outstanding TODOs.
by Matteo Franchin
· 10 years ago
cc6b59e
Merge "ART: Fix movnti assembler"
by Ian Rogers
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
b88f0b1
Get heap poisoning working in 64-bit.
by Hiroshi Yamauchi
· 10 years ago
fcabfbe
Merge "ART: Better IllegalAccessException message"
by Andreas Gampe
· 10 years ago
c0d8229
ART: Better IllegalAccessException message
by Andreas Gampe
· 10 years ago
1edf638
Merge "ART: Deprecate CompilationUnit's code_item"
by Ian Rogers
· 10 years ago
f731a78
Merge "ART: More verifier error output"
by Andreas Gampe
· 10 years ago
59dce70
Merge "ART: Do a pre-pass for monitor_enter dex pc search"
by Andreas Gampe
· 10 years ago
1ee1458
Merge "Reduce scope of MIR analysis attributes."
by Ian Rogers
· 10 years ago
7503597
ART: Deprecate CompilationUnit's code_item
by Razvan A Lupusoru
· 10 years ago
584cc79
Reduce scope of MIR analysis attributes.
by Ian Rogers
· 10 years ago
ae9f3e6
ART: Fix movnti assembler
by Razvan A Lupusoru
· 10 years ago
Next »