summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-131-1/+0
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-1/+0
* [WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik2019-01-151-0/+1
* [WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn2019-01-081-1/+1
* [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backendThomas Lively2018-10-221-1/+0
* [WebAssembly] TableGen backend for stackifying instructionsThomas Lively2018-08-271-0/+1
* [WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn2018-08-211-0/+1
* [WebAssembly] Add pass to infer prototypes for prototype-less functionsSam Clegg2018-07-111-0/+1
* [WebAssembly] Add WebAssemblyException information analysisHeejin Ahn2018-06-251-0/+1
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-1/+1
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-0/+1
* [WebAssembly] Initial Disassembler.Sam Clegg2018-05-101-0/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-1/+2
* [WebAssembly] Added initial AsmParser implementation.Derek Schuff2018-03-201-0/+2
* [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] Define a table of function signatures for runtime library calls.Dan Gohman2017-02-221-0/+1
* [WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman2017-01-071-0/+1
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+2
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-0/+1
* [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff2016-08-181-1/+1
* [WebAssembly] Add asm.js-style exception handling supportDerek Schuff2016-08-011-0/+1
* [WebAssembly] Remove our copy of PrologEpilogInserterDerek Schuff2016-05-171-1/+0
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-0/+3
* [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-1/+0
* [WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman2016-01-121-0/+1
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-1/+1
* [WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELFDan Gohman2015-12-171-0/+1
* [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/+3
* [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] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-0/+1
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+1
* [WebAssembly] Skeleton FastISel supportDan Gohman2015-08-241-0/+2
* [WebAssembly] Add RelooperJF Bastien2015-08-151-0/+1
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-1/+5
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+1
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+24
OpenPOWER on IntegriCloud