Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Support bitcasted function addresses with varargs. | Dan Gohman | 2017-11-28 | 1 | -6/+5 |
* | [WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts | Jacob Gravelle | 2017-10-10 | 1 | -1/+11 |
* | [WebAssembly] Add some comments and tidy up whitespace. | Dan Gohman | 2017-02-27 | 1 | -1/+1 |
* | [WebAssembly] Don't create bitcast-wrappers for varargs. | Dan Gohman | 2017-01-20 | 1 | -0/+5 |
* | [WebAssembly] Only RAUW a constant once in FixFunctionBitcasts | Derek Schuff | 2017-01-10 | 1 | -5/+12 |
* | [WebAssembly] Don't abort on code with UB. | Dan Gohman | 2017-01-07 | 1 | -6/+17 |
* | [WebAssembly] Move a SmallVector to a more specific scope. NFC. | Dan Gohman | 2017-01-07 | 1 | -2/+2 |
* | [WebAssembly] Add a pass to create wrappers for function bitcasts. | Dan Gohman | 2017-01-07 | 1 | -0/+148 |