Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |