Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Minor code cleanups. NFC. | Dan Gohman | 2016-01-20 | 1 | -3/+3 |
| | | | | llvm-svn: 258294 | ||||
* | [WebAssembly] Remove an unused data member. NFC. | Dan Gohman | 2016-01-19 | 1 | -6/+4 |
| | | | | llvm-svn: 258192 | ||||
* | [WebAssembly] Implement a prototype instruction encoder and disassembler. | Dan Gohman | 2016-01-12 | 1 | -23/+39 |
| | | | | | | | This is using an extremely simple temporary made-up binary format, not the official binary format (which isn't defined yet). llvm-svn: 257440 | ||||
* | [WebAssembly] Minor code cleanups. NFC. | Dan Gohman | 2016-01-08 | 1 | -2/+0 |
| | | | | llvm-svn: 257131 | ||||
* | [WebAssembly] Remove unused arguments, unused functions. NFC. | Dan Gohman | 2016-01-08 | 1 | -24/+2 |
| | | | | llvm-svn: 257125 | ||||
* | Remove unused class variables. | Eric Christopher | 2015-12-17 | 1 | -5/+3 |
| | | | | llvm-svn: 255939 | ||||
* | Fix unused variable warning in release builds. NFC. | Diego Novillo | 2015-12-17 | 1 | -3/+1 |
| | | | | llvm-svn: 255897 | ||||
* | [WebAssembly] Experimental ELF writer support | Dan Gohman | 2015-12-17 | 1 | -0/+104 |
This creates the initial infrastructure for writing ELF output files. It doesn't yet have any implementation for encoding instructions. Differential Revision: http://reviews.llvm.org/D15555 llvm-svn: 255869 |