summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
AgeCommit message (Expand)Author
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-11-07[WebAssembly] Emit a BasePointer when we have overly-aligned stack objectsDerek Schuff
2016-10-24[WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-06-06Remove dead function with incredibly broken assert.Benjamin Kramer
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-02-10[WebAssembly] Switch varags calling convention to use a registerDerek Schuff
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman
2015-12-16Iterate over phys regs insteadDerek Schuff
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff
2015-12-08[WebAssembly] Trim some unneeded #includes.Dan Gohman
2015-12-02[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman
2015-11-25[WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman
2015-11-16[WebAssembly] Fix function return type printingDerek Schuff
2015-11-16[WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman
2015-11-13[WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-11[WebAssembly] Support non-legal argument and return types.Dan Gohman
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman