Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] replaced .param/.result by .functype | Wouter van Oortmerssen | 2018-11-19 | 1 | -1/+1 |
* | [WebAsembly] Update default triple in test files to wasm32-unknown-unkown. | Sam Clegg | 2018-05-10 | 1 | -1/+1 |
* | [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta... | Dan Gohman | 2017-02-28 | 1 | -3/+3 |
* | [WebAssembly] Optimize away return instructions using fallthroughs. | Dan Gohman | 2016-05-21 | 1 | -1/+19 |
* | [WebAssembly] Preliminary fast-isel support. | Dan Gohman | 2016-05-10 | 1 | -0/+1 |
* | [WebAssembly] Add -m:e to the target triple. | Dan Gohman | 2016-01-07 | 1 | -1/+1 |
* | [WebAssembly] Switch to a more traditional assembly syntax | Dan Gohman | 2015-10-06 | 1 | -2/+2 |
* | WebAssembly: emit `(func (param t) (result t))` s-expressions | JF Bastien | 2015-08-25 | 1 | -2/+2 |
* | [WebAssembly] Use the default alignment for SIMD types. | Dan Gohman | 2015-08-19 | 1 | -1/+1 |
* | WebAssembly: handle more than int32 argument/return | JF Bastien | 2015-08-01 | 1 | -1/+1 |
* | WebAssembly: handle `ret void`. | JF Bastien | 2015-07-31 | 1 | -0/+10 |