summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Cleaned up register accessors in WebAssemblyMachineFunctionInfo.hWouter van Oortmerssen2018-06-181-10/+14
* [WebAssembly] Fix fast-isel lowering illegal argument and return types.Dan Gohman2018-05-221-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-0/+2
* [WebAssembly] Emit a BasePointer when we have overly-aligned stack objectsDerek Schuff2016-11-071-0/+10
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-0/+4
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+1
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-0/+11
* Remove dead function with incredibly broken assert.Benjamin Kramer2016-06-061-6/+0
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-0/+6
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-23/+3
* [WebAssembly] Switch varags calling convention to use a registerDerek Schuff2016-02-101-1/+12
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+5
* Iterate over phys regs insteadDerek Schuff2015-12-161-0/+1
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-4/+19
* [WebAssembly] Trim some unneeded #includes.Dan Gohman2015-12-081-2/+0
* [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman2015-12-021-1/+1
* [WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman2015-11-251-0/+8
* [WebAssembly] Fix function return type printingDerek Schuff2015-11-161-4/+0
* [WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman2015-11-161-0/+19
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-131-4/+4
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-2/+15
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-15/+2
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-2/+15
* [WebAssembly] Support non-legal argument and return types.Dan Gohman2015-11-111-4/+8
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-1/+7
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+37
OpenPOWER on IntegriCloud