| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rematerialize const buffer pointer instead of spilling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FOLD is required for FWD/DSE optimizations.
|
|
|