aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[WebAssembly] Add RefTypeMem2Local pass (#81965)Heejin Ahn1-0/+1
2023-08-18[WebAssembly] Create separation between MC and CodeGen layersReid Kleckner1-0/+1
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-0/+1
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-05-19[WebAssembly] Fix register use-def in FixIrreducibleControlFlowHeejin Ahn1-1/+0
2022-03-23Reland "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Julian Lettner1-1/+0
2022-03-23Revert "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Zequan Wu1-0/+1
2022-03-17Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-1/+0
2022-03-15Revert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 "Lower `@llvm.global_dtors`...Simon Pilgrim1-0/+1
2022-03-14Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-1/+0
2021-08-03Reland: "[WebAssembly] Add new pass to lower int/ptr conversions of reftypes"Paulo Matos1-0/+1
2021-08-02Revert "[WebAssembly] Add new pass to lower int/ptr conversions of reftypes"Paulo Matos1-1/+0
2021-08-02[WebAssembly] Add new pass to lower int/ptr conversions of reftypesPaulo Matos1-0/+1
2021-07-09[WebAssembly] Added initial type checker to MC AssemblerWouter van Oortmerssen1-0/+1
2021-05-24[WebAssembly] Add NullifyDebugValueLists passHeejin Ahn1-0/+1
2021-04-22[WebAssembly] Put utility functions in Utils directory (NFC)Heejin Ahn1-1/+2
2021-03-04[WebAssembly] Disable uses of __clang_call_terminateHeejin Ahn1-1/+0
2021-02-06[WebAssembly] Handle EH terminate pads for cleanupHeejin Ahn1-0/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-0/+20
2020-07-29[WebAssembly] Fix getBottom for loopsHeejin Ahn1-0/+1
2020-06-03Reland "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively1-0/+1
2020-06-03Revert "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively1-1/+0
2020-06-02[WebAssembly] Eliminate range checks on br_tablesThomas Lively1-0/+1
2020-05-14[WebAssembly] Added Debug Fixup passWouter van Oortmerssen1-0/+1
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively1-1/+0
2019-05-13[WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones1-1/+0
2019-01-30[WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn1-1/+0
2019-01-15[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik1-0/+1
2019-01-08[WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn1-1/+1
2018-10-22[WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backendThomas Lively1-1/+0
2018-08-27[WebAssembly] TableGen backend for stackifying instructionsThomas Lively1-0/+1
2018-08-21[WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn1-0/+1
2018-07-11[WebAssembly] Add pass to infer prototypes for prototype-less functionsSam Clegg1-0/+1
2018-06-25[WebAssembly] Add WebAssemblyException information analysisHeejin Ahn1-0/+1
2018-06-25[WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn1-1/+1
2018-05-31[WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn1-0/+1
2018-05-10[WebAssembly] Initial Disassembler.Sam Clegg1-0/+1
2018-04-04Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber1-1/+2
2018-03-20[WebAssembly] Added initial AsmParser implementation.Derek Schuff1-0/+2
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg1-0/+1
2017-02-27[WebAssembly] Split CFG-sorting into its own pass. NFC.Dan Gohman1-0/+1
2017-02-22[WebAssembly] Define a table of function signatures for runtime library calls.Dan Gohman1-0/+1
2017-01-07[WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman1-0/+1
2016-11-17[CMake] NFC. Updating CMake dependency specificationsChris Bieneman1-2/+3
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-0/+2
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff1-0/+1
2016-08-18[WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff1-1/+1
2016-08-01[WebAssembly] Add asm.js-style exception handling supportDerek Schuff1-0/+1
2016-05-17[WebAssembly] Remove our copy of PrologEpilogInserterDerek Schuff1-1/+0