| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcasts | Sam Clegg | 2019-08-21 | 1 | -0/+2 |
| * | Move some classes into anonymous namespaces. NFC. | Benjamin Kramer | 2019-02-11 | 1 | -1/+1 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -19/+19 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | [WebAssembly] Re-enable main-function signature rewriting | Dan Gohman | 2019-01-29 | 1 | -12/+24 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Print a debug message at the start of each pass | Heejin Ahn | 2019-01-09 | 1 | -0/+2 |
| * | Revert "[WebAssembly] Fixup `main` signature by default" | Sam Clegg | 2018-11-06 | 1 | -1/+6 |
| * | [WebAssembly] Fixup `main` signature by default | Sam Clegg | 2018-11-01 | 1 | -6/+1 |
| * | [WebAssembly] Fix signature of `main` in FixFunctionBitcasts | Sam Clegg | 2018-09-13 | 1 | -2/+4 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -17/+14 |
| * | [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcasts | Sam Clegg | 2018-08-30 | 1 | -7/+27 |
| * | [WebAssembly] Remove temporary workaround for function bitcasts | Jacob Gravelle | 2018-08-16 | 1 | -5/+0 |
| * | [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b... | Sam Clegg | 2018-08-02 | 1 | -25/+82 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Register wasm passes with the PassRegistry | Jacob Gravelle | 2018-03-30 | 1 | -0/+3 |
| * | [WebAssembly] Reapply r319186: "Support bitcasted function addresses with var... | Dan Gohman | 2017-12-08 | 1 | -1/+1 |
| * | [WebAssemby] Re-apply r320041: "Support main functions with alternate signatu... | Dan Gohman | 2017-12-08 | 1 | -1/+50 |
| * | Revert "[WebAssemby] Support main functions with alternate signatures." | Derek Schuff | 2017-12-08 | 1 | -45/+1 |
| * | [WebAssemby] Support main functions with alternate signatures. | Dan Gohman | 2017-12-07 | 1 | -1/+45 |
| * | [WebAssembly] Revert r319186 "Support bitcasted function addresses with varar... | Dan Gohman | 2017-11-30 | 1 | -0/+5 |
| * | [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 |