Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta... | Dan Gohman | 2017-02-28 | 1 | -2/+2 |
* | [WebAssembly] Optimize away return instructions using fallthroughs. | Dan Gohman | 2016-05-21 | 1 | -1/+1 |
* | [WebAssembly] Rematerialize constants rather than hold them live in registers. | Dan Gohman | 2016-01-19 | 1 | -10/+12 |
* | [WebAssembly] Define WebAssembly-specific relocation codes. | Dan Gohman | 2016-01-11 | 1 | -2/+2 |
* | [WebAssembly] Add -m:e to the target triple. | Dan Gohman | 2016-01-07 | 1 | -1/+1 |
* | [WebAssembly] Make several tests more strict. | Dan Gohman | 2015-11-25 | 1 | -4/+4 |
* | [WebAssembly] Don't special-case call operand order. | Dan Gohman | 2015-11-23 | 1 | -2/+2 |
* | [WebAssembly] Suffix output operands with '='. | Dan Gohman | 2015-11-23 | 1 | -14/+14 |
* | [WebAssembly] Enable register coloring and register stackifying. | Dan Gohman | 2015-11-18 | 1 | -36/+20 |
* | [WebAssembly] Support signext, zeroext, and several other function attributes. | Dan Gohman | 2015-11-14 | 1 | -0/+76 |