search for: 8dbfadf9

Displaying 3 results from an estimated 3 matches for "8dbfadf9".

2007 Mar 25
3
[LLVMdev] C99 restrict
Has there been any discussion of supporting the 'restrict' C99 keyword and C++ extension to boost alias analysis? My impression is that this would require modification of the LLVM IR. I couldn't find any discussion hits using the usual suspects for searches... -- Christopher Lamb christopher.lamb at gmail.com -------------- next part -------------- An HTML attachment was
2007 Mar 25
0
[LLVMdev] C99 restrict
On Sat, 24 Mar 2007, Christopher Lamb wrote: > Has there been any discussion of supporting the 'restrict' C99 keyword > and C++ extension to boost alias analysis? My impression is that this > would require modification of the LLVM IR. I couldn't find any > discussion hits using the usual suspects for searches... So far, there hasn't been a discussion. IMO, the most
2007 Mar 25
2
[LLVMdev] C99 restrict
...is handled? That is have an llvm intrinsic that encodes the known alias free range for a pointer. -- Christopher Lamb christopher.lamb at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070325/8dbfadf9/attachment.html>