Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split construction, scanning, and building phases of S2WasmBuilder (#400) | Derek Schuff | 2016-04-27 | 1 | -14/+34 |
* | Defer creation of CallImports to link time (#395) | Derek Schuff | 2016-04-26 | 1 | -0/+7 |
* | Separate LinkerObject from Linker (#383) | Derek Schuff | 2016-04-25 | 1 | -70/+98 |
* | Simplify statics, segments, and relocations (#380) | Derek Schuff | 2016-04-22 | 1 | -18/+38 |
* | Move wasm-linker into its own cpp file (#375) | Derek Schuff | 2016-04-21 | 1 | -249/+6 |
* | Move Fatal into utilities.h (#376) | Derek Schuff | 2016-04-21 | 1 | -18/+0 |
* | Factor linker-related functionality of S2WasmBuilder into its own class (#372) | Derek Schuff | 2016-04-21 | 1 | -0/+463 |