[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyMachineFunctionInfo.h
2015-12-16 Derek SchuffIterate over phys regs instead
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-12-02 Dan Gohman[WebAssembly] Fix comments to say "LIFO" instead of...
2015-11-25 Dan Gohman[WebAssembly] Fix WebAssembly register numbering for...
2015-11-16 Derek Schuff[WebAssembly] Fix function return type printing
2015-11-16 Dan Gohman[WebAssembly] Prototype passes for register coloring...
2015-11-13 Dan Gohman[WebAssembly] Introduce a new pseudo-operand for unused...
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-11 Dan Gohman[WebAssembly] Support non-legal argument and return...
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend