Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all ↵ | Nick Lewycky | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.) Bonus change to remove emacs major mode marker from SystemZMachineFunctionInfo.cpp because emacs already knows it's C++ from the extension. Also fix typo "appeary" in AMDGPUMCAsmInfo.h. llvm-svn: 243585 | ||||
* | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+37 |
This WebAssembly backend is just a skeleton at this time and is not yet functional. llvm-svn: 241022 |