forked from vnmakarov/mir
-
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.
- Loading branch information
Showing
88 changed files
with
88 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
aarch64 call ABI target specific code. | ||
*/ | ||
|
||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include "../mirc.h" | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 5.2.4.2.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See 5.2.4.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char aarch64_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char stdarg_str[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.19 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.20 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <string.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* C to MIR compiler. It is a four pass compiler: | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#ifndef C2MIR_H | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static const char mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.9 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.15 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.18 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.23 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
ppc64 call ABI target specific code. | ||
*/ | ||
|
||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include "../mirc.h" | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 5.2.4.2.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See 5.2.4.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char ppc64_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char stdarg_str[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.19 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.20 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
riscv64 call ABI target specific code. | ||
*/ | ||
|
||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include "../mirc.h" | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 5.2.4.2.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See 5.2.4.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char riscv64_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char stdarg_str[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.19 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.20 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
s390x call ABI target specific code. | ||
*/ | ||
|
||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include "../mirc.h" | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 5.2.4.2.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See 5.2.4.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char s390x_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char stdarg_str[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.19 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2020-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2020-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.20 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
x86_64 ABI target specific code. | ||
*/ | ||
|
||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include "../mirc.h" | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2018-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2018-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 5.2.4.2.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See 5.2.4.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char x86_64_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.16 and https://www.uclibc.org/docs/psABI-x86_64.pdf */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.19 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.20 */ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2023 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
static char x86_64_mirc[] | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2021 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
|
||
Driver to translate bitcode into MIR and execute the generated MIR. | ||
*/ | ||
|
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,5 +1,5 @@ | ||
/* This file is a part of MIR project. | ||
Copyright (C) 2019-2021 Vladimir Makarov <[email protected]>. | ||
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
|
||
Translator of LLVM bitcode into MIR. | ||
*/ | ||
|
Oops, something went wrong.