radl97

Results 19 comments of radl97

This is due to a separate fork I think. It seems logical, because 1) anyone can fork a public repo 2) Actions (and secrets) could be using external (paid) resources....

Hi! As I've mentioned, tests failing is not an issue (I could delete them, so it is visible :D ). Tests depend on an (I think) internal feature. I wanted...

I'd really like your input here, @sallaigy, if you have any experience, and whether this path is OK for us. Because we only have 5 or so shared libraries, it...

Maybe it's best to describe the changes: Using LLVM's add_llvm_library, opt can be used. Somewhy I failed to bootstrap opt otherwise... However the library (GazerLLVMBase) will only consist of links...

LLVM has some solution, I think. For example APInteger maybe, which stores bitwidth with the value. Note: I would skip Boost, as it is only used on the outer layers,...

It seems that there is a widely used class `(Immutable)CallSite` (present in e.g. SpecialFunctions), which I haven't seen in LLVM11. It seems there is an alternative AbstractCallSite (present at both),...

Thanks for your input. Then LLVM 11 it is. There is already a patch for this. There are still TODOs, but it will be ready in no time: Upgrade to...

Refactored it, sorry

The problem is not with initializing globals, and is already a documented lmitation: See https://github.com/ftsrg/gazer/blob/master/doc/Limitations.md#undefined-behavior-in-llvm The problem is in pure LLVM code, in PromoteMemoryToRegisterPass. **Update:** [here](https://llvm.org/doxygen/PromoteMemoryToRegister_8cpp_source.html#l00629)