Displaying 8 results from an estimated 8 matches for "loisell".
Did you mean:
loisel
2007 Dec 16
5
[LLVMdev] About unwind...
Dear LLVM people,
I have started playing with LLVM a little bit and I am thinking of using it
to write some linear algebra software for my class.
First, an off-topic "bug report" (?), I tried using llvm under cygwin with
Vista 64 bits, and it hangs during the build process. It works fine under
Vista 32 bits, with cygwin.
I was reading the documentation and I am very excited by the
2007 Dec 16
0
[LLVMdev] About unwind...
Hi Sebastien.
On Dec 15, 2007, at 19:00, Sebastien Loisel <loisel at temple.edu> wrote:
> I have started playing with LLVM a little bit and I am thinking of
> using it to write some linear algebra software for my class.
>
> I was reading the documentation and I am very excited by the
> possibilities of "invoke" and "unwind". I have two questions.
>
2007 Dec 29
1
[LLVMdev] svn broken on cygwin
Function.cpp:167: error: call of overloaded `AddInteger(uint32_t&)' is
ambiguous
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:151: note: candidates are: void
llv
m::FoldingSetImpl::NodeID::AddInteger(int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:152: note: void
llvm::FoldingSetIm
pl::NodeID::AddInteger(unsigned int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:153: note: void
2008 Feb 15
0
[LLVMdev] LLVMdev Digest, Vol 44, Issue 47
Here's issue 48. I'm guessing I'm going to get issue 49 as soon as I hit
send...
On Fri, Feb 15, 2008 at 3:28 PM, <llvmdev-request at cs.uiuc.edu> wrote:
> Send LLVMdev mailing list submissions to
> llvmdev at cs.uiuc.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> or, via
2008 Feb 15
4
[LLVMdev] LLVMdev Digest, Vol 44, Issue 47
Dear LLVMers
OK, when I signed up for this mailing list, I asked for a once-daily digest.
This is the fourth digest I receive today, and there are about that many
each day.
The only reason I subscribe to the mailing list is so I can post to it. But
I don't need to receive the emails, because I can fully well read them in
the archive online, and I certainly don't want to get spammed
2007 Dec 16
1
[LLVMdev] About unwind...
OK, I have learnt something about llvm from this thread, thanks.
As a side note:
> 2) When I unwind, the stack gets popped but it would make sense to pass
> some
> Passing extra info on the stack doesn't make much sense because the stack
> gets popped...
>
I don't know how llvm implements unwind, but in principle it is possible to
walk (and pop) the stack to the right
2008 Feb 15
0
[LLVMdev] LLVMdev Digest, Vol 44, Issue 47
Dear John,
Thank you for your quick intervention. I guess we will see if this email
gets through.
For those on digest, the digest size is currently 30 KB. Is this
> reasonable for everyone, or should it be higher?
>
I think if you send a single email with enough quotes in it, it busts the
limit.
--
Sébastien Loisel
-------------- next part --------------
An HTML attachment was
2007 Dec 16
0
[LLVMdev] About unwind...
> 2) When I unwind, the stack gets popped but it would make sense to pass some
> data to the exception handler. I guess I could use a global variable for
> this, but is there a way to do it on the stack? (Wouldn't that make more
> sense also?)
Passing extra info on the stack doesn't make much sense because the stack
gets popped...
Also, note that the unwind instruction is