search for: lzlabs

Displaying 2 results from an estimated 2 matches for "lzlabs".

Did you mean: ozlabs
2018 Jul 16
2
Target triple normalzation through the LLVM C API
...would suggest adding an LLVMNormalizeTriple function to the C API (in TargetMachine, I guess) which would wrap Triple::normalize(). Would this be the right way to go about it? If so, we'll propose a patch based on that idea. Thanks for your help, Markus Lindström, Raincode Labs (on behalf of LzLabs) E-mail markus at raincode.com
2018 Aug 23
4
[DebugInfo] DIBuilder missing interface to generate DWARF info for packed_decimal basic type.
Hello Paul, Thanks for the reply. Yes, I am only looking for dwarf support at the moment and planning to support both PLI/COBOL decimal types. Also thanks for the suggestion, you are right as it is going to be rare cases, so it will be better to implement a separate subclass to avoid memory overhead for others. >> (Somebody is actively working on scaled binary operations, although they