Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Re-enable loop idiom recognition for memcpy et al. | Dan Gohman | 2016-01-19 | 1 | -53/+0 |
| | | | | llvm-svn: 258125 | ||||
* | [WebAssembly] Add -m:e to the target triple. | Dan Gohman | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | This enables ELF-style name mangling, which primarily means using ".L" for private symbols. llvm-svn: 257020 | ||||
* | WebAssembly: disable some loop-idiom recognition | JF Bastien | 2015-10-28 | 1 | -0/+53 |
memset/memcpy aren't fully supported yet. We should invert this test once they are supported. llvm-svn: 251534 |