JF Bastien
|
1a4aa1589b
|
WebAssembly: add small FIXME for AsmPrinter.
Suggested by @sunfish as a follow-up to r245982.
llvm-svn: 245996
|
2015-08-26 00:50:49 +00:00 |
JF Bastien
|
289287060b
|
WebAssembly: comment out .globl when printing textual assembly
Do the same for .weak (not implemented for now, but may as well to it). Update comment string to two semicolons.
llvm-svn: 245982
|
2015-08-25 22:23:15 +00:00 |
JF Bastien
|
6c6efa1786
|
WebAssembly: more MCAsmInfo nits.
Summary: As suggested by sunfish.
Subscribers: jfb, llvm-commits, sunfish
Differential Revision: http://reviews.llvm.org/D11544
llvm-svn: 243339
|
2015-07-27 22:40:31 +00:00 |
JF Bastien
|
1a12bf1aa2
|
WebAssembly: minor MCAsmInfo fixes
Summary:
Fix pointer / callee-save stack sto size.
Update comment character to be LISP-ish.
Subscribers: llvm-commits, sunfish, jfb
Differential Revision: http://reviews.llvm.org/D11537
llvm-svn: 243326
|
2015-07-27 20:46:51 +00:00 |
Dan Gohman
|
10e730a263
|
[WebAssembly] Initial WebAssembly backend
This WebAssembly backend is just a skeleton at this time and is not yet
functional.
llvm-svn: 241022
|
2015-06-29 23:51:55 +00:00 |