similar to: [LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow

Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow"

2010 Sep 14
0
[LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow
Dear All, Just a reminder that the maintenance will be commencing now. -- John T. John Criswell wrote: > Dear LLVMers and Clangers, > > We'll be doing some maintenance on the LLVM repository on Tuesday, Sept. > 14 (tomorrow). There were some files committed to the repository that > we believe need to be removed from both mainline, the branches, and the > revision
2010 Sep 14
1
[LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow
John Criswell wrote: > Dear All, > > Just a reminder that the maintenance will be commencing now. > Also, I managed to set things up so that you can use svn diff and svn up but not svn commit (I basically disabled commit access for everyone for the time being). -- John T. > -- John T. > > John Criswell wrote: > >> Dear LLVMers and Clangers, >>
2010 Sep 14
0
[LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow
Hi John- Will this also mean a purging of the llvm-commits archive, to remove the diffs with the guilty files in them? Alistair On 14 Sep 2010, at 01:38, John Criswell wrote: > Dear LLVMers and Clangers, > > We'll be doing some maintenance on the LLVM repository on Tuesday, Sept. > 14 (tomorrow). There were some files committed to the repository that > we believe need to
2010 Mar 10
1
[LLVMdev] SAFECode and Poolalloc Branches for LLVM 2.6
Please create a similar branch for Klee; I've been working on porting that to 2.7 as well.<br /> <br /> Best, Erich Ocean<br /> <br /> On Fri, Mar 5, 2010 at 8:43 PM, John Criswell (criswell@uiuc.edu) wrote:<br /> > <br /> > Dear SAFECoders and LLVMers,<br /> > <br /> > There is some new work on moving DSA to the new LLVM 2.7 API.
2010 Sep 14
0
[LLVMdev] LLVM SVN Repository Offline for Maintenance Tomorrow
> We'll be doing some maintenance on the LLVM repository on Tuesday, Sept. > 14 (tomorrow).  There were some files committed to the repository that > we believe need to be removed from both mainline, the branches, and the > revision history. Can someone familiar with git-svn confirm if the mirrors will have be to recreated before they are useful again? > -- John T. Cheers, --
2018 Nov 15
2
New LLVM git repository conversion prototype
On 10/11/2018 03:27 PM, James Y Knight via llvm-dev wrote: > TLDR: https://github.com/llvm-git-prototype/ exists as a read-only mirror of SVN, and is being updated continuously with a script running on an llvm-project AWS VM. > Hi James, What is the current status of the monorepo, have you resolved all the known issues with the history? Are there any other changes that need to be made
2018 Nov 17
2
New LLVM git repository conversion prototype
On Fri, Nov 16, 2018 at 4:04 PM NAKAMURA Takumi <geek4civic at gmail.com> wrote: > Hello, David. > > On Sat, Nov 17, 2018 at 7:46 AM David Jones via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi James, >> >> I've started working with the prototype layout in context of Google's >> internal infrastructure. With deep apologies, I
2010 Mar 06
2
[LLVMdev] How do I download the "poolalloc" module ?
Hi, I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do not seem to include anything related to pool allocation. I don't think MinGW includes svn. Is there an download location where I can get the
2010 Mar 06
0
[LLVMdev] How do I download the "poolalloc" module ?
On Mar 6, 2010, at 7:26 AM, Patrick Sathyanathan wrote: > Hi, > > I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do not seem to include anything related to pool allocation. I don't think
2010 Mar 08
3
[LLVMdev] How do I download the "poolalloc" module ?
Bob Wilson wrote: > On Mar 6, 2010, at 7:26 AM, Patrick Sathyanathan wrote: > > >> Hi, >> >> I'm interested in using the "Data Structure Analysis" that is apparently in the "poolalloc" module according to the documentation on alias analysis in LLVM. I have downloaded and built LLVM 2.6 on MinGW but the sources do not seem to include anything
2011 Oct 11
2
[LLVMdev] RFC/Heads Up: Deprecating External Build Support
Hi John, I knew I would hear from you. :) On Tue, Oct 11, 2011 at 2:38 PM, John Criswell <criswell at illinois.edu> wrote: > On 10/11/11 3:24 PM, Daniel Dunbar wrote: >> >> Hi all, >> >> I would like to deprecate the LLVM project's "official" support of >> setting up the Makefiles / autoconf configurations in such a way that >> external
2018 Nov 16
6
New LLVM git repository conversion prototype
Hi James, I've started working with the prototype layout in context of Google's internal infrastructure. With deep apologies, I have a (very late, I know) pair of requests that have only recently solidified for me. 1. Could you add annotated tags after the cut point of each release? (I think this would probably be easy.) 2. Could you mark branch/tag operations somehow other than a
2010 Sep 15
0
[LLVMdev] LLVMdev Digest, Vol 75, Issue 32
2010/9/15 <llvmdev-request at cs.uiuc.edu> > Send LLVMdev mailing list submissions to > llvmdev at cs.uiuc.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > or, via email, send a message with subject or body 'help' to > llvmdev-request at cs.uiuc.edu > > You can
2010 Mar 09
1
[LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
Thanks Bob and John for the response. I am having problems building poolalloc with my MinGW and gcc 4.4.0 setup. Running make in the poolalloc directory results in a bunch of "undefined reference to ..." link errors building Release/lib/LLVMDataStructure.dll. I looked at the command line for this link and found that there are no libraries included with "-l..." options even
2009 Aug 13
1
[LLVMdev] vmkit and klee
Hi, I am trying to evaluate how complex would be to modify KLEE ( http://klee.llvm.org/ ) so that it can run LLVM bitcode compiled from Java code obtained with vmjc (from the VMKIT project). Your feedback will be very appreciated. I am familiar with KLEE but I would like to know more about VMKIT, so please point me to the right docs/source code if appropriate. After a quick look over
2011 Oct 11
0
[LLVMdev] RFC/Heads Up: Deprecating External Build Support
On 10/11/11 3:24 PM, Daniel Dunbar wrote: > Hi all, > > I would like to deprecate the LLVM project's "official" support of > setting up the Makefiles / autoconf configurations in such a way that > external projects are encouraged to leverage them in their own build. > > I am mostly referring to the things documented in docs/Projects.html > and projects/sample.
2008 Nov 19
2
maintenance of kvm and qemu in extras
I see that kvm has been updated since Sept. 08 2007, and qemu hasn't since Sept. 12 2007. I understand that redhat is migrating from xen to kvm, I'm curious if that has provoked this reduced maintenance or if interest was just lost. If this is of interest to others, Qemu 0.9.1 does provide a lot more features lacking in 0.9.0 that I would like to use, including virtio and e1000 NIC
2011 Oct 12
0
[LLVMdev] RFC/Heads Up: Deprecating External Build Support
On Oct 11, 2011, at 3:02 PM, Daniel Dunbar wrote: > If the community thinks this is an important problem for LLVM to > address, then I think the ideal solution is that we provide a set of > autoconf/makefile/whatever foo that uses llvm-config and so on, but > doesn't try and do things like include the LLVM Makefiles or the LLVM > autoconf files. This would also provide a
2012 Apr 06
2
[LLVMdev] GSoC proposal: Common memory safety instrumentation and optimization passes for LLVM
This is a proposal to create memory safety instrumentation and optimization passes for LLVM. Abstract: The goal of this project is to modify SAFECode and AddressSanitizer (ASAN) to use a common set of memory safety instrumentation and optimization passes to increase code reuse. These tools and other similar ones use varying methods to detect whether memory accesses are safe, but are fundamentally
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers, 2.6 pre-release1 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ You will notice that we have quite a few pre-compiled binaries (of both clang and llvm-gcc). We have identified several bugs that will be fixed in pre-release2, so please search the bug database before filing a new bug. If you have time, I'd appreciate anyone who can help test the