similar to: [LLVMdev] Enhancing the Trident compiler

Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Enhancing the Trident compiler"

2008 Dec 29
0
[LLVMdev] Enhancing the Trident compiler
Hi, I'm not sure, but I think you should do point 'e' first - unless you want to implement 'a' to 'd' first for 1.5 and then again for 2.4. Best regards, Nico On Dec 29, 2008, at 1:44 PM, Elvis Dowson wrote: > Hi, > Would anyone happen to know if there are any efforts underway > at enhancing the Trident compiler? > > Some of the things that I
2008 Dec 29
1
[LLVMdev] Enhancing the Trident compiler
Hi Nico, Yes, that's true! :-) I just listed it in order of short-comings of the existing compiler. I've been reading up on existing tools, and it would appear that a couple of commercial tools exist, most notably Xilinx AutoESL, which supports C, C++, SystemC and M-code. Others support better C functionality, e.g. c-to-verilog, which does not have the current
2008 Dec 28
2
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Thanks Anton, Yes, I just realized this. I am going through the steps now. So, you're saying that Trident will not work with llvm-2.4? If I have to use llvm-1.5, which is the corresponding C front end? I couldn't locate the C front end package on the Trident Compiler website. Best regards, Elvis Dowson On Dec 29, 2008, at 2:43 AM, Anton
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi, I'm new to LLVM and I want to setup the Trident Compiler system on Mac OS X. I downloaded the llvm-gcc-4.2-2.4.source.tar.gz package, created a build directory and ran the following command to configure $ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable- checking --enable-languages=c,c++ $ make -j 2 Configure works fine, but I get the following error
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis > $ ../src/configure --program-prefix=llvm- --disable-bootstrap > --enable-checking --enable-languages=c,c++ You haven't configured llvm-gcc properly. Please do read readme.llvm file. However, afair, Trident was LLVM 1.5-based, and it will require massive rewrite to use LLVM 2.x (bytecode format was also changed) -- With best regards, Anton Korobeynikov Faculty of
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi, Elvis > So, you're saying that Trident will not work with llvm-2.4? No idea, but most probably - yes, it won't work. > If I have to use llvm-1.5, which is the corresponding C front end? I > couldn't locate the C front end package on the Trident Compiler website. I think you might try to grab some old source package from llvm-1.5 days. However, it was pre gcc-3.4-based
2008 Dec 29
3
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
Hi Anton, Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the following error: xgcc: installation problem, cannot exec `gccas': No such file or directory make[2]: *** [libgcc/./_muldi3.o] Error 1 make[2]: *** Waiting for unfinished jobs.... xgcc: installation problem, cannot exec `gccas': No such file or directory make[2]: *** [libgcc/./_negdi2.o] Error 1 make[1]:
2015 Mar 30
0
[ANNOUNCE] xf86-video-trident 1.3.7
Adam Jackson (4): Remove mibstore.h Use own thunk functions instead of vgaHW*Weak shadow: shadowInit -> shadowAdd/Remove Stop using deprecated xf86PciInfo.h Matt Turner (1): xf86-video-trident 1.3.7 Timo Aaltonen (1): Fix loading the driver without XAA git tag: xf86-video-trident-1.3.7
2017 Jan 17
0
[ANNOUNCE] xf86-video-trident 1.3.8
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Matt Turner (1): xf86-video-trident 1.3.8 git tag: xf86-video-trident-1.3.8 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-trident-1.3.8.tar.bz2 MD5: ea23158dc50a5bf48a0596b8375ff01f xf86-video-trident-1.3.8.tar.bz2 SHA1: 8d6aa7a52dad9029b54f41ec817bdc4ece44dec3 xf86-video-trident-1.3.8.tar.bz2
2008 Mar 19
0
[ANNOUNCE] xf86-video-trident 1.3.0
Adam Jackson (3): Death to RCS tags. Fix distcheck trident 1.3.0 Dave Airlie (1): initial trident pciaccess support Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-trident-1.3.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-trident-1.3.0.tar.bz2 MD5: e89799579d0cf3858362bd751469e0bf xf86-video-trident-1.3.0.tar.bz2 SHA1:
2000 Mar 01
2
TriDent (was: Safe and stable)
Ok, anyone know if we're subject to the same bug as MS fixed in 95B vredir.vxd? A test, with log level 3, sound like it's in order. --dave -- David Collier-Brown, | Always do right. This will gratify some people 185 Ellerslie Ave., | and astonish the rest. -- Mark Twain Willowdale, Ontario | //www.oreilly.com/catalog/samba/author.html Work: (905) 415-2849 Home: (416)
2005 Sep 05
1
Help - Serious samba problem with Excel
Hi, Damn I hate upgrades. After updating at the weekend to FreeBSD 5.4-R in a fresh install our samba server just doesn't want to play ball. I have managed to get Samba3 working ok apart from when it comes to using Excel documents. If a user has an excel document open and another user tries to open it, Excel 2003 will fail with 'Unable to open the file, it may be read-only or
2005 Jun 28
2
Sudden IMAP problem - UID Errors
Hi, We have quite happily been running dovecot with no issues at all for approx. two years now and have had no problem whatsoever. Great work :) BUT (there is always a but!).... yesterday one of our users started complaining that they were having issues with their mail. I checked and although they can still view their IMAP mailbox ok it constantly throws up error messages such as: "The
2008 Dec 29
0
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
2008/12/28 Elvis Dowson <elvis.dowson at mac.com> > Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the > following error: > gccas is one of the LLVM tools; you have to build them before building llvm-gcc and you should configure llvm-gcc with the --enable-llvm=[...] flag unless the LLVM tools are in your PATH. See
2011 Nov 08
1
[LLVMdev] About hyperblock in LLVM
On Mon, Nov 07, 2011 at 09:34:04PM -0800, Andrew Trick wrote: > On Nov 3, 2011, at 3:20 AM, 王文涛 wrote: > > If so,LLVM have already gained the ability to produce hyperblock or I need to write codes to let LLVM produce hyperblock? > > You will not be able to represent hyperblocks without developing your own extensions to the IR. The extent to which you would be able to reuse LLVM
2001 Jul 08
1
different font and window behaviour w/ diff X servers
Hi: Like Gerard Patel mentioned on the developer's list I can confirm that Wine's behaviour _is_ now very dependant on which X server is used and to top it: also this behaviour is varying quite a bit depending on the Windows application which is run. I have font problems with XF86_SVGA on a Trident Video-107PCI (cheapy-cheapy) and not with XF86_S3 on a Diamond 2000 3D (old). The problem
2006 Jun 13
1
2 Courses Near You - (1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor, (2) R/Splus Fundamentals and Programming Techniques
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce: (1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor *** San Francisco / July 17-18, 2006 *** *** Chicago / July 24-25, 2006 *** *** Baltimore / July 27-28, 2006 *** *** Raleigh / July 17-18, 2006 *** ***
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I specified --host option for a cross compiling. Following are my configure options: ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj --host=x86_64-w64-mingw32 --disable-multilib The error: make[1]: Entering directory `/home/AutoESL/llvm-obj/lib/VMCore' make[1]: ***
2002 Dec 19
1
ISOLINUX: Boot problems
Hi, I'm trying to setup a Linux CD on mashine that will have nothing but a CDROM. Everything worked fine until I removed the HDD. From this moment on the CD doesn;t boot. I upgraded to Syslinux 2.0 but with no luck. The error message I got almost says it all: "Extremely broken BIOS", but can I ask for help if there some ideas how to fix this, cause if I put the HDD back the CD boots
2009 Feb 02
3
Question about key file formats used by OpenSSH
Hello OpenSSH developers, first post. I'm implementing SSH agent functionality in a program of mine, with the ability to add/remove keys files as saved by OpenSSH. So I'm trying to figure out which formats OpenSSH uses natively for the different types of keys. The only specification related to SSH key file formats I've found is RFC4716 (SSH Public Key File Format). Analysis of