similar to: [LLVMdev] Test Email

Displaying 20 results from an estimated 500000 matches similar to: "[LLVMdev] Test Email"

2004 Sep 01
0
[LLVMdev] Mail Server Test Message
Dear All, This is simply a test message to see if the llvmdev list is operational. Please ignore. -- John T. -- ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu * * Research Programmer * * University of Illinois at Urbana-Champaign
2015 Feb 17
3
[LLVMdev] Google Summer of Code
John, Yes, I'm taking care about application as usual. On Tue, Feb 17, 2015 at 4:48 AM, Eric Christopher <echristo at gmail.com> wrote: > I believe Anton was going to do so. > > > On Mon, Feb 16, 2015, 5:14 PM John Criswell <jtcriswel at gmail.com> wrote: >> >> Dear All, >> >> Has someone registered LLVM as an organization for Google Summer of
2009 Apr 14
0
[LLVMdev] SVN Head Error Building on Mac OS X
John Criswell wrote: > Dear All, > > Has anyone else noticed the following problem building LLVM on Mac OS X: > > find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a libLLVMSelectionDAG.a > llvm[1]: Building llvm-config script. > cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/FinalLibDeps.txt: > No such
2010 Jul 22
0
[LLVMdev] I would like to merge PARSEC into test-suite
It's not *that* big. The patch is 634K uncompressed. I'd say it would be annoying to have that attached to an email message, but it's no bigger than existing MultiSource tests. --Patrick On 07/21/2010 08:13 PM, Daniel Dunbar wrote: > On Wed, Jul 21, 2010 at 11:57 AM, John Criswell<criswell at uiuc.edu> wrote: > >> Daniel Dunbar wrote: >>
2003 Dec 19
0
[LLVMdev] how to solve this conflict
Dear yueqiang, After some investigations, Chris and I think we know why these warnings are occuring. In RedHat Linux 8, the size of struct __locale_struct changed in /usr/include/xlocale.h. Our LLVM GCC system (including libstdc++.a) was compiled on a RedHat 7.3 system. Many of the type conflicts that you are seeing occur because the C++ library thinks that some of the types based upon
2010 Jul 22
2
[LLVMdev] I would like to merge PARSEC into test-suite
On Wed, Jul 21, 2010 at 11:57 AM, John Criswell <criswell at uiuc.edu> wrote: > Daniel Dunbar wrote: >> >> On Tue, Jul 20, 2010 at 1:30 AM, Owen Anderson <resistor at mac.com> wrote: >> >>> >>> Patrick, >>> >>> On Jul 20, 2010, at 1:18 AM, Patrick Simmons wrote: >>> >>>> >>>> It is open-source and
2012 Jan 24
0
[LLVMdev] load widening conflicts with AddressSanitizer
Hi, [resurrecting an old mail thread about AddressSanitizer false positive caused by load widening] Once the Attribute::AddressSafety is set by clang (a separate patch), fixing this bug may look as simple as this: --- lib/Analysis/MemoryDependenceAnalysis.cpp (revision 148708) +++ lib/Analysis/MemoryDependenceAnalysis.cpp (working copy) @@ -323,6 +323,14 @@
2004 Jan 07
2
[LLVMdev] Services Restored
Dear LLVM Developers, The LLVM website, CVS repository, and SAFECode website should now be back online. Should you encounter any problems with the LLVM services, please send email to llvmdev at cs.uiuc.edu so that we may fix it. Regards, John T. Criswell ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu
2004 Jan 10
0
[LLVMdev] Services Restored
Hi, It looks like the CVS server is still not available. When I try to update with cvs, I get: cvs [update aborted]: connect to llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused I know the server was down earlier this week but according to the message below, its supposted to be restored by now. Could someone please help? Thanks, Reid. On Wed, 2004-01-07 at 14:30, John T.
2004 Jul 27
1
[LLVMdev] LLVM Server Back Up
Reid Spencer wrote: > John, > > The rsyncd doesn't seem to be up. See the attached email. The mirror > tries to sync every 30 minutes and this is what I'm getting from the > cron job. This was from the sync attempted at 2:12pm (PDT) today. I think I got it working. Can you try it again and let me know if it works? Thanks. -- John T. > > Reid. > > John
2009 Nov 14
1
[LLVMdev] SAFECode Source Code Released
Török Edwin wrote: > On 2009-11-14 00:57, John Criswell wrote: > >> Dear LLVMers, >> >> We are happy to announce an alpha release of the SAFECode compiler. It >> is now available for download from the LLVM public Subversion >> repository. SAFECode uses a set of analysis passes and program >> transformations to provide strong memory safety
2009 Dec 04
1
[LLVMdev] Transparent LTO on Mac OS X
I'm confused. libLTO takes bitcode files as input and creates a native object file as output. Why would libLTO create bitcode as output? If so, you're changing the existing API contract. Or are you creating an out-of-band bitcode file, in which case the linker would never see it. ld doesn't have bitcode support, it has libLTO support, and libLTO is what processes the bitcode.
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
2009 Dec 04
0
[LLVMdev] Transparent LTO on Mac OS X
John Criswell wrote: > Dear All, > > I'm trying to use transparent link-time optimization on Mac OS X. > > I've got Xcode 3.2 installed, and I'm trying to compile code with > llvm-gcc -O4. However, I get the following error: > > gcc -O4 -o dftables .libs/dftables.o > ld: warning: in .libs/dftables.o, file is not of required architecture > Undefined
2009 Jan 05
0
[LLVMdev] Potential Downtime of LLVM Server on Jan. 6
Dear All, Just a reminder that some work on our heating/cooling system will be done tomorrow between 8 am - noon Central time. If server room temperatures get too high, the IT staff will start shutting machines down. Since the LLVM server may need to be shut down on short notice, I can't guarantee that we can give you advance warning of it going offline. I strongly urge everyone to
2015 Feb 17
2
[LLVMdev] Google Summer of Code
Dear All, Has someone registered LLVM as an organization for Google Summer of Code 2015? I'm interested in mentoring a GSoC student this summer. -- John T. -- John Criswell Assistant Professor Department of Computer Science, University of Rochester http://www.cs.rochester.edu/u/criswell
2011 Dec 28
2
[LLVMdev] load widening conflicts with AddressSanitizer
________________________________ From: Kostya Serebryany [kcc at google.com] Sent: Wednesday, December 28, 2011 2:46 PM To: Criswell, John T Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] load widening conflicts with AddressSanitizer On Wed, Dec 28, 2011 at 12:40 PM, Criswell, John T <criswell at illinois.edu<mailto:criswell at illinois.edu>> wrote: Dear All, I think adding
2005 Jul 07
0
[LLVMdev] Compile a linux kernel with LLVM?
ymxia at nudt.edu.cn wrote: > Hi, > > I want to check some properties of linux kernel with llvm, but I don't know how to compile a > > linux kernel to an llvm's .bc file. I have let llvm's gcc front-end ignore inline assembly by > > modifying cfrontend/src/gcc/llvm-expand.c, and replace CC/as/ar in the Makefile of the kernel > > with
2004 Jul 26
2
[LLVMdev] LLVM Server Back Up
Dear All, Our main server is back up, and all LLVM services (CVS, website, etc) should be up and available for use. If you notice that something is wrong, please send an email to llvmdev at cs.uiuc.edu. Thanks! -- John T. -- ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu * * Research Programmer
2005 May 17
4
[LLVMdev] Testing Release 1.5
Dear All, I've finished building binaries for the GCC frontends and am now testing the 1.5 release branch on i386/Linux, Sparc/Solaris, and PowerPC/MacOS X. I'm looking for volunteers to test LLVM 1.5 on platforms that we don't have in house. I'm specifically looking for people who can do: Itanium FreeBSD/i386 Windows (Cygwin, MingW, etc) I'm mainly interested in major