forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ks/hipe-ppc64' into dev
* ks/hipe-ppc64: Enable HiPE by default when compiling for PPC64 Translate RTL to PPC code on PPC64 too Changes in ppc files for PPC64 Additions for the PPC64 backend Changes for the PPC64 backend Added loader for ppc64 New files for the 64-bit backends Cleanup tags OTP-9198
- Loading branch information
Showing
95 changed files
with
1,115 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%CopyrightBegin% | ||
%CopyrightEnd% | ||
|
||
$Id$ | ||
|
||
|
||
HiPE ABI | ||
======== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,24 @@ | ||
# | ||
# %CopyrightBegin% | ||
# | ||
# Copyright Ericsson AB 2004-2009. All Rights Reserved. | ||
# | ||
# | ||
# Copyright Ericsson AB 2004-2011. All Rights Reserved. | ||
# | ||
# The contents of this file are subject to the Erlang Public License, | ||
# Version 1.1, (the "License"); you may not use this file except in | ||
# compliance with the License. You should have received a copy of the | ||
# Erlang Public License along with this software. If not, it can be | ||
# retrieved online at http://www.erlang.org/. | ||
# | ||
# | ||
# Software distributed under the License is distributed on an "AS IS" | ||
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | ||
# the License for the specific language governing rights and limitations | ||
# under the License. | ||
# | ||
# | ||
# %CopyrightEnd% | ||
# | ||
# $Id$ | ||
# AMD64-specific atoms and bifs | ||
|
||
atom amd64 | ||
atom handle_fp_exception | ||
atom inc_stack_0 | ||
atom sse2_fnegate_mask | ||
|
||
# bif hipe_bifs:write_s64/2 | ||
bif hipe_bifs:write_u64/2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%CopyrightBegin% | ||
%CopyrightEnd% | ||
|
||
$Id$ | ||
|
||
|
||
HiPE AMD64 ABI | ||
============== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
/* | ||
* %CopyrightBegin% | ||
* | ||
* Copyright Ericsson AB 2005-2009. All Rights Reserved. | ||
* | ||
* | ||
* Copyright Ericsson AB 2005-2011. All Rights Reserved. | ||
* | ||
* The contents of this file are subject to the Erlang Public License, | ||
* Version 1.1, (the "License"); you may not use this file except in | ||
* compliance with the License. You should have received a copy of the | ||
* Erlang Public License along with this software. If not, it can be | ||
* retrieved online at http://www.erlang.org/. | ||
* | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" | ||
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | ||
* the License for the specific language governing rights and limitations | ||
* under the License. | ||
* | ||
* | ||
* %CopyrightEnd% | ||
*/ | ||
/* $Id$ | ||
*/ | ||
|
||
|
||
PRIMOP_LIST(am_inc_stack_0, &nbif_inc_stack_0) | ||
PRIMOP_LIST(am_handle_fp_exception, &nbif_handle_fp_exception) | ||
PRIMOP_LIST(am_sse2_fnegate_mask, &sse2_fnegate_mask) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.