llpe
llpe copied to clipboard
This fixes compiling against llvm 10.0.1 Also adds build directory to .gitignore If this request is merged, I can also update the documentation.
Hi there, I've been trying to conditionally specialize a global integer variable but was getting an assertion error `Assertion failed: (ConstType->isIntegerTy() || (ConstType->isPointerTy() && !assumeInt)) && "Instructions with an integer...
I want to use LLPE on my own set of examples such as mini_httpd, gzip, binutils etc. I have downloaded and installed LLPE -7 version from github but it gives...
Maybe it would only 'install' the tool mentioned in #3, but it would be helpful to allow folks to use LLPE without persisting the entire build tree :). Depending on...
Would be nice to have a tool that acts like `LLPE_OPT` from the tutorial but without having to find the path containing the required libraries. Creating a generated script works,...