search for: rxxxxxx

Displaying 9 results from an estimated 9 matches for "rxxxxxx".

Did you mean: xxxxxx
2016 Nov 21
2
Nominating a fix for the 3.9 branch
LLVM devs: Is this the right forum for nominating a fix for the 3.9 branch? I'd like to nominate r279930. http://llvm.org/viewvc/llvm-project?view=revision&revision=279930 We ran into this on 3.9.0, and then confirmed that it affects 3.7.0. Eric
2015 Jul 29
0
[LLVMdev] Request: Changing commit message in llvm trunk
...a patch is reverted at some point because it is broken. > It would be nice to be able to edit the commit message in rXXX to tell the > reader that the commit was reverted in rYYY and reapplied with a fix in rZZZ > Usually we chime in on the post-commit thread saying "btw, reverted in rXXXXXX". > > 3. > If you have a pesky typo in your commit like I have :) > I don't think anybody really cares very much about typos in the commit history, as long as they are clarified in the post-commit thread (just like if the code has a problem or whatever). -- Sean Silva &gt...
2015 Jul 28
4
[LLVMdev] Request: Changing commit message in llvm trunk
Hi I'm trying to change a commit message that became malformed when pushing to trunk svn propedit svn:log --revprop -r 243434 > svn: E175002: DAV request failed; it's possible that the repository's > pre-revprop-change hook either failed or is non-existent > svn: E175002: Repository has not been enabled to accept revision > propchanges; > ask the administrator to
2018 Aug 03
3
[7.0.0 Release] The release branch is open; trunk is now 8.0.0
On Fri, 3 Aug 2018 at 11:42, Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org> wrote: > A few months ago I switched from using SVN for the LLVM project to using the GIT mono-repo, but I am still not particularly good at using GIT. How can I use the GIT command-line interface to select to the exact same set of sources used for the v7.0.0 branch, Do you mean the commit
2011 Jun 30
1
[LLVMdev] Introduction to git-bisect with "llvm-project.git"
...or each submodule you will take, $ git submodule init llvm 7. (optional) git submodule update 8. Install too hook scripts on .git/hooks X. on llvm-project, $ git checkout master; git pull Usually, you would not need to use "git submodule update" ps. you would die when you tagged rXXXXXX to all commits!
2011 Nov 14
0
[LLVMdev] [Git] Introduction of llvm-project-subtree.git
...mv clang cfe/trunk $ git commit 3) $ git cherry-pick --strategy subtree (a commit of your branch) 4) $ git commit-diff -r HEAD HEAD^ HEAD https://llvm.org/svn/llvm-project/ * TODO - Provide the script who commits llvm-project to llvm.org/svn/llvm-project/ directly. - Managing refs/tags/rXXXXXX corresponding to git-notes. Happy happy hacking, ...Takumi
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
...ecause it is broken. >> It would be nice to be able to edit the commit message in rXXX to tell >> the reader that the commit was reverted in rYYY and reapplied with a fix in >> rZZZ >> > > Usually we chime in on the post-commit thread saying "btw, reverted in > rXXXXXX". > > >> >> 3. >> If you have a pesky typo in your commit like I have :) >> > > I don't think anybody really cares very much about typos in the commit > history, as long as they are clarified in the post-commit thread (just like > if the code has a...
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
> On Oct 13, 2015, at 11:16 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> We have *not* appointed any such committee at this point. >> (...) >> The appeal is to the board of the Foundation. I don't expect the board to >>
2015 Oct 14
4
RFC: Introducing an LLVM Community Code of Conduct
...have > [lld] posts or [compiler-rt] posts on llvm-commits we would have > [foundation] mailing list posts or whatever. Would also be nice in that > llvm-commits is a natural avenue to disseminate information to involved > developers. > > I'd definitely click into `[foundation] rXXXXXX - LLVM Foundation Oct 13 > 2015 meeting minutes` or whatever to take a look (that would be quite > convenient for me actually). > > -- Sean Silva > > >> >> -Tanya >> >> I don't want to have those documents on my disk, I want them public, >> indexe...