-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from yomaytk/llvm-opt2
Improve virutal register usage for optimizations.
- Loading branch information
Showing
16 changed files
with
1,727 additions
and
1,561 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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
#pragma once | ||
|
||
// #define LIFT_DEBUG 1 | ||
// #define LIFT_CALLSTACK_DEBUG 1 | ||
// #define LIFT_INSN_DEBUG 1 | ||
// #define LIFT_MEMORY_VALUE_CHANGE 1 | ||
// #define ELFCONV_SYSCALL_DEBUG 1 | ||
|
||
// #define WARNING_OUTPUT 1 | ||
// #define OPT_ALGO_DEBUG 1 | ||
// #define OPT_GEN_IR_DEBUG 1 | ||
// #define OPT_CALL_FUNC_DEBUG 1 | ||
// #define OPT_REAL_REGS_DEBUG 1 | ||
// #define OPT_REAL_REGS_DEBUG 1 |
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
Oops, something went wrong.