Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Define WebAssembly-specific relocation codes. | Dan Gohman | 2016-01-11 | 1 | -1/+2 |
| | | | | | | | | Currently WebAssembly has two kinds of relocations; data addresses and function addresses. This adds ELF relocations for them, as well as an MC symbol kind to indicate which type of relocation is needed. llvm-svn: 257416 | ||||
* | [WebAssembly] Clean up comments and fix a missing #include dependency. | Dan Gohman | 2015-12-21 | 1 | -13/+7 |
| | | | | llvm-svn: 256168 | ||||
* | [WebAssembly] Codegen support for ISD::ExternalSymbol | Dan Gohman | 2015-11-25 | 1 | -0/+1 |
| | | | | llvm-svn: 254075 | ||||
* | [WebAssembly] Add WebAssemblyMCInstLower.cpp. | Dan Gohman | 2015-11-05 | 1 | -0/+50 |
This isn't used yet; it's just a start towards eventually using MC to do instruction printing, and eventually binary encoding. llvm-svn: 252194 |