search for: ofstad

Displaying 20 results from an estimated 195 matches for "ofstad".

2004 Nov 04
2
[LLVMdev] Re: LLVM Visual Studio Project files
...tonight. On Wed, 3 Nov 2004 09:03:28 -0800 Jeff Cohen <jeffc at jolt-lang.org> wrote: > I'll try and verify it later tonight. > > On Wed, 03 Nov 2004 08:18:51 -0800 > Reid Spencer <reid at x10sys.com> wrote: > > > The Visual Studio project files that Morten Ofstad provided have been committed > > to CVS in the win32 directory. I would appreciate it if Morten and at least one > > other win32 developer could verify that the files work correctly as committed. > > > > Thanks, > > > > Reid. > > > > ____________...
2006 Jan 26
4
[LLVMdev] VS2005 patch
OK, fixed the problem with the intrin.h header that doesn't exist in previous versions of VS... -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: JIT.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060126/7e55b0d0/attachment.ksh>
2004 Nov 05
0
[LLVMdev] Re: LLVM Visual Studio Project files
Two suggestions: 1. m4 might be located by your PATH variable. 2. Talk to Morten Ofstad about how he got it to work. Reid. On Wed, 2004-11-03 at 19:34, Jeff Cohen wrote: > I have problems getting the GNU tools to execute properly. I installed > bison, sed, and flex from gnuwin32.sourceforge.net as suggested in the > README. The installers for these packages did not want t...
2005 Mar 17
1
[LLVMdev] Floating point compare instruction selection
Chris Lattner wrote: > On Wed, 16 Mar 2005, Morten Ofstad wrote: >> The case which emits code for the special case of comparing against >> constant 0.0 does not return after generating it's code, so the normal >> compare is also generated! As far as I can tell it should return right >> after this: >> >> BuildMI(B...
2004 Oct 12
3
[LLVMdev] set_intersect and Visual C compiler
Hello, This is my first post on this mailing list, so bear with me... My name is Morten Ofstad and I work for Hue AS (www.hue.no), a company that makes 3D Visualization software. We are looking into using LLVM for JIT compiling shader programs, to replace our own (slow) VM. A requirement for this is that we can compile LLVM in VS7.1, so I contacted Paolo Invernizzi to find the status of...
2004 Nov 03
2
[LLVMdev] Re: LLVM Visual Studio Project files
The Visual Studio project files that Morten Ofstad provided have been committed to CVS in the win32 directory. I would appreciate it if Morten and at least one other win32 developer could verify that the files work correctly as committed. Thanks, Reid.
2003 Apr 14
1
Printer setup -- How-to??
...th my connected disk-shares in "My Computer" at the client? - I always have to open the Control Panel to see the printer! That's annoying. -- ||||||| \\ - - // ( @ @ ) +--------------oOOo-(_)-oOOo--------------+ Kjell-Einar Ofstad E-mail : Kjell-Einar.Ofstad@keo.no +------------------Oooo-------------------+ oooO ( ) ( ) ) / \ ( (_/ \_)
2006 Jan 20
2
[LLVMdev] X86-64 target
Chris Lattner wrote: > On Thu, 19 Jan 2006, Morten Ofstad wrote: >> Hello, I'm currently porting our software to the x86-64 (windows) >> platform. I've already done most of the work involved in getting LLVM >> itself to run on 64-bit windows, but of course that doesn't help much >> as long as the emitted code is 32-b...
2004 Oct 18
3
[LLVMdev] Fix for non-standard variable length array
Paolo Invernizzi wrote: > I submitted a patch with a std::vector, but was commited as alloca ;-P for the other problem? I made a nice clean patch using std::vector in LiveVariables.cpp now, which I include with this message... By the way, where do you submit the patches if not to the mailing list? I thought I should post here so Paolo and others interested in the porting effort can apply
2004 Oct 12
0
[LLVMdev] set_intersect and Visual C compiler
On Tue, 12 Oct 2004, Morten Ofstad wrote: > This is my first post on this mailing list, so bear with me... My name > is Morten Ofstad and I work for Hue AS (www.hue.no), a company that > makes 3D Visualization software. We are looking into using LLVM for JIT > compiling shader programs, to replace our own (slow) VM. A r...
2006 Jan 27
2
[LLVMdev] VS2005 patch
_CRT_SECURE_NO_DEPRECATE is new for VS2005. Nothing I can do with it in VS2003. Morten Ofstad wrote: > Jeff Cohen wrote: > >> The project files need frequent updating. I cannot maintain VS2005 >> project files, so while they could be distributed with LLVM, they >> will become broken fast. Also, VS2003 and VS2005 project and >> solution files cannot coexis...
2004 Nov 01
4
[LLVMdev] Final Visual Studio Patches
Hello, with the patches you accepted last week, everything now works with two one-line modifications. One is a missing include in a windows specific platform file and the other is a definition of a symbol I need to trick the linker (as discussed before)... The attached file is the complete diff between my version and the CVS. If you want to put my visual studio project files into the CVS,
2006 Jan 27
2
[LLVMdev] VS2005 patch
...> On Fri, 27 Jan 2006, Jeff Cohen wrote: > >> _CRT_SECURE_NO_DEPRECATE is new for VS2005. Nothing I can do with it >> in VS2003. > > > It shouldn't hurt to define it though, even if VC2003 where it does > nothing. Right? > > -Chris > >> Morten Ofstad wrote: >> >>> Jeff Cohen wrote: >>> >>>> The project files need frequent updating. I cannot maintain VS2005 >>>> project files, so while they could be distributed with LLVM, they >>>> will become broken fast. Also, VS2003 and VS2005 pr...
2004 Oct 26
4
[LLVMdev] Remaining Visual C patches
Chris Lattner wrote: > The two patches I didn't apply are the one that affects the interpreter > (I'll let Brian tackle it as he's the interpreter guy), and this one: > > =================================================================== > RCS file: /var/cvs/llvm/llvm/include/llvm/CodeGen/MachineBasicBlock.h,v > retrieving revision 1.39 > diff -u -r1.39
2004 Dec 08
3
[LLVMdev] Compiling with Intel c++ 8.0
Hi, I am attempting to compile the llvm distribution with the Intel Compiler 8.0 on linux and I have some minor patches I would like to apply. In our project we compile and run the code both on win32, together with Morten Ofstad using the MS compiler, and on linux using the intel compiler. I have wrapped the extra code to make llvm compile for icc in #ifdef __INTEL_COMPILER #endif The patches in llvm/autoconf is to assure the configure scripts allows the compiler icc to be run during the macro "checking tools comp...
2004 Oct 27
0
[LLVMdev] Re: Patch for missing rand48 on win32
Morten Ofstad wrote: >> Hi, >> >> There's no HAVE_RAND48 symbol provided by autoconf. You'll have to >> add the appropriate check to autoconf/configure.ac before we can take >> this patch. I installed autoconf with cygwin now and I think I've managed to do this ri...
2004 Nov 08
2
[LLVMdev] Small patch for visual studio project files
...of CVS that's specifically built for Windows. > You can find prebuilt Windows binaries at cvshome.org. The cygwin > supplied CVS no doubt thinks it's running on Unix, so naturally it won't > convert line endings. > > > On Mon, 08 Nov 2004 16:23:30 +0100 > Morten Ofstad <morten at hue.no> wrote: > > > Jeff Cohen wrote: > > > > > Are you sure your CVS is configured correctly? On Windows, CVS > > > automatically converts between LF and CR/LF line endings. I sent a > > > patch to remove all CRs from the repository b...
2005 Mar 17
1
[LLVMdev] FP Intrinsics
Chris Lattner wrote: > On Fri, 11 Mar 2005, Morten Ofstad wrote: >> I am trying to make the FP intrinsics (abs, sin, cos, sqrt) I've added >> work with the X86ISelPattern, but I'm having some difficulties >> understanding what needs to be done. > > Cool. Here are a couple of requests: > > 1. I don't think we...
2004 Oct 26
2
[LLVMdev] Re: Patch for missing rand48 on win32
> Hi, > > There's no HAVE_RAND48 symbol provided by autoconf. You'll have to add > the appropriate check to autoconf/configure.ac before we can take this > patch. Sorry I forgot to mention I didn't make any changes to the configure script. The problem is that I can't test these things since I'm not on a Unix platform, and I'm not even using the
2004 Nov 02
0
[LLVMdev] Final Visual Studio Patches
> Right. This is why I suggested we just put the project files in a simple > place that Windows folks can keep up to date and that won't get in the > way of the Unix folks. I have them in llvm/win32 ... There is another solution though, you could require cygwin to be installed and use the unix build system but with the VS command line tools. The 'check' target should be