search for: intermidate

Displaying 6 results from an estimated 6 matches for "intermidate".

2012 Apr 21
1
[LLVMdev] Little Problem about Variable memory allocating way in function
...vm allocate memeory to AllocInstruction() ? Would the memory allocated by AllocInstruction() be recycled back? If not what is the ideal way to locate memory for local varaible in function? ps: I've tried llvm.org/demo to watch the IR code, however, it seems to optimize so much to eliminate any intermidate varaible. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120422/218e8c1f/attachment.html>
2000 Jun 13
1
Remote -> remote scp not working
Hello, Using openssh 2.1.1p1 I have tried to use scp to copy a file from one remote system directly to another remote system - e.g. 'scp -i ./ecp eros:jhf alice:jhf', so the file jhf is copied from the remote system eros to the remote system alice via an intermidate system (the one where the command is issued from). The key is in the file ecp. Using protocol 1 it doesn't seem to work. I can issue: scp -i ./ecp eros:jhf . scp -i ./ecp jhf alice:jhf and these work fine. However, combining the two just gives me 'permission denied'. Using -v do...
2011 Nov 02
1
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
...ture where edges represent the relations between atoms such as > relocations, groupings, and layout constraints. This provides a format > for the core linker algorithms to work on, and also for plugins and > file-format specific processing to happen. This can also enable more > efficent intermidate object and debug file formats. This is, in fact, how Apple's linker (http://www.opensource.apple.com/source/ld64/ld64-127.2) works. We realized a few years back that the traditional way of linking (section merging) made advanced linker features very difficult. The kinds of features Apple wa...
2011 Nov 02
0
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
...aph based data structure where edges represent the relations between atoms such as relocations, groupings, and layout constraints. This provides a format for the core linker algorithms to work on, and also for plugins and file-format specific processing to happen. This can also enable more efficent intermidate object and debug file formats. We would all like to avoid duplication and have the best linker possible for LLVM. So I think it's important to discuss these issues and decide how to best combine our efforts. - Michael Spencer
2007 Oct 25
4
SSL/TLS with Outlook client
I am trying to get TLS to work with Outlook 2007 and I've hit a small problem. Whenever I start it up, I get this error: "The server you are connected to is using a security certificate that cannot be verified. The target principal name is incorrect." (yes/no choice of trusting) I first tried with a wildcard cert (*.elisand.com), and then tried with mail.elisand.com - both certs
2011 Nov 01
6
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
Hi all, We are developing a linker, MCLinker. MCLinker is a linker for LLVM. It leverages the LLVM machine code (MC) layer to link object files and bitcodes, and generate shared objects and executable files. Motivation ---------- The development of MCLinker was started out of the need for an LLVM integrated linker. LLVM lacks an integrated linker; hence, it relies on external linkers to