search for: cs

Displaying 20 results from an estimated 35836 matches for "cs".

2012 Nov 14
1
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ents of usedPregSet. The attached Gcra includes code for this. It also moves the erasure of the subreg index out of the inner loop so that if a vreg appears multiple times in an instruction all subreg indexes will be cleared. - Lang. On Tue, Nov 13, 2012 at 2:58 PM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Lang - > > Your fix does prevent the assembler errors, but it doesn't seem to produce > correct assembly. > > I created a slightly modified version that, for each instruction that > includes a vreg, adds a check that the preg selected is not already i...
2013 Oct 31
2
isohybrid fails with: seek error - 3
That is with syslinux 4.05 on Slackware-14.0: bash-4.2# isohybrid -v /tmp/slint64-13.3720131030-dvd.iso catalogue offset: 561 ve[0]: 1, cs: 1 ve[1]: 0, cs: 1 ve[2]: 0, cs: 1 ve[3]: 0, cs: 1 ve[4]: 0, cs: 1 ve[5]: 0, cs: 1 ve[6]: 0, cs: 1 ve[7]: 0, cs: 1 ve[8]: 0, cs: 1 ve[9]: 0, cs: 1 ve[10]: 0, cs: 1 ve[11]: 0, cs: 1 ve[12]: 0, cs: 1 ve[13]: 0, cs: 1 ve[14]: 21930, cs: 21931 ve[15]: 43605, cs: 65536 de_boot: 136 de_media: 0 de_seg: 0...
2012 Nov 13
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...te > adds a new variable, preg_op, to hold the subregister of preg that will > be used for the operand currently being rewritten, and preg_op will be > set to a subreg of preg where appropriate. > > - Lang. > > > On Sun, Nov 11, 2012 at 10:30 AM, Susan Horwitz <horwitz at cs.wisc.edu > <mailto:horwitz at cs.wisc.edu>> wrote: > > Sorry about that. I created the assembly file and attached it (as > math.txt). > > Susan > > On 11/11/2012 12:41 AM, Lang Hames wrote: >> Hi Susan, >> >> It looks like...
2012 Nov 11
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...s a binary file. Alternatively you can attach > the LLVM assembly as text. You can generate an assembly file from > bitcode with: > > llvm-dis -o <asm file> <bitcode> > > Regards, > Lang. > > > On Fri, Nov 9, 2012 at 11:15 AM, Susan Horwitz <horwitz at cs.wisc.edu > <mailto:horwitz at cs.wisc.edu>> wrote: > > Thanks Lang, we are making progress! I no longer get the failed > assertion, but the code I'm using for vregs that don't get > allocated a preg, and thus need to be spilled and re-loaded is >...
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...(or to whom) is the > best place to report these and iterate until we fix them? > > Ted Neward > Java, .NET, XML Services > Consulting, Teaching, Speaking, Writing > http://www.tedneward.com > > > >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Seung Jae Lee >> Sent: Tuesday, February 12, 2008 9:20 PM >> To: llvmdev at cs.uiuc.edu >> Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio >> 2005? >> >> I simply found...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...eference to `llvm::outs()' > tutorial1.cpp:(.text+0x72): undefined reference to > `clang::TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream&, > clang::DiagnosticOptions const&, bool)' > tutorial1.cpp:(.text+0xd7): undefined reference to > `clang::DiagnosticsEngine::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> > const&, clang::DiagnosticConsumer*, bool)' > tutorial1.cpp:(.text+0xf4): undefined reference to > `clang::LangOptions::LangOptions()' > tutorial1.cpp:(.text+0x125): undefined reference to > `c...
2012 Nov 13
5
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ame class as 'vreg'. The update adds a new variable, preg_op, to hold the subregister of preg that will be used for the operand currently being rewritten, and preg_op will be set to a subreg of preg where appropriate. - Lang. On Sun, Nov 11, 2012 at 10:30 AM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Sorry about that. I created the assembly file and attached it (as > math.txt). > > Susan > > On 11/11/2012 12:41 AM, Lang Hames wrote: > > Hi Susan, > > It looks like the bitcode you have attached is corrupted. You should > make sure to att...
2009 Jan 27
3
[LLVMdev] Hitting assertion, unsure why
...I hit with optimizations off but through a different method. I've tried the strip-debug method and that doesn't seem to help, any other ideas or tips where I can look to further debug this issue would be very helpful. Thanks, Micah -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Bill Wendling Sent: Thursday, January 15, 2009 3:32 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Hitting assertion, unsure why Other than not using debugging ('-g' and the like), not really. :-( I think that Devang...
2011 Nov 14
2
[LLVMdev] Transferring value* in LLVM
...; >>> Thank you. >>> >>> Yakov >>> >>> >>> >>> ______________________________ _________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >>> http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/ mailman/listinfo/llvmdev >>> <http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/l...
2011 Aug 13
2
[LLVMdev] Order of code generation
...configure LLVM. I think you also need to build with assertions enabled. Ciao, Duncan. > > Cameron > > On Aug 12, 2011, at 2:59 PM, محمد ﻋﻤﺮ ﺩﻫﻠﻮﻯ wrote: > >> I need help with visualizing graphs before and after instruction selection. >> The llc options listed in the docs do not work as specified. >> >> -Omer >> >> 2011/8/8 Rafael Ávila de Espíndola <rafael.espindola at gmail.com >> <mailto:rafael.espindola at gmail.com>> >> >> On 08/06/2011 02:40 AM, Sanjoy Das wrote: >> > Hi! >> >...
2002 Nov 08
1
[LLVMdev] Iterating on the DSGraph... (fwd)
...ar pointer > DSNodeHandle& ptrNode = funcGraph.getNodeForValue(ptr); > DSNode* target = ptrNode.getNode(); // cannot be NULL > > > (Chris, am I right that a scalar pointer always points to some > graph node?) > > --Vikram > > > From llvmdev-admin at cs.uiuc.edu Fri Nov 8 17:18 CST 2002 > Received: from dcs-server1.cs.uiuc.edu (dcs-research1-server1.cs.uiuc.edu [128.174.244.4]) > by tank.cs.uiuc.edu (8.9.3/8.9.3) with ESMTP id RAA02614; > Fri, 8 Nov 2002 17:18:04 -0600 (CST) > Received: from dcs-server2.cs.uiuc.edu (dcs-server2.cs.u...
2009 Mar 23
3
[LLVMdev] Wiki?
...hich wiki's pretty printing are you thinking of in particular? >>> >>> I like Wikipedia's use of http://en.wikipedia.org/wiki/GeSHi . >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >>> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu &...
2005 Sep 14
2
OT - has my email domain been hijacked?
...livered. ?The next line contains a second error message which is a general translation for other e-mail servers. Please direct further questions regarding this message to your e-mail administrator. --AOL Postmaster ? ?----- The following addresses had permanent fatal errors ----- <acardi at cs.com> <adorablealicia at cs.com> <aclaudet at cs.com> <acarter5 at cs.com> <acrader at cs.com> ? ?----- Transcript of session follows ----- ... while talking to air-yg01.mail.aol.com.: >>> RCPT To:<acrader at cs.com> <<< 550 MAILBOX NOT FOUND 550 &...
2009 Jan 28
0
[LLVMdev] Hitting assertion, unsure why
...od. > > I've tried the strip-debug method and that doesn't seem to help, any > other ideas or tips where I can look to further debug this issue would > be very helpful. > > Thanks, > Micah > > > > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Thursday, January 15, 2009 3:32 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Hitting assertion, unsure why > > Other than not using debugging ('-g' and the like), not re...
2008 Apr 02
3
[LLVMdev] Retrieving local variable names.
Is this something that will happen in future? Or there is no plan for it? Thanks, Ali -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Evan Cheng Sent: Wednesday, April 02, 2008 10:30 AM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Retrieving local variable names. It's not currently available. LLVM would have to propagate debug information through all...
2012 Nov 11
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
...s corrupted. You should make sure to attach it as a binary file. Alternatively you can attach the LLVM assembly as text. You can generate an assembly file from bitcode with: llvm-dis -o <asm file> <bitcode> Regards, Lang. On Fri, Nov 9, 2012 at 11:15 AM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Thanks Lang, we are making progress! I no longer get the failed > assertion, but the code I'm using for vregs that don't get allocated a > preg, and thus need to be spilled and re-loaded is causing assembler errors. > > I suspect the problem is my cod...
2006 May 09
0
[LLVMdev] Fwd: [TSG-Announce] major CS department IT services outage on May 21 starting at 9pm
Just a warning that the LLVM web site and CVS server are likely to be affected by the following maintenance work on May 21. Many of our software utilities are automounted from DCSfiles. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.cs.uiuc.edu/ Begin forwarded message: > From: "Frank E Penrose" <fep at uiuc.edu> > Date: May 9, 2006 9:01:38 AM CDT > To: <tsg-announce at cs.uiuc.edu> > Subject: [TSG-Announce] major CS department IT se...
2014 Sep 03
2
[LLVMdev] C Backend Ressurected
...custom > > backend vs. the C backend, then the C backend is sometimes preferable in > > my experience although it depends on the complexity of the code you are > > trying to run and how often you need to change it. > > > > > > > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > > *On Behalf Of *Jim Grosbach > > *Sent:* Tuesday, August 19, 2014 2:12 PM > > *To:* Bruce Hoult > > *Cc:* llvmdev at cs.uiuc.edu > > *Subject:* Re: [LLVMdev] C Backend Ressurected > > > > > > > &g...
2011 Nov 14
0
[LLVMdev] Transferring value* in LLVM
...; Thank you. >> >> Yakov >> >> >> >> ______________________________ _________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> <mailto:LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu>> >> http://llvm.cs.uiuc.edu <http://llvm.cs.uiuc.edu/> >> http://lists.cs.uiuc.edu/ mailman/listinfo/llvmdev >&...
2013 May 11
3
[LLVMdev] LLVM ERROR: Cannot select
...; [ID=5] >> 0xa7a5628: i32 = undef [ORD=737] [ID=2] >> 0xa76e088: i8 = Constant<31> [ID=6] >> >> >> ______________________________**___________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/__**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/__mailman/listinfo/llvmdev> >> <http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists....