search for: nondot

Displaying 20 results from an estimated 5255 matches for "nondot".

2016 Apr 29
2
XDEBUG build bots?
.... This might make it easier to setup some build bots. Thank you, Filipe On Fri, Apr 22, 2016 at 8:40 PM, Geoff Berry via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Bugs filed: > 27488 <https://llvm.org/bugs/show_bug.cgi?id=27488> librarie Scalar O > unassignedbugs at nondot.org NEW --- [StructurizeCFG] lit test hits assert > in verifyDomTree when compiled w/ XDEBUG > <https://llvm.org/bugs/show_bug.cgi?id=27488> 14:34:06 > 27487 <https://llvm.org/bugs/show_bug.cgi?id=27487> librarie Scalar O > unassignedbugs at nondot.org NEW --- [LoopVersionin...
2007 Aug 10
2
[LLVMdev] c const
This certainly doesn't occur in gcc mainline. In fact, I improved the error message, and added a error test to gcc just yesterday. On 8/9/07, Chris Lattner <sabre at nondot.org> wrote: > On Wed, 8 Aug 2007, Nikhil A. Patil wrote: > > I think I found a bug. I don't know if it's in upstream gcc or llvm-gcc4. > > Looks like a bug, please file a bugzilla entry. > > -Chris > > > int func() > > { > > const int *arr; &g...
2007 Aug 10
0
[LLVMdev] c const
...oved the error message, and added a error test to gcc > just yesterday. Yep, clang reports: t.c:4:12: error: read-only variable is not assignable arr[0] = 1; ~~~~~~ ^ 1 diagnostic generated. so this is specific to llvm-gcc somehow. -Chris > On 8/9/07, Chris Lattner <sabre at nondot.org> wrote: >> On Wed, 8 Aug 2007, Nikhil A. Patil wrote: >>> I think I found a bug. I don't know if it's in upstream gcc or llvm-gcc4. >> >> Looks like a bug, please file a bugzilla entry. >> >> -Chris >> >>> int func() >>>...
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
...002 17:18:02 -0600 (CST) > Received: from dcs-server1.cs.uiuc.edu (dcs-server1.cs.uiuc.edu [128.174.252.1]) > by dcs-server2.cs.uiuc.edu (8.12.5/8.12.5) with ESMTP id gA8NHdlZ026097 > for <llvmdev at dcs-server2.cs.uiuc.edu>; Fri, 8 Nov 2002 17:17:39 -0600 (CST) > Received: from nondot.org (nondot.cs.uiuc.edu [128.174.245.159]) > by dcs-server1.cs.uiuc.edu (8.9.3/8.9.3) with ESMTP id RAA17467 > for <llvmdev at cs.uiuc.edu>; Fri, 8 Nov 2002 17:17:39 -0600 (CST) > Received: by nondot.org (Postfix, from userid 501) > id 5523617C1CE; Fri, 8 Nov 2002 18:25:04 -05...
2016 Apr 22
2
XDEBUG build bots?
Yeah, they are just triggered by lit check tests. I’ll file some bugs today, though it looks like Quentin may have already filed bugs for some of these. -- Geoff Berry Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: Daniel Berlin [mailto:dberlin at dberlin.org] Sent: Friday,
2005 Apr 25
4
[LLVMdev] trig language-like code generator generator
...rator generators. i am evaluating many possbile code generation libraries. at present i give me preferrence to "Prop": http://www.cs.nyu.edu/leunga/www/prop.html and it's portable too. are there any other good library you could recommend? On 4/25/05, Chris Lattner <sabre at nondot.org> wrote: > On Mon, 25 Apr 2005, Tzu-Chien Chiu wrote: > > http://portal.acm.org/citation.cfm?id=75700 > > Oh, tWig. :) Yes, tree pattern matching is exactly the direction we are > heading. We are slowly making the code generators more and more > automatically generate...
2005 Mar 12
1
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
I commented this line and it is compiling now: extern void *malloc ARGS((unsigned)); I hope that will not cause a different kind of problem. What it is zalloc used for? Thanks --- Chris Lattner <sabre at nondot.org> wrote: > On Sat, 12 Mar 2005, xavier wrote: > > > It seems that this happened before but I do not know the details: > > http://llvm.cs.uiuc.edu/testresults/SparcV9/2004-12-07.html > > Yup, this patch should fix it: > http://mail.cs.uiuc.edu/pipermail/llvm-commit...
2005 Apr 24
2
[LLVMdev] trig language-like code generator generator
http://portal.acm.org/citation.cfm?id=75700 On 4/25/05, Chris Lattner <sabre at nondot.org> wrote: > On Sun, 24 Apr 2005, Tzu-Chien Chiu wrote: > > i'd like to know if there is any plan or existing work to add a Aho's > > trig language like code generator generator? > > Trig is a code generator generator? Is there any documentation for it > availa...
2007 Aug 08
2
[LLVMdev] c const
...9;func': main.c:4: error: assignment of read-only location The difference disappears when arr[0] is replaced by *arr. (I tried the above with gcc 4.1.2, 3.4.6, 4.0.3. (I don't have access to 4.0.1, off which llvm-gcc seems to be derived.) nikhil On 08/08/2007, Chris Lattner <sabre at nondot.org> wrote: > This property isn't preserved on the llvm ir, because const can always > be cast away. If you want mod information, then I suggest using the > aliasanalysis interface to get mod ref info for a call. > > -Chris > > http://nondot.org/sabre > http://llvm.o...
2007 Jul 03
2
[LLVMdev] Question about Constant Expressions
How hard would it be to compile this pass and add it to the passes that opt can run? Is this something I should be able to do relatively quickly? What was the name of the file(s) that implemented the pass? Thanks, Ben On 7/3/07, Chris Lattner <sabre at nondot.org> wrote: > On Tue, 3 Jul 2007, Anton Korobeynikov wrote: > >> We used to have a 'lowerconstantexpr' pass in transforms/scalar. I don't > >> know how to see deleted files in svn though. > > They should be "seen" in the certain revision, before...
2007 May 29
2
[LLVMdev] Developer Meeting videos
...reciate it if someone would write a blurb >> describing an overview of the meeting, etc at the top. >> >> Also, Scott, please let me know when it's ok to add your video to the >> page. >> >> Enjoy, >> >> -Chris >> >> -- >> http://nondot.org/sabre/ >> http://llvm.org/ >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -Chris -- http://nondot.org/sab...
2008 Mar 19
3
[LLVMdev] 16 bit integers
...gets; (2) llvm doesn't currently support any 16 bit targets > (but could with a little work). So you are out of luck unless > you are willing to work on it. Note that if you only care about C/ObjC (not C++, fortran, ada, etc) that clang may be a good option for you. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2005 Mar 15
2
[LLVMdev] Dynamic Creation of a simple program
...ructTy (a PATypeHolder) is // kept up-to-date. NewSTy = StructTy.get(); ========================= It gives this error in the last line: invalid conversion from `llvm::Type*' to `llvm::StructType*' How can I create such a recursive DS? Thanks! --- Chris Lattner <sabre at nondot.org> wrote: > On Mon, 14 Mar 2005, xavier wrote: > > > Could please somebody give some guidelines? Maybe I can compile a > > program with the LLVM and then load the bytecode in memory and finally > > dump some kind of text/XML representation which I will use to underst...
2005 Apr 25
1
[LLVMdev] trig language-like code generator generator
...d code elimination, machine idioms and instruction combining. at present these low-level optimization passes/modules must be implementation ad hoc for each target. there is no low-level target-independent optimization passes. please correct me if i am wrong. On 4/25/05, Chris Lattner <sabre at nondot.org> wrote: > On Mon, 25 Apr 2005, Tzu-Chien Chiu wrote: > > i'd like to know what progress you guys have made (not on cvs?). > > Everything is in CVS. Noone is currently working on automating the > pattern matching generator process yet. Before doing that, there are a &...
2008 Apr 27
8
[LLVMdev] Two new 'llvmnotes'
Hi all, For anyone interested, I posted two new ideas for changes to the LLVM IR. The first is basically a cleanup, the second is a major new feature: Eliminating the 'Void' Type: http://nondot.org/sabre/LLVMNotes/EliminatingVoid.txt Aggregates as First Class Values: http://nondot.org/sabre/LLVMNotes/FirstClassAggregates.txt Thanks to Dan Gohman for convincing me that aggregates as first class values is really possible, I think it is a great idea. -Chris
2005 Apr 25
0
[LLVMdev] trig language-like code generator generator
...atterns for each instruction in the .td files, which are parsed by the tablegen tool. Tablegen then parses these files and emits various chunks of the code generator. It would emit the instruction selector from the patterns in the .td file. -Chris > On 4/25/05, Chris Lattner <sabre at nondot.org> wrote: >> On Mon, 25 Apr 2005, Tzu-Chien Chiu wrote: >>> http://portal.acm.org/citation.cfm?id=75700 >> >> Oh, tWig. :) Yes, tree pattern matching is exactly the direction we are >> heading. We are slowly making the code generators more and more >>...
2007 Aug 09
0
[LLVMdev] c const
...of read-only location > > The difference disappears when arr[0] is replaced by *arr. > > (I tried the above with gcc 4.1.2, 3.4.6, 4.0.3. (I don't have access > to 4.0.1, off which llvm-gcc seems to be derived.) > > nikhil > > On 08/08/2007, Chris Lattner <sabre at nondot.org> wrote: >> This property isn't preserved on the llvm ir, because const can always >> be cast away. If you want mod information, then I suggest using the >> aliasanalysis interface to get mod ref info for a call. >> >> -Chris >> >> http://nondot....
2005 Apr 24
0
[LLVMdev] trig language-like code generator generator
...he .td files, then build use an optimal code generator generator to emit the matching code. This processes of increased automation has been happening slowly over the years, but we've made good progress. Are you interested in helping out? -Chris > On 4/25/05, Chris Lattner <sabre at nondot.org> wrote: >> On Sun, 24 Apr 2005, Tzu-Chien Chiu wrote: >>> i'd like to know if there is any plan or existing work to add a Aho's >>> trig language like code generator generator? >> >> Trig is a code generator generator? Is there any documentation f...
2007 Feb 27
2
[LLVMdev] another problem with function arguments aligment
I think, we must move function arguments lowering from frontend to LLVM core. This lowering is generating machine dependent bytecode. See http://llvm.org/bugs/show_bug.cgi?id=1230 Lauro 2007/2/26, Chris Lattner <sabre at nondot.org>: > On Mon, 26 Feb 2007, Lauro Ramos Venancio wrote: > > The problem is: llvm-gcc generates the same bytecode for both functions: > > > > declare void @f(i32, i64) > > declare void @g(i32, i64) > > > > I can't differ an i64 argument from a struct ar...
2003 Nov 09
4
[LLVMdev] LLVM namespac'ification
...back to the issues that I had integrating LLVM with MSSP, will the code in include/Support also be put in the llvm namespace? That will solve many problems and help prevent others. Rahul ---- Original message ---- >Date: Sun, 9 Nov 2003 10:13:03 -0600 (CST) >From: Chris Lattner <sabre at nondot.org> >Subject: [LLVMdev] LLVM namespac'ification >To: LLVMdev List <llvmdev at cs.uiuc.edu> > > >This is just a heads up: Reid Spencer is working up a changeset for LLVM >which will put all of the LLVM classes into an 'llvm' namespace. This >will make...