similar to: [LLVMdev] llvm.org down

Displaying 20 results from an estimated 80000 matches similar to: "[LLVMdev] llvm.org down"

2006 Jul 25
0
[LLVMdev] llvm.org dns
Sorry all, I was out of town until now and didn't hear about the problem. I've updated the DNS record for LLVM.org, hopefully it should be fully propagated within a couple hours. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2002 Dec 07
0
[LLVMdev] Got bugs? Perhaps bugpoint can help...
Hey everyone. It sounds like 426 people are in for a fun weekend. It's possible that some of you may even have bugs in your code (I know, I know, not YOU... :) If this is you, read on... You might be interested in trying out the 'bugpoint' tool. It can help you when your pass crashes on a testcase. Merely tell it the input testcase and the name of your pass, and it will try to
2005 Feb 09
0
[LLVMdev] Add ability for external projects use for build installed version LLVM [PATCH]
On Mon, 7 Feb 2005, Vladimir Merzliakov wrote: >>> Also I have in Makefile.rules (but not include in patch) some modification >>> for simplify used common Makefile.rules in LLVM projects and non-LLVM >>> project (guarding some LLVM specific parts by ifdef >>> LLVM_OBJ_ROOT/LLVM_SRC_ROOT vars). >> >> I'm not sure about this, perhaps Reid
2003 Dec 01
0
No subject
This means that when a person logs into the samba server it will execute this file. You should possibly put this file on your NT server that's currently the PDC in the netlogon share there though, which would mean that presuming that samba authenticates ok back to the NT box, your users will transparently get a whole new bunch of drives, and won't need to worry about password maintenance
2007 Jul 17
0
[LLVMdev] LLVM website links broken (fwd)
fyi -Chris -- http://nondot.org/sabre/ http://llvm.org/ ---------- Forwarded message ---------- Date: Tue, 17 Jul 2007 13:02:45 +0200 From: Paul Melis <paul at floorball-flamingos.nl> To: sabre at nondot.org Subject: LLVM website links broken Hello, All links under http://llvm.org/docs/CommandGuide/ are broken, so I can't seem to find any detailed descriptions of the LLVM
2003 May 21
2
[LLVMdev] Bug submission instructions
FYI: I just posted a short document with instructions on how to submit a proper bug report. If you run into problems using LLVM, please let us know. The instructions indicate steps to properly narrow down the bug, which will make life easier for the bug-fixer. :) http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2007 Jul 04
1
[LLVMdev] LLVM Command Guide
Sure, sorry about that -- FYI, the "Maintained By" link goes to your email, so you might want to change that. Harry > On Wed, 4 Jul 2007, Harry Metcalfe wrote: > > Just thought I'd let you know that all the links at: > > http://llvm.org/docs/CommandGuide/index.html > > are broken. > > Thanks, I added this to PR1535. In the future, please email llvmdev
2009 May 19
2
[LLVMdev] memory lifetime and invariance
On May 19, 2009, at 12:32 AM, Nick Lewycky wrote: > Chris Lattner wrote: >> FYI, I wrote up some thoughts on this here: >> http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt >> >> The intention is to allow front-ends to express things like "I know >> this memory is a constant in this region" and to allow the optimizer/ >> codegen to perform
2009 May 20
0
[LLVMdev] memory lifetime and invariance
On Mon, May 18, 2009 at 3:02 PM, Chris Lattner <clattner at apple.com> wrote: > FYI, I wrote up some thoughts on this here: > http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt > > The intention is to allow front-ends to express things like "I know > this memory is a constant in this region" and to allow the optimizer/ > codegen to perform more aggressive
2009 May 18
5
[LLVMdev] memory lifetime and invariance
FYI, I wrote up some thoughts on this here: http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt The intention is to allow front-ends to express things like "I know this memory is a constant in this region" and to allow the optimizer/ codegen to perform more aggressive stack slot merging. -Chris
2009 May 19
0
[LLVMdev] memory lifetime and invariance
Chris Lattner wrote: > FYI, I wrote up some thoughts on this here: > http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt > > The intention is to allow front-ends to express things like "I know > this memory is a constant in this region" and to allow the optimizer/ > codegen to perform more aggressive stack slot merging. Very nice! Why does @llvm.invariant.end
2009 May 20
0
[LLVMdev] memory lifetime and invariance
Chris Lattner wrote: > On May 19, 2009, at 12:32 AM, Nick Lewycky wrote: > >> Chris Lattner wrote: >>> FYI, I wrote up some thoughts on this here: >>> http://nondot.org/sabre/LLVMNotes/MemoryUseMarkers.txt >>> >>> The intention is to allow front-ends to express things like "I know >>> this memory is a constant in this region" and
2005 Nov 19
6
[LLVMdev] LLVM + GCC Integration Proposal
FYI: http://gcc.gnu.org/ml/gcc/2005-11/msg00888.html It remains to be seen how well this will be accepted, but it gives some insight on what is being worked on. In any case, this probably won't have a large impact on the LLVM community, other than potentially more people working on it. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2006 Jun 28
9
Portland
Anyone out there in Portland. I''ll be in town this weekend, and was looking for advice from Rubyists on things to do. Thanks, Jake
2004 Jun 25
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Fri, 25 Jun 2004, Vladimir Merzliakov wrote: > Result night tester run at FreeBSD 5.1 accessable by URL > http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html > I can't guaranty run it per day base, sorry. Okay, sounds great. I added it to the page with a note to that effect: http://llvm.cs.uiuc.edu/testresults/ Thanks a lot for volenteering to run it. Also, if you notice
2005 Nov 28
1
[LLVMdev] LLVM + GCC Integration Proposal
On Tue, 22 Nov 2005, Marco Matthies wrote: > Chris Lattner wrote: >> FYI: >> http://gcc.gnu.org/ml/gcc/2005-11/msg00888.html >> >> It remains to be seen how well this will be accepted, but it gives some >> insight on what is being worked on. In any case, this probably won't have >> a large impact on the LLVM community, other than potentially more
2008 Jan 03
1
[LLVMdev] Utilizing gperf for TableGen
FYI, gperf is a very good perfect hash utility written originally by Doug Schmidt (of ACE fame). I used it in XPS for speeding up XML parsing by hashing all the element and attribute names. Unfortunately, its a code generator, which we're trying to get rid of in LLVM. Still, I recommend the tool highly. Reid. On Tue, 1 Jan 2008 13:04:57 -0800 Chris Lattner <sabre at nondot.org>
2004 Apr 02
0
[LLVMdev] Function pointers
So, here comes the next question:) Now the program compiles, but crashes when run, "Segmentation fault". %kernel = type { int ()* } int %puts_kernel() { ret int 0 } int %main() { %theKernel = alloca %kernel %puts_kernelPTR = getelementptr %kernel* %theKernel, long 1, ubyte 0 store int ()* %puts_kernel, int ()** %puts_kernelPTR ret int 0 } I want to learn how to
2008 Sep 25
1
Mailing list / dovecot.org down this weekend
Apparently the building where dovecot.org server is located will lose its electricity for something like 9-26 hours this weekend. During this time the mailing list will be down, but the web, hg and wiki will be available in another server. (Well, the wiki depends on if I can get moinmoin fixed on the server.) -------------- next part -------------- A non-text attachment was scrubbed...
2004 Jun 14
0
[LLVMdev] Memory Alignment, Heap allocation.
On Mon, 14 Jun 2004, Tobias Nurmiranta wrote: > A small question: How do I ensure memory alignment? I want all malloced > memory, globals and functions to be 4-byte aligned. Does llvm have any > ".align" keyword? In the medium term, we plan to add alignment requirements to the alloca/malloc instructions and to globals (vars/functions) but we do not have this yet. Currently