similar to: [LLVMdev] interactive llvm interpreter?

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] interactive llvm interpreter?"

2009 Mar 05
0
[LLVMdev] interactive llvm interpreter?
On Mar 5, 2009, at 8:54 AM, Mattias Holm wrote: > Hi, > > Does any interactive llvm interpreter exist or is there one being > developed at the moment? What I am talking about is something like LLI > but interactive so that it is possible to step through LLVM code > statement by statement and inspect the results of various expressions. > This would for example greatly simplify
2009 Mar 05
1
[LLVMdev] interactive llvm interpreter?
On Thursday 05 March 2009 17:50:31 Chris Lattner wrote: > On Mar 5, 2009, at 8:54 AM, Mattias Holm wrote: > > Does any interactive llvm interpreter exist or is there one being > > developed at the moment? What I am talking about is something like LLI > > but interactive so that it is possible to step through LLVM code > > statement by statement and inspect the results of
2009 Jan 16
1
[LLVMdev] poolallocation error
Hi all, I too am getting this error for x86_64 when I am trying to use the Data Structure Analysis ...I svn upped both the llvm main branch and the poolalloc today in the morning and recompiled everything from scratch : $ opt -load /home/pprabhu/llvm/llvm-install-x86-64/lib/libpoolalloc.so -ds-aa < o.bc opt: /home/pprabhu/llvm/llvm/lib/VMCore/PassManager.cpp:1418: virtual void
2008 Nov 19
2
[LLVMdev] poolallocation error
Hi, I am trying to use the poolallocator. More specific, I am trying to play around with the pointer compression pass. Though, I get assertion failures for the pass dependencies. This is when it in PointerCompress::getAnalysisUsage tries to register the the BU pass as required. I.e. when AU.addRequired<CompleteBUDataStructures>(); is called. $ opt -f -load
2009 Jan 19
0
[LLVMdev] poolallocation error
Dear Prakash, Yes, DSA is still in active use, although nobody else uses the -ds-aa pass as far as I know. I tried the below sample (although ds-aa should be in libLLVMDataStructure.so and not libpoolalloc.so), and I get the same error. I've seen similar problems with other passes in our work here. My guess is that -ds-aa is requiring two passes that claim to invalidate each other; this
2009 Jan 21
1
[LLVMdev] poolallocation error
Dear Prakash, I believe I've fixed the problem you were having with ds-aa. Please update your poolalloc tree, recompile, and let me know if it works. -- John T. Criswell, John T wrote: > [snip] > > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf Of Prakash Prabhu [prakash.prabhu at gmail.com] > Sent:
2009 May 14
2
[LLVMdev] Fusing GEPIs
Hi, Is there any standard pass or something that can fuse chained GEPIs? I.e. turning b = getelementptr a, 10, 1 c = getelementptr b, 0, 3 d = getelementptr c, 0, 5 into: d = getelementptr a, 10, 1, 3, 5 In our case this would greatly simplify some analysis passes, at the moment we have to trace back a gepi-chain and extract all the indices manually (the original object is available
2008 Dec 09
1
[LLVMdev] how to make llvm-ld pass -m64 to as?
A quick question, is there any way to make llvm-ld pass -m64 to the assembler (when running llvm-ld with -native). By default AS generate 32 bit code on OS X (x86)? Regards, Mattias
2009 Mar 20
1
[LLVMdev] Garbage collection: Multiple copies of a root
Another open question is who is responsible for inserting calls to the collector routine (or signaling a collector thread)? My impression is that this has to be done in the front-end for now since there is no support for doing this at the safe points at the moment. Is this correct? Regards, Mattias On 20 Mar 2009, at 13:09, Gordon Henriksen wrote: > On 2009-03-20, at 05:09, Harmen
2014 Mar 24
2
installing extlinux on a fresh system. Why does it fail ?
Thanks I let GParted create the file system. It was done on a rescue disk of Ubuntu 12.04 (GParted 0.11.0) I think that the problem is in my command line. Mau On Mon, Mar 24, 2014 at 4:04 PM, Mattias Schlenker <ms at mattiasschlenker.de>wrote: > Am 24.03.2014 14:13, schrieb Mau Z: > > Hi All, >> >> I am trying to install extlinux on a fresh system. >>
2006 Nov 14
3
Caller ID in Sweden not working and looking for and voices
Hi! I am getting inbound caller ID fine bout not out. I am in Sweden and suing Rixtelcom /POrt80 as provider. anyone knowing what is wrong? Also is anyone knowing about Swedish voices to trixbox/Asterisk? I have male now and am looking fro female voices. Regards Mattias -- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38
2014 Jan 22
2
wiki account request
On Wed, Jan 22, 2014 at 7:12 AM, Mattias Schlenker <ms at mattiasschlenker.de> wrote: > Am 22.01.2014 12:44, schrieb Thomas Schmitt: > >> >> Thanks. >> >> I have now edited >> >> http://www.syslinux.org/wiki/index.php/Hardware_Compatibility#USB-Miscellaneous > > > Might I request write access as well? I think we should also update the >
2014 Apr 29
1
Syslinux 64 EFI boot WIM
Am 29.04.2014 07:59, schrieb H. Peter Anvin: > On 04/23/2014 03:37 PM, Romine, Bryan wrote: >> Is it possible to boot a Windows image file (.wim) directly from >> Syslinux 6.xx EFI? If not, is this a feature that will ever be added? >> This may be related to bug #17: >> http://bugzilla.syslinux.org/show_bug.cgi?id=17 >> > It probably requires someone to step up
2014 Sep 29
2
Determine from which device syslinux booted from
Am 29.09.2014 um 21:51 schrieb Don Cupp: > Renato, > > I don't think it would take that long to make a little script that even an XP user could use to generate GPT formatted thumb-drives. Win32DiskImage rulez. :-D Bonus: No more geometry problems on old BIOSes. Just create a nice GPT formatted image with a cool protective MBR. This can even expose the first partition via
2014 Sep 29
0
Determine from which device syslinux booted from
The RAW nature of Disk Imager fails to leverage the unique intentions of UUID to surmount the problems of multiple bootable drives in the same system for purposes of knowing which one you actually booted from and should continue to use. On Monday, September 29, 2014 1:03 PM, Mattias Schlenker <ms at mattiasschlenker.de> wrote: Am 29.09.2014 um 21:51 schrieb Don Cupp: > Renato, >
2014 Feb 28
3
i2c bus access
Am 27.02.2014 20:49, schrieb H. Peter Anvin: > I2C can be provided through an almost infinite number of controllers, > and building an I2C subsystem in Syslinux would be a good step toward > making it a fullblown operating system. Why not use linux as bootloader? Booting a (rather small) linux kernel with I?C support and either shutting down or kexecing another linux kernel (plus
2013 Jun 24
2
qemu images
On Jun 24, 2013 3:28 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > > Not unless you explicitly force the OS to include a driver. http://www.syslinux.org/wiki/index.php/MEMDISK#-_Drivers_that_detect_the_MEMDISK_mapped_floppy.2Fdisk.2FISO_image > mattias <mj at mjw.se> wrote: > > >ah i meen that > >so i can boot e.g windows xp? > >let's
2015 Dec 09
1
Adding an AD group to /etc/sudoers?
ok after fighting to get my groups sorted out for my test user I created an "sudoer" group and added "jefftest" to "sudoer" > id jefftest uid=11507(jefftest) gid=8513(domain users) groups=8513(domain users),31020(sudoer) and added "sudoer" to /etc/sudoers like so %sudoer ALL=(ALL) ALL now when I login as jefftest I can run commands using sudo back to
2006 Nov 27
1
Asterisk Feature Codes won't work
Hi all! I get problem with *11, *12 for instance. The won't work. I get a message that the phone "extension can't be fund for *11" and for *12 will I get "A Error". Any idea? //Mattias -- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-641 38 97 Email: eskes1@gmail.com -------------- next part
2007 Jun 04
5
Sorting and getting occurrences of search in hit
Is there any way you could get the number of occurrences of the search in one hit? In a result I get the ferret_rank and ferret_score but not how many hits the search generated in the current record. I would also like to be able to sort after this when I search. /mattias -- Posted via http://www.ruby-forum.com/.