This is sort of a rant post, but I wanted to also bounce it off you guys because I've heard from …
Yes, on Linux. What do you mean by "different type" ? clang is lowering types to whatever target s…
That's weird. Are you compiling on *nix? Either way, it's not the same data structure. Clang conve…
Hmm, it doesn't for me. For me clang compiles it to declare void @foo1(<2 x float>). See here: An…
Sorry to confuse you but I understand about the ABI it's just LLVM doesn't seem to generate the co…
I may be misunderstanding something, but you cannot choose arbitrary ABI on your own when you call…
This isn't just restricted to 32 bit systems but 64 bit too. LLVM passes structs/arrays/vectors th…
Just a heads up, I cloned and Odin is not building the demo or test file. I wanted to give it a g…
Yeah the output capturing for child processes is not stellar, I can't promise to fix it in the nex…
Hi Allen, I tested it on earlier versions too. It's not necessarily an issue with 4coder. It's mor…
looking at it properly it's more of a sign that they didn't exercise the call lowering in relation…
Why do you use and care about _m64? That's MMX which is pretty obsoleted, unless you are targeting…
FYI it looks like the people on the llvm mailing list just now encountered the _m64 parameter pass…
Ooooh, exciting news. That's going to be a great project for everyone to follow. What language wil…
For the past few months, Odin has been using LLVM as its backend (with Microsoft's Linker) to comp…
Sometimes this is the best way to move forward. Your decision to focus on educational production w…
I see, thanks for the info, I think I can do something with that.
Sure. In 4coder_default_bindings.cpp there is this piece of code } #endif //NO_BINDING [/code]. I…
Hi Everyone, I've decided to retire this project for a couple of reasons. Including higher priori…
Great! If you can remember, what was the mistake you made with the hook thing? Maybe there is so…
Fixed! I called set_hook in the wrong order for my setup hook.
I have searched around and it seems that there is no consistent consensus on what a code sample sh…
Thanks for the tip. Also, I feel like I should mention that I started this list during a stream a…
Hello, I want to change the color scheme in my 4coder. I did this in 4.0.14 by calling 'set_theme_…
We're already using for that purpose, which handles more than just x86{,-64}. The xed library may…
You are going to want to add a disassembler, intel open sourced its xed lib recently: it also con…
This thread will be updated with useful links for anyone who wants to learn more about making debu…
Yeah the system is not set up to handle those well yet. When I revist the indenting stuff I'll ma…
Hi Allen I think the lambda-indention looks a bit weird when the lambda is a function argument. (U…