Author: hans Date: Wed Aug 12 12:12:16 2015 New Revision: 244768 URL: http://llvm.org/viewvc/llvm-project?rev=244768&view=rev Log: Merging r243999: ------------------------------------------------------------------------ r243999 | tbrethou | 2015-08-04 20:51:17 -0700 (Tue, 04 Aug 2015) | 2 lines
Rename all references to old mailing lists to new lists.llvm.org address. ------------------------------------------------------------------------ Modified: llvm/branches/release_37/ (props changed) llvm/branches/release_37/Makefile.config.in llvm/branches/release_37/docs/Atomics.rst llvm/branches/release_37/docs/CodingStandards.rst llvm/branches/release_37/docs/DeveloperPolicy.rst llvm/branches/release_37/docs/ExtendingLLVM.rst llvm/branches/release_37/docs/Frontend/PerformanceTips.rst llvm/branches/release_37/docs/Phabricator.rst llvm/branches/release_37/docs/Projects.rst llvm/branches/release_37/docs/ReleaseNotes.rst llvm/branches/release_37/docs/Statepoints.rst llvm/branches/release_37/docs/TableGen/LangIntro.rst llvm/branches/release_37/docs/TableGen/LangRef.rst llvm/branches/release_37/docs/index.rst llvm/branches/release_37/docs/tutorial/LangImpl9.rst llvm/branches/release_37/docs/tutorial/OCamlLangImpl8.rst llvm/branches/release_37/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp llvm/branches/release_37/lib/Target/ARM/README.txt llvm/branches/release_37/lib/Target/ARM/Thumb1InstrInfo.cpp llvm/branches/release_37/lib/Target/README.txt llvm/branches/release_37/lib/Transforms/Scalar/EarlyCSE.cpp llvm/branches/release_37/utils/emacs/README llvm/branches/release_37/utils/jedit/README llvm/branches/release_37/utils/kate/README llvm/branches/release_37/utils/unittest/googletest/README.LLVM llvm/branches/release_37/utils/vim/README Propchange: llvm/branches/release_37/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 12 12:12:16 2015 @@ -1,3 +1,3 @@ /llvm/branches/Apple/Pertwee:110850,110961 /llvm/branches/type-system-rewrite:133420-134817 -/llvm/trunk:155241,242236,242239,242281,242288,242296,242331,242341,242410,242412,242433-242434,242442,242543,242673,242680,242706,242721-242722,242733-242735,242742,242869,242919,242993,243001,243057,243116,243263,243294,243361,243469,243485,243500,243519,243531,243589,243609,243636,243638-243640,243745,243891,243898,243927,243932,243934,243984,243986,244058,244123,244418,244554,244644,244676 +/llvm/trunk:155241,242236,242239,242281,242288,242296,242331,242341,242410,242412,242433-242434,242442,242543,242673,242680,242706,242721-242722,242733-242735,242742,242869,242919,242993,243001,243057,243116,243263,243294,243361,243469,243485,243500,243519,243531,243589,243609,243636,243638-243640,243745,243891,243898,243927,243932,243934,243984,243986,243999,244058,244123,244418,244554,244644,244676 Modified: llvm/branches/release_37/Makefile.config.in URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/Makefile.config.in?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/Makefile.config.in (original) +++ llvm/branches/release_37/Makefile.config.in Wed Aug 12 12:12:16 2015 @@ -58,7 +58,7 @@ LLVM_OBJ_ROOT := $(call realpath, @abs PROJ_SRC_ROOT := $(LLVM_SRC_ROOT) PROJ_SRC_DIR := $(LLVM_SRC_ROOT)$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)) -# See: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150323/268067.html +# See: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20150323/268067.html ifeq ($(LLVM_SRC_ROOT), $(LLVM_OBJ_ROOT)) $(error In-source builds are not allowed. Please configure from a separate build directory!) endif Modified: llvm/branches/release_37/docs/Atomics.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/Atomics.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/Atomics.rst (original) +++ llvm/branches/release_37/docs/Atomics.rst Wed Aug 12 12:12:16 2015 @@ -173,7 +173,7 @@ Notes for code generation also expected to generate an i8 store as an i8 store, and not an instruction which writes to surrounding bytes. (If you are writing a backend for an architecture which cannot satisfy these restrictions and cares about - concurrency, please send an email to llvmdev.) + concurrency, please send an email to llvm-dev.) Unordered --------- Modified: llvm/branches/release_37/docs/CodingStandards.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/CodingStandards.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/CodingStandards.rst (original) +++ llvm/branches/release_37/docs/CodingStandards.rst Wed Aug 12 12:12:16 2015 @@ -28,7 +28,7 @@ Note that some code bases (e.g. ``libc++ from the coding standards. In the case of ``libc++``, this is because the naming and other conventions are dictated by the C++ standard. If you think there is a specific good reason to deviate from the standards here, please bring -it up on the LLVMdev mailing list. +it up on the LLVM-dev mailing list. There are some conventions that are not uniformly followed in the code base (e.g. the naming convention). This is because they are relatively new, and a Modified: llvm/branches/release_37/docs/DeveloperPolicy.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/DeveloperPolicy.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/DeveloperPolicy.rst (original) +++ llvm/branches/release_37/docs/DeveloperPolicy.rst Wed Aug 12 12:12:16 2015 @@ -30,7 +30,7 @@ This policy is also designed to accompli This policy is aimed at frequent contributors to LLVM. People interested in contributing one-off patches can do so in an informal way by sending them to the `llvm-commits mailing list -<http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_ and engaging another +<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_ and engaging another developer to see it through the process. Developer Policies @@ -47,23 +47,23 @@ Stay Informed ------------- Developers should stay informed by reading at least the "dev" mailing list for -the projects you are interested in, such as `llvmdev -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ for LLVM, `cfe-dev -<http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_ for Clang, or `lldb-dev -<http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev>`_ for LLDB. If you are +the projects you are interested in, such as `llvm-dev +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ for LLVM, `cfe-dev +<http://lists.llvm.org/mailman/listinfo/cfe-dev>`_ for Clang, or `lldb-dev +<http://lists.llvm.org/mailman/listinfo/lldb-dev>`_ for LLDB. If you are doing anything more than just casual work on LLVM, it is suggested that you also subscribe to the "commits" mailing list for the subproject you're interested in, such as `llvm-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_, `cfe-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits>`_, or `lldb-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits>`_. Reading the +<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_, `cfe-commits +<http://lists.llvm.org/mailman/listinfo/cfe-commits>`_, or `lldb-commits +<http://lists.llvm.org/mailman/listinfo/lldb-commits>`_. Reading the "commits" list and paying attention to changes being made by others is a good way to see what other people are interested in and watching the flow of the project as a whole. We recommend that active developers register an email account with `LLVM Bugzilla <http://llvm.org/bugs/>`_ and preferably subscribe to the `llvm-bugs -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs>`_ email list to keep track +<http://lists.llvm.org/mailman/listinfo/llvm-bugs>`_ email list to keep track of bugs and enhancements occurring in LLVM. We really appreciate people who are proactive at catching incoming bugs in their components and dealing with them promptly. @@ -365,7 +365,7 @@ If you have recently been granted commit #. You are granted *commit-after-approval* to all parts of LLVM. To get approval, submit a `patch`_ to `llvm-commits - <http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_. When approved, + <http://lists.llvm.org/mailman/listinfo/llvm-commits>`_. When approved, you may commit it yourself. #. You are allowed to commit patches without approval which you think are @@ -394,8 +394,8 @@ Making a Major Change --------------------- When a developer begins a major new project with the aim of contributing it back -to LLVM, they should inform the community with an email to the `llvmdev -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ email list, to the extent +to LLVM, they should inform the community with an email to the `llvm-dev +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ email list, to the extent possible. The reason for this is to: #. keep the community informed about future changes to LLVM, @@ -608,7 +608,7 @@ LICENSE.txt files specifically indicate We have no plans to change the license of LLVM. If you have questions or comments about the license, please contact the `LLVM Developer's Mailing -List <mailto:llvm...@cs.uiuc.edu>`_. +List <mailto:llvm-...@lists.llvm.org>`_. Patents ------- Modified: llvm/branches/release_37/docs/ExtendingLLVM.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ExtendingLLVM.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/ExtendingLLVM.rst (original) +++ llvm/branches/release_37/docs/ExtendingLLVM.rst Wed Aug 12 12:12:16 2015 @@ -15,7 +15,7 @@ When you come to this realization, stop LLVM? Is it a new fundamental capability that LLVM does not support at its current incarnation or can it be synthesized from already pre-existing LLVM elements? If you are not sure, ask on the `LLVM-dev -<http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ list. The reason is that +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ list. The reason is that extending LLVM will get involved as you need to update all the different passes that you intend to use with your extension, and there are ``many`` LLVM analyses and transformations, so it may be quite a bit of work. Modified: llvm/branches/release_37/docs/Frontend/PerformanceTips.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/Frontend/PerformanceTips.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/Frontend/PerformanceTips.rst (original) +++ llvm/branches/release_37/docs/Frontend/PerformanceTips.rst Wed Aug 12 12:12:16 2015 @@ -174,10 +174,10 @@ Adding to this document If you run across a case that you feel deserves to be covered here, please send a patch to `llvm-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_ for review. +<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_ for review. -If you have questions on these items, please direct them to `llvmdev -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_. The more relevant +If you have questions on these items, please direct them to `llvm-dev +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_. The more relevant context you are able to give to your question, the more likely it is to be answered. Modified: llvm/branches/release_37/docs/Phabricator.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/Phabricator.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/Phabricator.rst (original) +++ llvm/branches/release_37/docs/Phabricator.rst Wed Aug 12 12:12:16 2015 @@ -150,7 +150,7 @@ Status Please let us know whether you like it and what could be improved! We're still working on setting up a bug tracker, but you can email klimek-at-google-dot-com -and chandlerc-at-gmail-dot-com and CC the llvmdev mailing list with questions +and chandlerc-at-gmail-dot-com and CC the llvm-dev mailing list with questions until then. We also could use help implementing improvements. This sadly is really painful and hard because the Phabricator codebase is in PHP and not as testable as you might like. However, we've put exactly what we're deploying up Modified: llvm/branches/release_37/docs/Projects.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/Projects.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/Projects.rst (original) +++ llvm/branches/release_37/docs/Projects.rst Wed Aug 12 12:12:16 2015 @@ -254,4 +254,4 @@ Further Help If you have any questions or need any help creating an LLVM project, the LLVM team would be more than happy to help. You can always post your questions to the `LLVM Developers Mailing List -<http://lists.cs.uiuc.edu/pipermail/llvmdev/>`_. +<http://lists.llvm.org/pipermail/llvm-dev/>`_. Modified: llvm/branches/release_37/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_37/docs/ReleaseNotes.rst Wed Aug 12 12:12:16 2015 @@ -23,7 +23,7 @@ from the `LLVM releases web site <http:/ For more information about LLVM, including information about the latest release, please check out the `main LLVM web site <http://llvm.org/>`_. If you have questions or comments, the `LLVM Developer's Mailing List -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ is a good place to send +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send them. Note that if you are reading this file from a Subversion checkout or the main Modified: llvm/branches/release_37/docs/Statepoints.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/Statepoints.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/Statepoints.rst (original) +++ llvm/branches/release_37/docs/Statepoints.rst Wed Aug 12 12:12:16 2015 @@ -565,7 +565,7 @@ The existing IR Verifier pass has been e local restrictions on the intrinsics mentioned in their respective documentation. The current implementation in LLVM does not check the key relocation invariant, but this is ongoing work on developing such -a verifier. Please ask on llvmdev if you're interested in +a verifier. Please ask on llvm-dev if you're interested in experimenting with the current version. .. _statepoint-utilities: @@ -696,7 +696,7 @@ If you are scheduling the RewriteStatepo you should probably schedule this pass immediately before it. The exception would be if you need to preserve abstract frame information (e.g. for deoptimization or introspection) at safepoints. In that case, ask on the -llvmdev mailing list for suggestions. +llvm-dev mailing list for suggestions. Bugs and Enhancements @@ -707,8 +707,8 @@ tracked by performing a `bugzilla search <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_ for [Statepoint] in the summary field. When filing new bugs, please use this tag so that interested parties see the newly filed bug. As -with most LLVM features, design discussions take place on `llvmdev -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_, and patches +with most LLVM features, design discussions take place on `llvm-dev +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_, and patches should be sent to `llvm-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_ for review. +<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_ for review. Modified: llvm/branches/release_37/docs/TableGen/LangIntro.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/TableGen/LangIntro.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/TableGen/LangIntro.rst (original) +++ llvm/branches/release_37/docs/TableGen/LangIntro.rst Wed Aug 12 12:12:16 2015 @@ -7,7 +7,7 @@ TableGen Language Introduction .. warning:: This document is extremely rough. If you find something lacking, please - fix it, file a documentation bug, or ask about it on llvmdev. + fix it, file a documentation bug, or ask about it on llvm-dev. Introduction ============ Modified: llvm/branches/release_37/docs/TableGen/LangRef.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/TableGen/LangRef.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/TableGen/LangRef.rst (original) +++ llvm/branches/release_37/docs/TableGen/LangRef.rst Wed Aug 12 12:12:16 2015 @@ -7,7 +7,7 @@ TableGen Language Reference .. warning:: This document is extremely rough. If you find something lacking, please - fix it, file a documentation bug, or ask about it on llvmdev. + fix it, file a documentation bug, or ask about it on llvm-dev. Introduction ============ Modified: llvm/branches/release_37/docs/index.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/index.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/index.rst (original) +++ llvm/branches/release_37/docs/index.rst Wed Aug 12 12:12:16 2015 @@ -425,12 +425,12 @@ Mailing Lists If you can't find what you need in these docs, try consulting the mailing lists. -`Developer's List (llvmdev)`__ +`Developer's List (llvm-dev)`__ This list is for people who want to be included in technical discussions of LLVM. People post to this list when they have questions about writing code for or using the LLVM tools. It is relatively low volume. - .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev + .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev `Commits Archive (llvm-commits)`__ This list contains all commit messages that are made when LLVM developers @@ -439,26 +439,26 @@ lists. stay on the bleeding edge of LLVM development. This list is very high volume. - .. __: http://lists.cs.uiuc.edu/pipermail/llvm-commits/ + .. __: http://lists.llvm.org/pipermail/llvm-commits/ -`Bugs & Patches Archive (llvmbugs)`__ +`Bugs & Patches Archive (llvm-bugs)`__ This list gets emailed every time a bug is opened and closed. It is - higher volume than the LLVMdev list. + higher volume than the LLVM-dev list. - .. __: http://lists.cs.uiuc.edu/pipermail/llvmbugs/ + .. __: http://lists.llvm.org/pipermail/llvm-bugs/ `Test Results Archive (llvm-testresults)`__ A message is automatically sent to this list by every active nightly tester when it completes. As such, this list gets email several times each day, making it a high volume list. - .. __: http://lists.cs.uiuc.edu/pipermail/llvm-testresults/ + .. __: http://lists.llvm.org/pipermail/llvm-testresults/ `LLVM Announcements List (llvm-announce)`__ This is a low volume list that provides important announcements regarding LLVM. It gets email about once a month. - .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce + .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce IRC --- Modified: llvm/branches/release_37/docs/tutorial/LangImpl9.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/tutorial/LangImpl9.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/tutorial/LangImpl9.rst (original) +++ llvm/branches/release_37/docs/tutorial/LangImpl9.rst Wed Aug 12 12:12:16 2015 @@ -90,8 +90,8 @@ For example, try adding: Have fun - try doing something crazy and unusual. Building a language like everyone else always has, is much less fun than trying something a little crazy or off the wall and seeing how it turns out. If you get -stuck or want to talk about it, feel free to email the `llvmdev mailing -list <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_: it has lots +stuck or want to talk about it, feel free to email the `llvm-dev mailing +list <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_: it has lots of people who are interested in languages and are often willing to help out. @@ -169,8 +169,8 @@ It is certainly possible to implement a IR does not itself guarantee safety. The LLVM IR allows unsafe pointer casts, use after free bugs, buffer over-runs, and a variety of other problems. Safety needs to be implemented as a layer on top of LLVM and, -conveniently, several groups have investigated this. Ask on the `llvmdev -mailing list <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ if +conveniently, several groups have investigated this. Ask on the `llvm-dev +mailing list <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ if you are interested in more details. Language-Specific Optimizations @@ -220,7 +220,7 @@ safe to optimize that into "return 0;" b In addition to simple library knowledge, it is possible to embed a variety of other language-specific information into the LLVM IR. If you have a specific need and run into a wall, please bring the topic up on -the llvmdev list. At the very worst, you can always treat LLVM as if it +the llvm-dev list. At the very worst, you can always treat LLVM as if it were a "dumb code generator" and implement the high-level optimizations you desire in your front-end, on the language-specific AST. Modified: llvm/branches/release_37/docs/tutorial/OCamlLangImpl8.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/tutorial/OCamlLangImpl8.rst?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/docs/tutorial/OCamlLangImpl8.rst (original) +++ llvm/branches/release_37/docs/tutorial/OCamlLangImpl8.rst Wed Aug 12 12:12:16 2015 @@ -95,8 +95,8 @@ For example, try adding: Have fun - try doing something crazy and unusual. Building a language like everyone else always has, is much less fun than trying something a little crazy or off the wall and seeing how it turns out. If you get -stuck or want to talk about it, feel free to email the `llvmdev mailing -list <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_: it has lots +stuck or want to talk about it, feel free to email the `llvm-dev mailing +list <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_: it has lots of people who are interested in languages and are often willing to help out. @@ -174,8 +174,8 @@ It is certainly possible to implement a IR does not itself guarantee safety. The LLVM IR allows unsafe pointer casts, use after free bugs, buffer over-runs, and a variety of other problems. Safety needs to be implemented as a layer on top of LLVM and, -conveniently, several groups have investigated this. Ask on the `llvmdev -mailing list <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ if +conveniently, several groups have investigated this. Ask on the `llvm-dev +mailing list <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ if you are interested in more details. Language-Specific Optimizations @@ -225,7 +225,7 @@ safe to optimize that into "return 0;" b In addition to simple library knowledge, it is possible to embed a variety of other language-specific information into the LLVM IR. If you have a specific need and run into a wall, please bring the topic up on -the llvmdev list. At the very worst, you can always treat LLVM as if it +the llvm-dev list. At the very worst, you can always treat LLVM as if it were a "dumb code generator" and implement the high-level optimizations you desire in your front-end, on the language-specific AST. Modified: llvm/branches/release_37/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp (original) +++ llvm/branches/release_37/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp Wed Aug 12 12:12:16 2015 @@ -98,7 +98,7 @@ void RTDyldMemoryManager::registerEHFram uint64_t LoadAddr, size_t Size) { // On OS X OS X __register_frame takes a single FDE as an argument. - // See http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-April/061768.html + // See http://lists.llvm.org/pipermail/llvm-dev/2013-April/061768.html const char *P = (const char *)Addr; const char *End = P + Size; do { Modified: llvm/branches/release_37/lib/Target/ARM/README.txt URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/Target/ARM/README.txt?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/lib/Target/ARM/README.txt (original) +++ llvm/branches/release_37/lib/Target/ARM/README.txt Wed Aug 12 12:12:16 2015 @@ -566,7 +566,7 @@ Robert Muth started working on an altern does not put the tables in-line in the text. This is more like the llvm default jump table implementation. This might be useful sometime. Several revisions of patches are on the mailing list, beginning at: -http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-June/022763.html +http://lists.llvm.org/pipermail/llvm-dev/2009-June/022763.html //===---------------------------------------------------------------------===// Modified: llvm/branches/release_37/lib/Target/ARM/Thumb1InstrInfo.cpp URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/Target/ARM/Thumb1InstrInfo.cpp?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/lib/Target/ARM/Thumb1InstrInfo.cpp (original) +++ llvm/branches/release_37/lib/Target/ARM/Thumb1InstrInfo.cpp Wed Aug 12 12:12:16 2015 @@ -57,7 +57,7 @@ void Thumb1InstrInfo::copyPhysReg(Machin // Some things to try that should be better: // * 'mov hi, $src; mov $dst, hi', with hi as either r10 or r11 // * 'movs $dst, $src' if cpsr isn't live - // See: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/075998.html + // See: http://lists.llvm.org/pipermail/llvm-dev/2014-August/075998.html // 'MOV lo, lo' is unpredictable on < v6, so use the stack to do it AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tPUSH))) Modified: llvm/branches/release_37/lib/Target/README.txt URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/Target/README.txt?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/lib/Target/README.txt (original) +++ llvm/branches/release_37/lib/Target/README.txt Wed Aug 12 12:12:16 2015 @@ -106,7 +106,7 @@ for 1,2,4,8 bytes. //===---------------------------------------------------------------------===// It would be nice to revert this patch: -http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060213/031986.html +http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20060213/031986.html And teach the dag combiner enough to simplify the code expanded before legalize. It seems plausible that this knowledge would let it simplify other Modified: llvm/branches/release_37/lib/Transforms/Scalar/EarlyCSE.cpp URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/Transforms/Scalar/EarlyCSE.cpp?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/lib/Transforms/Scalar/EarlyCSE.cpp (original) +++ llvm/branches/release_37/lib/Transforms/Scalar/EarlyCSE.cpp Wed Aug 12 12:12:16 2015 @@ -658,7 +658,7 @@ bool EarlyCSE::run() { // gains over vector when the container becomes very large due to the // specific access patterns. For more information see the mailing list // discussion on this: - // http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120116/135228.html + // http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20120116/135228.html std::deque<StackNode *> nodesToProcess; bool Changed = false; Modified: llvm/branches/release_37/utils/emacs/README URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/utils/emacs/README?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/utils/emacs/README (original) +++ llvm/branches/release_37/utils/emacs/README Wed Aug 12 12:12:16 2015 @@ -23,5 +23,5 @@ are: Note: If you notice missing or incorrect syntax highlighting, please contact -<llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the +<llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the functionality, it will be most appreciated. Thank you. Modified: llvm/branches/release_37/utils/jedit/README URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/utils/jedit/README?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/utils/jedit/README (original) +++ llvm/branches/release_37/utils/jedit/README Wed Aug 12 12:12:16 2015 @@ -10,5 +10,5 @@ These are syntax highlighting files for <MODE NAME="tablegen" FILE="tablegen.xml" FILE_NAME_GLOB="*.td" /> Note: If you notice missing or incorrect syntax highlighting, please contact -<llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the +<llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the functionality, it will be most appreciated. Thank you. Modified: llvm/branches/release_37/utils/kate/README URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/utils/kate/README?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/utils/kate/README (original) +++ llvm/branches/release_37/utils/kate/README Wed Aug 12 12:12:16 2015 @@ -8,5 +8,5 @@ These are syntax highlighting files for this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it). Note: If you notice missing or incorrect syntax highlighting, please contact -<llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the +<llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the functionality, it will be most appreciated. Thank you. Modified: llvm/branches/release_37/utils/unittest/googletest/README.LLVM URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/utils/unittest/googletest/README.LLVM?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/utils/unittest/googletest/README.LLVM (original) +++ llvm/branches/release_37/utils/unittest/googletest/README.LLVM Wed Aug 12 12:12:16 2015 @@ -20,4 +20,4 @@ Modified as follows: * To GTestStreamToHelper in include/gtest/internal/gtest-internal.h, added the ability to stream with raw_os_ostream. * To refresh Haiku support in include/gtest/internal/gtest-port.h, - see http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100621/102898.html + see http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20100621/102898.html Modified: llvm/branches/release_37/utils/vim/README URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/utils/vim/README?rev=244768&r1=244767&r2=244768&view=diff ============================================================================== --- llvm/branches/release_37/utils/vim/README (original) +++ llvm/branches/release_37/utils/vim/README Wed Aug 12 12:12:16 2015 @@ -9,7 +9,7 @@ To install copy all subdirectories to yo symlinks to the files here. Do not copy the vimrc file here it is only meant as an inspiration and starting point for those working on llvm c++ code. Note: If you notice missing or incorrect syntax highlighting, please contact -<llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the +<llvm-bugs [at] lists.llvm.org>; if you wish to provide a patch to improve the functionality, it will be most appreciated. Thank you. If you find yourself working with LLVM Makefiles often, but you don't get syntax _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits