search for: a77ad10e

Displaying 3 results from an estimated 3 matches for "a77ad10e".

2007 Dec 16
1
[LLVMdev] About unwind...
...then push a parameter, then push the proper return address, then return. But nevermind me, I don't know how llvm works anyway. -- Sébastien Loisel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071216/a77ad10e/attachment.html>
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
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