Dear Ma'am or Sir; If this information is posted, please forgive me for failing to have found it. I'm looking for information on the processes by which major changes are made to the LLVM IR language, or perhaps just the mailing list to which I should subscribe to keep abreast of such changes? Many Thanks, JD Jones Software Engineer -- This message is intended for the addressee only and may contain Paragon Research Corporation (PRC) confidential or privileged information. Use or distribution of such confidential information is strictly prohibited without the prior written permission of PRC. If you have received this message in error, please contact the sender immediately and delete the message and attachments from your computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181212/ba9cb3a0/attachment.html>
On 12/12/18 8:42 AM, JD Jones via llvm-dev wrote: Dear Ma’am or Sir; If this information is posted, please forgive me for failing to have found it. I’m looking for information on the processes by which major changes are made to the LLVM IR language, or perhaps just the mailing list to which I should subscribe to keep abreast of such changes? JD, you should subscribe to this mailing list, llvm-dev, and note in particular emails tagged with [RFC] (request for comment) in the subject. -Hal Many Thanks, JD Jones Software Engineer This message is intended for the addressee only and may contain Paragon Research Corporation (PRC) confidential or privileged information. Use or distribution of such confidential information is strictly prohibited without the prior written permission of PRC. If you have received this message in error, please contact the sender immediately and delete the message and attachments from your computer. _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181212/c4176f93/attachment.html>
Sometimes they come up in code reviews (llvm-commits), larger changes are probably discussed here on llvm-dev. If you're interested only in notification of such changes, the most efficient way might be to use Herald rules https://reviews.llvm.org/herald/ to subscribe to/be notified of reviews or commits (I think it covers commits too) that affect certain files (like the LangRef documentation page itself, and maybe some of the core IR header files (for smaller IR changes that might not rise to the level of being formalized in the LangRef? Not sure)) On Wed, Dec 12, 2018 at 6:42 AM JD Jones via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Dear Ma’am or Sir; > > > > If this information is posted, please forgive me for failing to have found > it. I’m looking for information on the processes by which major changes are > made to the LLVM IR language, or perhaps just the mailing list to which I > should subscribe to keep abreast of such changes? > > > > Many Thanks, > > JD Jones > > Software Engineer > > This message is intended for the addressee only and may contain Paragon > Research Corporation (PRC) confidential or privileged information. Use or > distribution of such confidential information is strictly prohibited > without the prior written permission of PRC. If you have received this > message in error, please contact the sender immediately and delete the > message and attachments from your computer. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181212/a18bc263/attachment.html>