Re: Runtime error using LLVM bitcode execution

2014-03-02 Thread Nathan Howell
Slightly related... is it possible to implement the evil mangler as an LLVM MC optimization instead of a standalone post-processor? Seems like it could be faster. On Sun, Mar 2, 2014 at 11:39 PM, Benzinger, Ralph ralph.benzin...@sap.comwrote: Hallo Simon, Oh, I see ... Well, that's

GeneralizedNewtypeDeriving regression in HEAD?

2013-12-26 Thread Nathan Howell
I can't file a trac ticket at the meny but wanted to see if this is a bug... This is an excerpt from llvm-general that compiles on 7.6.3 but doesn't without ImpredicativeTypes enabled on HEAD: https://gist.github.com/NathanHowell/8138977 thanks, -n ___

Re: [FYI] LLVM: function prefix data (a.k.a. tables-next-to-code) committed

2013-09-16 Thread Nathan Howell
May not be mandatory but it certainly just emits the values directly before the prologue... I'm guessing this doesn't affect IR level optimizations but likely breaks machine code optimizations without a relative jump to the body in the prefix-data. https://gist.github.com/NathanHowell/6589820 -n