Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-24 | Mark __assert_fail as _Noreturn. | Bruce Mitchener | |
This eliminates a performance regression caused in the box2d benchmark by switching to the musl headers. Without this being _Noreturn, clang / llvm generates much worse code involving phis and extra loads. | |||
2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener | |
2013-03-23 | Re-instate _ATTRIBUTE() usages. | Bruce Mitchener | |
These were broken because the definition of _ATTRIBUTE() from libcxx was different, so change the libc definition and usage to match. Fixes issue #992. | |||
2011-10-07 | header fixes; fixes poppler | Alon Zakai | |
2011-09-24 | reorganize system/include | Alon Zakai | |