search for: atse

Displaying 6 results from an estimated 6 matches for "atse".

Did you mean: ate
2011 Jan 13
3
[LLVMdev] llc linkage problem
I am using LLVM 2.8 on Ubuntu 10.10. (new to both) I change name of instruction on XXXInstrInfo.td ( Sparc, X86 and XCore). I looked into XXXGenAsmWriter.inc and I have seen the new instruction name. But when I run llc for the three targets it prints out the old instruction name. For example for XCore I change “divs” to “sdiv” like >From => def DIVS_l3r :
2010 Nov 25
1
[LLVMdev] Installing llvm on Windows Xp??
Could you pleas tell me how to install and run llvm-2.8 on Windows Xp. Pleas do not tell me to go to http://llvm.org/docs/GettingStarted.html ! I read everything and try to follow the steps but it doesn’t help me at all. Pleassss! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 13
0
[LLVMdev] llc linkage problem
On 13 January 2011 19:20, Atse Zeriakob <atsezeriakob at gmail.com> wrote: > For example in XCoreInstrInfo.td I change the name of one of the instruction > let say "divs" to "newdivs", > > like > def DIVS_l3r : FL3R<"newdivs", sdiv>; > > When I run llc with option -m...
2011 Jan 13
1
[LLVMdev] need help on llc option -march=?
I am using LLVM 2.8 on Ubuntu 10.10. (new to both) I change name of instruction on XXXInstrInfo.td ( Sparc, X86 and XCore). I looked into XXXGenAsmWriter.inc and I have seen the new instruction name. But when I run llc for the three targets it prints out the old instruction name. For example in XCoreInstrInfo.td I change the name of one of the instruction let say "divs" to
2013 Nov 05
1
FreeBSD 10.0-BETA3 now available
...le variables. o Add loader.conf(5) entries to import bootpool after boot when using full-disk encryption and ZFS. o Switch the default mtree to nmtree our new NetBSD derived mtree. o Remove the (unused) isf(4) driver. o Separate WITHOUT_CLANG and WITHOUT_CLANG_IS_CC. o Add atse(4), a driver for the Altera Triple Speed Ethernet MegaCore. o Fix a deadlock when trying to power off a USB device. o Support checking signature for pkg bootstrap from remote and for 'pkg add ./pkg.txz' o Fix long-standing issue with incorrect radix mask calculation....
2011 Jan 12
0
[LLVMdev] Assembly Printer
I am using LLVM 2.8 on Ubuntu 10.10. I change name of instruction on XXXInstrInfo.td ( Sparc, X86 and XCore). I looked into XXXGenAsmWriter.inc and I have seen the new instruction name. But when I run llc for the three targets it prints out the old instruction name. For example for XCore I change “divs” to “sdiv” like def DIVS_l3r : FL3R<"divs", sdiv>;// divs def