similar to: [LLVMdev] VC++ 2003

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] VC++ 2003"

2005 Mar 10
0
[LLVMdev] VC++ 2003
On Wed, Mar 09, 2005 at 04:07:19PM -0800, xavier wrote: > I was trying to know if LLVM 1.5 works better with VC++ 2003 and to > what extent. This link: > > http://llvm.cs.uiuc.edu/releases/1.5/ > > Referred to in : http://llvm.cs.uiuc.edu/docs/ReleaseNotes.html > > Is broken LLVM 1.5 hasn't been released yet. :) This is the current work-in-progress that will be
2005 Mar 09
2
[LLVMdev] Question
This is exactly what i m trying : opt -load /home/tsharma/ankur/llvm/Debug/lib/LLVMHello.so -hello <helloprog.bc> /dev/null Tanu Chris Lattner <sabre at nondot.org> wrote: On Wed, 9 Mar 2005, Tanu Sharma wrote: > I wrote a pass which randomizes basic blocks and insert new block.But > when i run another pass over it which simply lists all basic blocks I > don't get
2005 Mar 10
2
[LLVMdev] VC++ 2003
I am currently playing around with llvm using Visual C++ Express (beta). It works flawlessly. It takes a while to get started but once you do, everything is perfect. Make sure to get the latest CVS sources, the 1.4 release doesn't play nice with Visual Studio. Once you do, extract the file I attach to this email into the llvm\win32 folder. Then add llvm/win32\tools folder to a list of
2008 Dec 31
0
[LLVMdev] Win32 JIT issue + bug in ScheduleDAGSNodes.h?
2008/12/30 srs <skaflotten at gmail.com> > Óscar Fuentes wrote: > > srs <skaflotten at gmail.com> writes: > > > > > >>>> While testing my compiler on win32 in JIT mode, I ran into a couple of > >>>> issues: > >>>> > >>>> 1. I linked the compiler with the lib files resulting from the cmake >
2005 Feb 17
2
[LLVMdev] LLVM under MS VC++ 2005
I missed two files from the LLVM source code proper. These need reviewing and commiting. They are trivial changes that should not influence any other builds. Basically these functions are missing a return statement which Visual Studio 2005 Beta flags as an error rather than as a warning. I have put in dummy constructors in return statements to allow CodeGen and Target libraries to build. The
2008 Dec 31
5
[LLVMdev] Win32 JIT issue + bug in ScheduleDAGSNodes.h?
Óscar Fuentes wrote: > srs <skaflotten at gmail.com> writes: > > >>>> While testing my compiler on win32 in JIT mode, I ran into a couple of >>>> issues: >>>> >>>> 1. I linked the compiler with the lib files resulting from the cmake >>>> created VS.NET build. While everything built just fine, the >>>>
2004 Dec 23
2
[LLVMdev] A first!
Turns out it wasn't using the JIT. It was running the interpreter. The X86 stuff wasn't being linked in. Alas, once I "fixed" that, it stopped working. The JIT couldn't resolve the symbol "printf" and failed. But the interpreter could resolve it. Misha Brukman wrote: >On Wed, Dec 22, 2004 at 08:48:19PM -0800, Jeff Cohen wrote: > > >>I
2004 Dec 23
4
[LLVMdev] A first!
Misha, The "equivalent of dlsym" should be working just fine. Its called ltdl (libtool dynamic library) and is part of lib/System. Its interface is the DynamicLibrary class. The interpreter has already been modified to use this facility. So, if this is broken on windows, I'd like to know how, or why. Jeff, can you provide a test case that we can use to reproduce this problem?
2004 Dec 23
0
[LLVMdev] A first!
On Wed, Dec 22, 2004 at 11:01:37PM -0800, Jeff Cohen wrote: > Turns out it wasn't using the JIT. It was running the interpreter. The > X86 stuff wasn't being linked in. Alas, once I "fixed" that, it stopped > working. The JIT couldn't resolve the symbol "printf" and failed. But > the interpreter could resolve it. The interpreter has some hacks
2005 Mar 09
1
max number of conference rooms, and max number of conference callers in one room
Hi Guys, Does anyone have knowledge about max number of conference rooms, and max number of conference callers in one room? Thank you so much. jintwo __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
2005 Mar 08
1
machine account locations
OK I'm confused. Can machines be in ou=Computers,dc=somewhere,dc=net ? Every thing works fine if I configure so that machine accounts are created under ou=Users. If configured for machines to be in ou=Computers, I can't add a new machine. Error returned is "The user name could not be found." This is from the w2k machine itself. The release notes for 3.0.11 seem to say adding
2005 Mar 08
1
Help with multiple subnets
I have two subnets in may LAN 192.168.0.0/24 and 192.168.1.0/24. Both subnets go out to the Internet through a Linux box acting as a gateway, so the gateway has one interface in each subnet (192.168.1.1 and 192.168.0.1). In both subnets I have Windows and Linux machines and I want to configure SMB networking using a workgroup (not a domain), so one workgroup for more than one subnet. I know that
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI, and presumably this will be more efficient. Question, though: how well do either of these (AGI or FastAGI) scale if my system is handling a large
2005 Mar 05
0
[win32-file] Suggested API change
Hi all, As things stand now, to get the ACL for a file, it''s a two step process: File.get_permissions("some_file").each{ |acct,perm| p acct p File.securities(perm) } I was thinking of merging these two calls into one so that it would return a hash, with the account as the key, and the value would be an array of access rights. Or possibly an array of ACLStruct''s
2005 Mar 06
0
Ruby Developers Almanac
I think it would be a good idea if we have a wiki-based, ruby developers almanac (similar to http://www.javaalmanac.com/). Learning by example is the best way to learn imo :). __________________________________ Celebrate Yahoo!''s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
2005 Mar 03
0
New user - problem getting dtmf tones through VOIP providers?
Just setting up Asterisk. I'd like to be able to dial out through VOIP providers and have customers type in a code in response to a prompt. So far, I've been able to set things up to make the call and play the prompt. However, my problem now is the DTMF tones; they don't register when I call get_data. When I make a call in person (from the DIAX softphone, through a VOIP provider,
2005 Mar 09
0
Asteriks@home
I am newest to this group and would appreciate your help! Is it possible to use quicknet phone jack with asteriks@home ver 0.6? Little has been mentioned about use of quicknet products' adaptability with asteriks@home I do have a couple of old jacks to startup right away. Your guide is most welcome. Thanks, Mike __________________________________ Celebrate Yahoo!'s 10th
2005 Mar 02
0
Multiple IP subnets and WINS server
I have a Linux box with two interfaces for the private LAN (eth0,eth1) and another one connected to the Internet. I have two subnets in my LAN (192.168.0.0/24 and 192.168.1.0/24) and eth0 and eth1 are the gateways of either subnet (192.168.0.1, 192.168.1.1). I have a Samba server running in the Linux box, and this Samba server is at the same time the local master browser and a WINS server, there
2005 Mar 03
0
Problems with WINS in multiple IP subnets enviroment
I have a Linux box with two interfaces for the private LAN (eth0,eth1) and another one connected to the Internet. I have two subnets in my LAN (192.168.0.0/24 and 192.168.1.0/24) and eth0 and eth1 are the gateways of either subnet (192.168.0.1, 192.168.1.1). I have a Samba server running in the Linux box, and this Samba server is at the same time the local master browser and a WINS server, there
2005 Mar 06
0
Multiple IP subnets and Samba with WINS
I have a Linux box with two interfaces for the private LAN (eth0,eth1) and another one connected to the Internet. I have two subnets in my LAN (192.168.0.0/24 and 192.168.1.0/24) and eth0 and eth1 are the gateways of either subnet (192.168.0.1, 192.168.1.1). I have a Samba server running in the Linux box, and this Samba server is at the same time the local master browser and a WINS server, there