Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | Add triple and datalayout strings to testcases. | Dan Gohman | |
This allows them to be run without specifying any command-line options, which is convenient. | |||
2014-03-05 | Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends. | Dan Gohman | |
We never reference these intrinsics by name, so we don't need redirects for them. | |||
2014-03-05 | Don't emit JS declarations for LLVM intrinsics expanded inline. | Dan Gohman | |
2014-03-05 | Tidy up the output for memset and memcpy, and add a test. | Dan Gohman | |