Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
other.test_odin_validation
|
|
|
|
OSX SDK version we are targeting. Add a function CLANG_NATIVE_ARGS() that returns a list of compiler args that need to be appended when building native executables for the current platform, which for OSX automatically find an SDK to target. Make the machinery lazy and cached so that it's not invoked if native executables are not built, and that it's invoked only once when needed. Fixed test other.test_bad_triple on OSX.
|
|
a SpiderMonkey-specific test.
|
|
|
|
More musl.
|
|
|
|
Empkg prerequisites
|
|
|
|
|
|
|
|
Make emscripten::val compatible with fastcomp/asm.js
|
|
|
|
|
|
|
|
idiomatic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through val::as
|
|
since new musl libc string functions optimize by assuming being able to alias types in load-store operations.
|
|
passing -1 is equivalent to passing 0xFFFFFFFF, which means the whole string will get duplicated, and the old handwritten implementation had a bug.
|
|
|
|
slow2asm.test_the_bullet
|
|
|
|
|
|
|
|
not needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files and avoid unnecessary copies
|
|
|
|
|
|
|
|
|
|
|