aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-06Remove dead function with incredibly broken assert.Benjamin Kramer1-6/+0
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman1-0/+6
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-23/+3
2016-02-10[WebAssembly] Switch varags calling convention to use a registerDerek Schuff1-1/+12
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+5
2015-12-16Iterate over phys regs insteadDerek Schuff1-0/+1
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff1-4/+19
2015-12-08[WebAssembly] Trim some unneeded #includes.Dan Gohman1-2/+0
2015-12-02[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman1-1/+1
2015-11-25[WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman1-0/+8
2015-11-16[WebAssembly] Fix function return type printingDerek Schuff1-4/+0
2015-11-16[WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman1-0/+19
2015-11-13[WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman1-4/+4
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman1-2/+15
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg1-15/+2
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman1-2/+15
2015-11-11[WebAssembly] Support non-legal argument and return types.Dan Gohman1-4/+8
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman1-1/+7
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky1-1/+1
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+37