Displaying 3 results from an estimated 3 matches for "codesafe".
Did you mean:
codebase
2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...b/DebugInfo/Symbolize/Symbolize.cpp#L403>
llvm-mirror/llvm<https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/Symbolize/Symbolize.cpp#L403>
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
github.com
Henry Wong
Qihoo 360 Codesafe Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/1f610641/attachment.html>
2011 Mar 04
0
[LLVMdev] Question about Value Range Propagation
Chris,
one way to look at array bounds check optimization, and
the value range propagation that it can be based on, is that it's
usefulness is language dependent. Ada and Java benefit from it
greatly, C/C++ not at all, but then a "codesafe" version of C/C++
would, as John T was pointing out below.
It seems like the software engineering modularity of llvm's various
analysis and transform phases lends itself to having phases that fit
this description, worthwhile to have, but not necessarily linked in
and/or not necess...
2018 Jan 23
0
MachineVerifier and undef
...gt;
> llvm-mirror/llvm<https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/Symbolize/Symbolize.cpp#L403>
> Mirror of official llvm git repository located at http://llvm.org/git/llvm.
> Updated every five minutes.
> github.com
>
>
>
> Henry Wong
> Qihoo 360 Codesafe Team
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/1f610641/attachment-0001.html>
>
> ------------------------------
>
> Message: 10
> Date: Tue, 23 Jan 2018 14:...