Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 283004 | ||||
* | [WebAssembly] Account for implicit operands when computing operand indices. | Dan Gohman | 2016-04-26 | 1 | -1/+1 |
| | | | | llvm-svn: 267511 | ||||
* | [WebAssembly] Add `final` keywords to a few more subclasses, for consistency. | Dan Gohman | 2016-03-11 | 1 | -1/+1 |
| | | | | llvm-svn: 263287 | ||||
* | [WebAssembly] Update comments about irreducible control flow. | Dan Gohman | 2016-03-09 | 1 | -0/+4 |
| | | | | llvm-svn: 262995 | ||||
* | [WebAssembly] Implement irreducible control flow. | Dan Gohman | 2016-03-09 | 1 | -0/+292 |
This implements a very simple conservative transformation that doesn't require more than linear code size growth. There's room for much more optimization in this space. llvm-svn: 262982 |