| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WebAsembly] Update default triple in test files to wasm32-unknown-unkown. | Sam Clegg | 2018-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | Summary: The final -wasm component has been the default for some time now. Subscribers: jfb, dschuff, jgravelle-google, eraman, aheejin, JDevlieghere, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D46342 llvm-svn: 332007 | ||||
| * | [WebAssembly] MC: Use inline triple in test bitcode files | Sam Clegg | 2018-01-23 | 1 | -1/+3 |
| | | | | | | | | | | This matches the CodeGen tests and makes it a little easy to run these from the command line manually. Differential Revision: https://reviews.llvm.org/D42440 llvm-svn: 323275 | ||||
| * | [WebAssembly] Fix test breakage from r319810 | Derek Schuff | 2017-12-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 319865 | ||||
| * | [WebAssembly] Use __stack_pointer global when writing wasm binary | Sam Clegg | 2017-06-16 | 1 | -0/+21 |
| This ensures that symbolic relocations are generated for stack pointer manipulations. These relocations are of type R_WEBASSEMBLY_GLOBAL_INDEX_LEB. This change also adds support for reading relocations of this type in WasmObjectFile.cpp. Since its a globally imported symbol this does mean that the get_global/set_global instruction won't be valid until the objects are linked that global used in no longer an imported global. Differential Revision: https://reviews.llvm.org/D34172 llvm-svn: 305616 | |||||

