Displaying 1 result from an estimated 1 matches for "dwgrep".
Did you mean:
dogrep
2015 Jan 26
2
[LLVMdev] LLVM Weekly - #56, Jan 26th 2015
...## News and articles from around the web
Stephen Diehl has written an absolutely fantastic tutorial on [writing an LLVM
specializer for Python](http://dev.stephendiehl.com/numpile/), guiding you
through the process of creating something like
[Numba](https://github.com/numba/numba).
A new tool, [Dwgrep](http://pmachata.github.io/dwgrep/) (DWARF Grep) may be of
interest to many LLVM Weekly readers. This [blog
post](http://developerblog.redhat.com/2015/01/22/querying-dwarf-for-fun-and-profit/)
gives an intro to using it.
Paul Smith has a blog post on [getting started with the LLVM C
API](https://p...