-
-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
452ebe2
commit 1f68251
Showing
31 changed files
with
8,614 additions
and
282 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Add code generation for AArch64 CPU | ||
|
||
Adds the switch `-arm` which causes dmd to emit AArch64 code. | ||
|
||
This is a work in progress. It is not a functioning compiler. | ||
|
||
Things not implemented: | ||
|
||
* inline assembler | ||
* object file generation for mscoff and mach formats | ||
* Elf object file generation does not use AArch64 fixups | ||
* floating point | ||
* vector operations | ||
* op= operators | ||
* block initialization of structs | ||
* pic/pie | ||
* non-trivial lvalues | ||
* stack arguments | ||
* alloca() | ||
* exception handling | ||
* correct DWARF symbolic debug info | ||
* testing on an actual AArch64 computer | ||
* line coverage reports | ||
* stack stomping code | ||
* local stack frames larger than 64Kb | ||
* variadic arguments | ||
* disassembler is incomplete | ||
* ENDBR64 |
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
Oops, something went wrong.