summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssembly.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-201-0/+4
* [WebAssembly] Run ExplicitLocals pass after CFGStackifyHeejin Ahn2019-03-301-2/+2
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn2019-01-081-2/+2
* [WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn2018-08-211-0/+2
* [WebAssembly] Add pass to infer prototypes for prototype-less functionsSam Clegg2018-07-111-0/+2
* [WebAssembly] Add WebAssemblyException information analysisHeejin Ahn2018-06-251-0/+1
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-2/+2
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-1/+22
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-151-0/+1
* [WebAssembly] Split CFG-sorting into its own pass. NFC.Dan Gohman2017-02-271-0/+1
* [WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman2017-01-071-0/+1
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+1
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-0/+1
* [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff2016-08-181-2/+2
* [WebAssembly] Add asm.js-style exception handling supportDerek Schuff2016-08-011-0/+4
* [WebAssembly] Remove our copy of PrologEpilogInserterDerek Schuff2016-05-171-3/+0
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-1/+9
* [WebAssembly] Implement irreducible control flow.Dan Gohman2016-03-091-0/+1
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+1
* [WebAssembly] Remove the Relooper code, as it is not currently being used.Dan Gohman2016-01-201-2/+0
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-0/+1
* [WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman2015-12-091-0/+1
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-0/+1
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+4
* [WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman2015-11-161-0/+2
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-0/+1
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-1/+0
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-0/+1
* WebAssembly: relooper analysis passJF Bastien2015-10-161-0/+2
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+2
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+31
OpenPOWER on IntegriCloud