similar to: [LLVMdev] Restarting Web Server

Displaying 20 results from an estimated 80000 matches similar to: "[LLVMdev] Restarting Web Server"

2012 Mar 29
1
[LLVMdev] LLVM Web/SVN Server Downtime
Dear All, The llvm.org server will be down for about 15 minutes starting at 10 am CST on Friday. Our IT people will be replacing a bad RAM module. If there's any serious problem with doing the RAM replacement at 10 am, please email llvmdev. I picked 10 am because I'd like the RAM module replaced ASAP, and I doubt 10 am tomorrow will be a problem. -- John T.
2010 Jan 27
1
[LLVMdev] Web Server Restart
Dear LLVMers, I'll be restarting the LLVM web server in about 15 minutes (3:30 pm Central Time). It's a small web server configuration change, so it'll be a quick restart. For paranoia's sake, please refrain from doing SVN commits starting at 3:30. I'll email once the web server is back online. -- John T.
2009 Jul 20
1
[LLVMdev] Web Server Restart
Dear All, The LLVM web server is not responding. In true scientific fashion, I will try restarting it to fix the problem. I'll restart it in 3 minutes. -- John T.
2014 Aug 18
2
[LLVMdev] generating a dynamic callgraph with llvm-prof
Yes, the latest version can be downloaded from here https://github.com/liuml07/giri . The LLVM instrumentation code is in TracingNoGiri.cpp<https://github.com/liuml07/giri/blob/master/lib/Giri/TracingNoGiri.cpp> file and runtime code in Tracing.cpp. You may need to delete other unnecessary instrumentation code which you don't need. Thanks, Swarup. ________________________________
2012 May 28
1
[LLVMdev] [cfe-dev] About Address San...
Hi John and All, Thank you for the your inputs,we tried running Safecode with Liblto on our code base few weeks back,I'm very sorry to say this that we feel that safecode is not so stable and output is not so informative ,Please correct us if i'm wrong here. Thanks Again. ~Umesh On May 25, 2012 7:54 PM, "John Criswell" <criswell at illinois.edu> wrote: > On
2005 May 17
2
[LLVMdev] Testing Release 1.5
Alexander Friedman wrote: > On May 17, John Criswell wrote: > >>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
2014 Jun 24
2
[LLVMdev] Downtime for Installing New Certificate
Dear All, I just received the new SSL certificate for llvm.org. I'll be figuring out how to install it and then install it. The actual installation will require restarting the web and Subversion (SVN) server. As I expect it to be quick, I won't be announcing it on the lists, but if you have an operation interrupted, this will be the reason why. Regards, John Criswell
2005 May 17
1
[LLVMdev] Testing Release 1.5
Misha Brukman wrote: > On Tue, May 17, 2005 at 01:20:48PM -0500, John Criswell wrote: > >>Personally, I never use "gmake check." >> >>What I do is checkout everything out, build it, run the tests in >>"llvm/test," and then run all of the tests in the llvm-test CVS >>module. > > > I think the nightly test script can be used for
2007 Nov 08
0
[LLVMdev] Web Restart 7:00pm CST
Dear All, I'm planning to restart the web server around 10:00 pm CST. I'll send email out to the list 10 minutes before I commence the restart and once the restart is done. Thanks for your patience. -- John Criswell
2015 Mar 26
3
[LLVMdev] LLNL wants one of you (as an HPC compiler and tool developer)
If I'm not mistaken Q clearance would require US citizenship. ‎
2007 Nov 07
0
[LLVMdev] Web Server Restart
Dear LLVMers, I will be restarting the LLVM website tomorrow at 2:00 pm Central Standard Time. I will be adding a new virtual host. Unless something unexpected happens, there should be no noticeable downtime. However, I ask that people refrain from using the LLVM website or SVN services between 2:00 pm and 2:10 pm CST so that I don't interrupt any commits. I will send email to llvmdev
2005 May 17
0
[LLVMdev] Testing Release 1.5
On Tue, May 17, 2005 at 01:20:48PM -0500, John Criswell wrote: > Personally, I never use "gmake check." > > What I do is checkout everything out, build it, run the tests in > "llvm/test," and then run all of the tests in the llvm-test CVS > module. I think the nightly test script can be used for this specific task, after all, that's what it's designed
2014 Jun 15
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
@John: Since rDSA hasn't been used in ages, perhaps it's time we deleted it from the repository? It'll live on in SVN glory forever for interested parties, and will avoid some of the confusion about its purpose. Additionally, we probably shouldn't have entire directories of dead code in mainline O:). Given these reasons: mind if I remove it from trunk? ~Will On Sun, Jun 15,
2014 Jun 15
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Let's take Hello.cpp pass file from llvm/lib/Transform/Hello. Now I want to run clang -emit-llvm -c Hello.cpp(Hello.c).Means I want to apply this pass on itself.Then there are too many errors. On Sun, Jun 15, 2014 at 10:27 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/14/14, 6:02 AM, Prashanth Sharma wrote: > > Hi, > I applied some pass i.e. Hello pass on
2016 Jul 05
4
Suggestion to Stop Cross Posting Discussions
Dear All, Within the past few months, there have been several discussions that relate to LLVM and its sub-projects (such as the discussions on moving to Git and the Code of Conduct). To ensure that these discussions reach all community members, people have been cross-posting these messages to llvmdev, cfe-dev, and every other -dev you can think of. This is becoming a headache for me (and
2012 May 14
4
[LLVMdev] [SafeCode] Unable to build the LLVM from trunk
Hi All , Was trying to build the LLVM src from http://llvm.org/svn/llvm-project/llvm/branches/release_30 ,But unable to build the same and clang poped up with below error . llvm[1]: Compiling IntervalMap.cpp for Debug build In file included from /root/projects/safecode/llvm/lib/Support/IntervalMap.cpp:14: /root/projects/safecode/llvm/include/llvm/ADT/IntervalMap.h:1980:32: error: use
2019 Jan 31
6
[cfe-dev] [Github] RFC: linear history vs merge commits
On Wed, Jan 30, 2019 at 1:19 PM Eric Christopher via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On Wed, Jan 30, 2019 at 12:42 PM David Greene via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > > > Bruce Hoult via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > > > How about: > > > > > > Require a rebase, followed by git
2012 Aug 28
7
[LLVMdev] LLVM Austin Social
There are a bunch of us working on LLVM in Austin. So we're organizing a LLVM Austin Social in September. The social will be on Wednesday, September 12 from 5 pm at the BB Rovers Cafe and Pub. It'll be great to meet up with folks in Austin who are also interested in LLVM. Please reply and let me know if you plan on attending so that I can get a count. BB Rovers is on Jollyville road
2009 Oct 02
2
[LLVMdev] Web Server Restart
Dear All, I will be restarting the LLVM web server at 5:00 pacific time (7 pm Central time). I need to turn on includes for one of the virtual hosts. -- John T.
2005 May 13
6
[LLVMdev] LLVM 1.5 Release Plan
Dear All, First, we're pushing back the creation of the release branch until tonight. This means two things: 1. If you want something to go into LLVM 1.5, you have until I create the release branch to get it in. I am tentatively scheduling this for 5:00 pm today (CST). 2. If you don't want something to go into LLVM 1.5, please refrain from adding it until I create the release