Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a0f2bc5b09cdaf8a8ff5cec3c40a9f18885e8796
/
compiler
/
optimizing
a0f2bc5
Merge "Move code related to debug info generation to its own directory."
by David Srbecky
· 9 years ago
4fda4eb
Move code related to debug info generation to its own directory.
by David Srbecky
· 9 years ago
a19616e
Implemented compare/signum intrinsics as HCompare
by Aart Bik
· 9 years ago
9fba3f6
Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."""
by Nicolas Geoffray
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
0f638c6
Merge "Extend De Morgan factorisation to `HBooleanNot`."
by David Brazdil
· 9 years ago
11aa3f5
Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by David Brazdil
· 9 years ago
bd89a5c
Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."
by David Brazdil
· 9 years ago
7ac9aeb
Merge "Implement on-stack replacement for arm/arm64/x86/x86_64."
by Nicolas Geoffray
· 9 years ago
c8d2b0c
Merge "Support CMOV for x86_64 Select"
by David Brazdil
· 9 years ago
9f98025
Extend De Morgan factorisation to `HBooleanNot`.
by Alexandre Rames
· 9 years ago
e6e0cfd
Merge "Revert "Revert "X86: Use the constant area for more operations."""
by David Brazdil
· 9 years ago
891bc28
Implement on-stack replacement for arm/arm64/x86/x86_64.
by Nicolas Geoffray
· 10 years ago
2f10a5f
Revert "Revert "X86: Use the constant area for more operations.""
by Mark P Mendell
· 10 years ago
7c0b44f
Support CMOV for x86_64 Select
by Mark Mendell
· 9 years ago
3f1a8be
Fixed bug on premature DCHECK. With fail-before/pass-after test
by Aart Bik
· 9 years ago
c5b76b9
Merge "Minor improvement on static BCE analysis."
by Aart Bik
· 9 years ago
1fc3afb
Minor improvement on static BCE analysis.
by Aart Bik
· 9 years ago
a20748a
Merge "Implement first kind of polymorphic inlining on MIPS."
by Roland Levillain
· 9 years ago
2aba7cd
Implement first kind of polymorphic inlining on MIPS.
by Roland Levillain
· 9 years ago
905cb88
Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications"""
by Roland Levillain
· 9 years ago
ca0e3a0
Revert "Revert "Optimizing: double-negated bitwise operations simplifications""
by Alexandre Rames
· 9 years ago
371d75e
Merge "Assume fp operations can also take a constant on x86."
by Nicolas Geoffray
· 9 years ago
7770a3e
Assume fp operations can also take a constant on x86.
by Nicolas Geoffray
· 9 years ago
674f519
ART: Enable multi-level instruction inlining
by David Brazdil
· 9 years ago
e5c71f9
Handle HSelect in LSE.
by Mingyao Yang
· 9 years ago
623a7a2
MIPS32: Fix codegen register dumps.
by Vladimir Marko
· 9 years ago
ba70200
Add MIPS floating point register mapping to DWARF.
by David Srbecky
· 9 years ago
5f16c05
Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler"
by Roland Levillain
· 9 years ago
02fc24e
ARM64: Add direct calls to math intrinsics
by Anton Kirilov
· 10 years ago
a9e5521
Merge "MIPS64: Remove unaligned memory access from art generated code"
by Vladimir Marko
· 9 years ago
c3cf1d2
Merge "Implemented signum() on ARM64."
by Aart Bik
· 9 years ago
bb24bd0
Implemented signum() on ARM64.
by Aart Bik
· 10 years ago
03196cf
Be on the safe side: emit an environment for runtime calls.
by Nicolas Geoffray
· 9 years ago
7b56502
Implement compare() on ARM64.
by Aart Bik
· 10 years ago
ea3a007
Merge "Implementation of integer intrinsics on x86_64"
by Aart Bik
· 10 years ago
1c720b7
Merge "Optimizing compiler support for directly calling interface methods"
by Alex Light
· 10 years ago
d967266
MIPS64: Remove unaligned memory access from art generated code
by Lazar Trsic
· 10 years ago
87d38b7
Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET."
by Vladimir Marko
· 10 years ago
adda435
Optimizing: Use dex pc 0 for pattern substitution-generated IGET.
by Vladimir Marko
· 10 years ago
04d3e87
ART: Do not use AT register in MIPS DSS<->RP swap
by David Brazdil
· 10 years ago
fedd91d
Optimizing compiler support for directly calling interface methods
by Alex Light
· 10 years ago
c5d4754
Implementation of integer intrinsics on x86_64
by Aart Bik
· 10 years ago
be10e8e
Optimizing: Try pattern substitution when we cannot inline.
by Vladimir Marko
· 10 years ago
cc0f311
ART: Add missing swaps to MIPS codegen
by David Brazdil
· 10 years ago
6f06fdb
Merge "ART: Fix gtest after liveness CL"
by David Brazdil
· 10 years ago
b11b072
ART: Fix gtest after liveness CL
by David Brazdil
· 10 years ago
9ff1de0
Merge "Implement first kind of polymorphic inlining."
by Nicolas Geoffray
· 10 years ago
a42363f
Implement first kind of polymorphic inlining.
by Nicolas Geoffray
· 10 years ago
74eb1b2
ART: Implement HSelect
by David Brazdil
· 10 years ago
75fd2a8
Merge "ART: Implement support for instruction inlining"
by David Brazdil
· 10 years ago
b3e773e
ART: Implement support for instruction inlining
by David Brazdil
· 10 years ago
9e485e6
Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning."
by Roland Levillain
· 10 years ago
8bfdf83
Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction."""
by Nicolas Geoffray
· 10 years ago
ad4ed08
Revert "Revert "Lift the spill at each irreducible loop block restriction.""
by Nicolas Geoffray
· 10 years ago
4a6a67c
Remove unused DMB code paths in the ARM64 Optimizing Compiler
by Serban Constantinescu
· 10 years ago
30202b2
Merge "Revert "Revert "Add option to generate compressed backtrace info."""
by David Srbecky
· 10 years ago
f032f3a
Merge "Optimizing: Lazy creation of Handle<>s in RTP."
by Vladimir Marko
· 10 years ago
2e50ecb
Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning.
by Roland Levillain
· 10 years ago
7d1fbf3
Optimizing: Lazy creation of Handle<>s in RTP.
by Vladimir Marko
· 10 years ago
b1bd048
Merge "Recognize common utilities as intrinsics."
by Aart Bik
· 10 years ago
59c9454
Recognize common utilities as intrinsics.
by Aart Bik
· 10 years ago
09e8d5f
Some minor simplifications in code and tests.
by Aart Bik
· 10 years ago
8881c42
Merge "Revert "Lift the spill at each irreducible loop block restriction.""
by Bart Sears
· 10 years ago
2818dbc
Revert "Lift the spill at each irreducible loop block restriction."
by Bart Sears
· 10 years ago
a00d5fe
Merge "Lift the spill at each irreducible loop block restriction."
by Nicolas Geoffray
· 10 years ago
79e9f43
Lift the spill at each irreducible loop block restriction.
by Nicolas Geoffray
· 10 years ago
5b1c2ca
Revert "Revert "Add option to generate compressed backtrace info.""
by David Srbecky
· 10 years ago
f39745e
ART: Remove some unnecessary mutator lock annotations.
by Vladimir Marko
· 10 years ago
1acf046
Merge "Revert "Add option to generate compressed backtrace info.""
by David Srbecky
· 10 years ago
8546cc9
Revert "Add option to generate compressed backtrace info."
by David Srbecky
· 10 years ago
6a75b9e
Merge "Fix MIPS64 booting problem"
by Vladimir Marko
· 10 years ago
5fdcc3c
Add option to generate compressed backtrace info.
by David Srbecky
· 10 years ago
9500529
Merge "Improve documentation and assertions of read barrier instrumentation."
by Roland Levillain
· 10 years ago
6f007eb
Merge "Allow x86 memory operands for 64-bit popcnt on x86."
by Aart Bik
· 10 years ago
7d9f95f
Merge "Revert "Revert "ARM64 Baker's read barrier fast path implementation."""
by Roland Levillain
· 10 years ago
8ed1826
Fix MIPS64 booting problem
by Goran Jakovljevic
· 10 years ago
87f7dfc
Merge "Revert "Revert "Inline methods with loops."""
by Nicolas Geoffray
· 10 years ago
788f2f0
Revert "Revert "Inline methods with loops.""
by Nicolas Geoffray
· 10 years ago
d30de5b
Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""
by Nicolas Geoffray
· 10 years ago
d4aee94
Revert "Revert "Revert "Change condition to opposite if lhs is constant"""
by Nicolas Geoffray
· 10 years ago
95e7ffc
Improve documentation and assertions of read barrier instrumentation.
by Roland Levillain
· 10 years ago
4401586
Revert "Revert "ARM64 Baker's read barrier fast path implementation.""
by Roland Levillain
· 10 years ago
3451383
Merge "With irreducible loops, we can have a null destination."
by Nicolas Geoffray
· 10 years ago
04eb70f
With irreducible loops, we can have a null destination.
by Nicolas Geoffray
· 10 years ago
45ec096
Merge "Revert "Revert "Change condition to opposite if lhs is constant"""
by Nicolas Geoffray
· 10 years ago
c54ec90
Merge "Revert "Some minor simplifications in code and tests.""
by Nicolas Geoffray
· 10 years ago
69fd1b5
Revert "Some minor simplifications in code and tests."
by Nicolas Geoffray
· 10 years ago
ca9f686
Merge "Revert "ARM/ARM64: Extend support of instruction combining.""
by Nicolas Geoffray
· 10 years ago
6b5afdd
Revert "ARM/ARM64: Extend support of instruction combining."
by Nicolas Geoffray
· 10 years ago
884e54c
Revert "Revert "Change condition to opposite if lhs is constant""
by Nicolas Geoffray
· 10 years ago
2a94607
Allow x86 memory operands for 64-bit popcnt on x86.
by Aart Bik
· 10 years ago
20a96c6
Merge "Support for x86 popcnt."
by Aart Bik
· 10 years ago
c39dac1
Support for x86 popcnt.
by Aart Bik
· 10 years ago
14de51f
Merge "Revert "ARM64 Baker's read barrier fast path implementation.""
by Mathieu Chartier
· 10 years ago
28a2ff0
Revert "ARM64 Baker's read barrier fast path implementation."
by Mathieu Chartier
· 10 years ago
857235b
Merge "Implemented BitCount as an intrinsic. With unit test."
by Aart Bik
· 10 years ago
f3e4c8a
Merge "Some minor simplifications in code and tests."
by Aart Bik
· 10 years ago
8ad4824
Merge "ARM64 Baker's read barrier fast path implementation."
by Roland Levillain
· 10 years ago
debeb98
ARM/ARM64: Extend support of instruction combining.
by Ilmir Usmanov
· 10 years ago
Next »