search for: jellineck

Displaying 10 results from an estimated 10 matches for "jellineck".

Did you mean: jelinek
2004 Jul 08
3
[LLVMdev] Visual C++ Toolkit
Hi all, I just wanted to know if anyone's looked into using the free version of Microsoft's Visual C++ toolkit for LLVM: http://msdn.microsoft.com/visualc/vctoolkit2003/ -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Apr 26
1
[LLVMdev] Multiple Returns
Hi all, Quick question: What is the best way to have multiple return values from a function? Would that be placing these into a structure and returning that to the caller? Thanks. -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Aug 03
0
[LLVMdev] Compiler Driver [high-level comments]
...ith MS style INI files. They didn't leave a good impression with me. However, they do fit the bill for a lot of applications. What do you envision a typical INI file to look like? -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Sep 02
0
[LLVMdev] Type uint64_t required but not found
...AC_MSG_ERROR([Type uint64_t or u_int64_t ...]))) I know I just jumped into the middle of this discussion, but at least this will error out if something drastic happens. :) -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Aug 03
2
[LLVMdev] Compiler Driver [high-level comments]
On Mon, 2 Aug 2004, Reid Spencer wrote: > Hi Bill, > On Mon, 2004-08-02 at 21:31, Bill Wendling wrote: > > Hi Reid, > > > > > Since there's been little feedback on the design document I sent out, > > > some decisions are being made in order to progress the work. If you have > > > strong feelings about any of these, voice them now! > > >
2004 Sep 02
2
[LLVMdev] Type uint64_t required but not found
Hi John, configure still exits, when checking for uint64_t. I've attached a patch, that properly will fix it. Either uint64_t or u_int64_t will succeed: Index: configure.ac =================================================================== RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v retrieving revision 1.106 diff -u -r1.106 configure.ac --- configure.ac 2 Sep 2004 18:44:44 -0000
2004 Aug 18
2
[LLVMdev] Meet The Developers
LLVM Developers, We've added a page to the main web site that provides links to each LLVM Developer's home page and/or personal LLVM Notes page. You can find it here: http://llvm.org/Developers.html or just click the link titled "LLVM People" on the left of the main page. The list isn't complete but contains pictures and links for everyone that responded in IRC this morning
2004 Mar 26
2
[LLVMdev] Extending LLVM
...rsion of LLVM "proper" after performing any transformations on them, right? Also, it's possible to have any custom-made types (like "matrix") as well? Thanks! -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Aug 03
2
[LLVMdev] Compiler Driver [high-level comments]
...isn't that much of a concern anymore with modern systems. I think that it will help later on if a configuration tool is created that generates these XML files. This is my 2 sous. -bw -- || "If wishes and buts were clusters of nuts, we'd all have a bowl of || granola!" - Mr. Jellineck
2004 Apr 08
3
[LLVMdev] Code documentation
Hello, is there any documentation for LLVM codebase other than produced by doxygen? The reason I'm asking is that doxygen docs are (1) not very complete at the moment, as lot of classes don't even have a description (2) is generally not the best way to get high-level view of a big codebase. As an example, consider this code: %tmp.1 = setgt int %i, 0 br bool %tmp.1, label