| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Otherwise the trailing NUL is lost.
|
|
Thanks to Theo Schlossnagle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properly classify nested (non-transparent) structs.
|
|
OSX uses -freg-struct-return, which returns small structs in regs.
Thanks to Adriano Bertucci.
|
|
Error handling works, C++ interoperability generally works.
C++ destructors in libs compiled with G++ cause trouble (ok with MSVC).
|
|
|
|
|
|
|
|
|
|
|
|
FOLD is required for FWD/DSE optimizations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Adam Strzelecki.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Eddie Edwards.
|
|
|