Age | Commit message (Collapse) | Author |
|
|
|
mistakenly bitcasts that way
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optimize alignment rounding.
|
|
|
|
Add mktemp
|
|
Replace x>>2<<2 and x>>3<<3 with x&-4 and x&-8, respectively, since
an and is cheaper than two shifts.
|
|
|
|
|
|
|
|
Icase vfs
|
|
case-insensitive mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The libcxx test suite wants mktemp(), so provide it by pulling
out some of the internals of mkstemp().
|
|
|