Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WebAssembly build after r283702. | Daniel Jasper | 2016-10-10 | 1 | -2/+8 |
| | | | | llvm-svn: 283723 | ||||
* | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -4/+4 |
| | | | | | | | | This avoids "static initialization order fiasco" Differential Revision: https://reviews.llvm.org/D25412 llvm-svn: 283702 | ||||
* | [WebAssembly] Define separate Target instances for 32-bit and 64-bit. | Dan Gohman | 2015-07-01 | 1 | -3/+4 |
| | | | | llvm-svn: 241193 | ||||
* | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+29 |
This WebAssembly backend is just a skeleton at this time and is not yet functional. llvm-svn: 241022 |