mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert DF_REF_INSN to a function for now
gcc/ 2014-08-19 David Malcolm <[email protected]> * df-core.c (DF_REF_INSN): New, using a checked cast for now. * df.h (DF_REF_INSN): Convert from a macro to a function, so that we can return an rtx_insn *. / 2014-08-19 David Malcolm <[email protected]> * rtx-classes-status.txt (TODO): Add DF_REF_INSN. From-SVN: r214160
- Loading branch information
1 parent
a231b8a
commit 8020a4d
Showing
5 changed files
with
18 additions
and
1 deletion.
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,3 +1,7 @@ | ||
2014-08-19 David Malcolm <[email protected]> | ||
|
||
* rtx-classes-status.txt (TODO): Add DF_REF_INSN. | ||
|
||
2014-08-19 Joost VandeVondele <[email protected]> | ||
|
||
* MAINTAINERS (Write After Approval): Add myself. | ||
|
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,3 +1,9 @@ | ||
2014-08-19 David Malcolm <[email protected]> | ||
|
||
* df-core.c (DF_REF_INSN): New, using a checked cast for now. | ||
* df.h (DF_REF_INSN): Convert from a macro to a function, so | ||
that we can return an rtx_insn *. | ||
|
||
2014-08-19 Yaakov Selkowitz <[email protected]> | ||
|
||
* config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only | ||
|
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