aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssembly.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-18[WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff1-2/+2
2016-08-01[WebAssembly] Add asm.js-style exception handling supportDerek Schuff1-0/+4
2016-05-17[WebAssembly] Remove our copy of PrologEpilogInserterDerek Schuff1-3/+0
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-1/+9
2016-03-09[WebAssembly] Implement irreducible control flow.Dan Gohman1-0/+1
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+1
2016-01-20[WebAssembly] Remove the Relooper code, as it is not currently being used.Dan Gohman1-2/+0
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff1-0/+1
2015-12-09[WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman1-0/+1
2015-12-05[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman1-0/+1
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman1-0/+4
2015-11-16[WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman1-0/+2
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman1-0/+1
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg1-1/+0
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman1-0/+1
2015-10-16WebAssembly: relooper analysis passJF Bastien1-0/+2
2015-09-16[WebAssembly] Check in an initial CFG Stackifier passDan Gohman1-0/+2
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+31