summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/loop-idiom.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Re-enable loop idiom recognition for memcpy et al.Dan Gohman2016-01-191-53/+0
| | | | llvm-svn: 258125
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
| | | | | | | This enables ELF-style name mangling, which primarily means using ".L" for private symbols. llvm-svn: 257020
* WebAssembly: disable some loop-idiom recognitionJF Bastien2015-10-281-0/+53
memset/memcpy aren't fully supported yet. We should invert this test once they are supported. llvm-svn: 251534
OpenPOWER on IntegriCloud