I remember at least seeing middle-end pieces in alias analysis.
Yes, but they're mechanical changes. Do you mean these?:
@@ -1182,6 +1182,8 @@ ref_maybe_used_by_call_p_1 (gimple call,
case BUILT_IN_MEMPCPY:
case BUILT_IN_STPCPY:
case BUILT_IN_STPNCPY:
+ case BUILT_IN_TM_MEMCPY:
+ case BUILT_IN_TM_MEMMOVE:
etc, etc.
I'd like to see some breakdown into subsystem patches. Can someone provide
those together with changelog entries?
I've done another merge this morning, and here is the master patchset
divided up by subsystems. ChangeLog entries at the top. Testsuite
changes at the bottom:
http://quesejoda.com/redhat/tm-branch-diffs-from-trunk-at-180744/
p.s. libstdc++-v3 changelog entries are actually in the toplevel
ChangeLog.tm. I can move these if it bothers someone.