History log of /openjdk10/hotspot/src/cpu/aarch64/vm/assembler_aarch64.cpp
Revision Date Author Comments
# 12782:16d692be099c 08-May-2017 ihse

8179889: Fix typographic errors in copyright headers
Reviewed-by: erikj, dholmes


# 8883:8783515c57ad 17-Aug-2015 enevill

8133352: aarch64: generates constrained unpredictable instructions
Summary: Fix generation of unpredictable STXR Rs, Rt, [Rn] with Rs == Rt
Reviewed-by: kvn, aph, adinn


# 8729:aa7220a36fb0 16-Jul-2015 enevill

8131483: aarch64: illegal stlxr instructions
Summary: Do not generate stlxX with Ws == Xn
Reviewed-by: kvn, aph


# 7880:647c8b619d80 20-Jan-2015 aph

8068054: AARCH64: Assembler interpreter, shared runtime
Summary: add src/cpu/aarch64/vm/* interpreter, shared runtime files.
Reviewed-by: kvn, roland, coleenp, twisti