summaryrefslogtreecommitdiff
path: root/lld/wasm/WriterUtils.cpp
AgeCommit message (Expand)Author
2025-05-04[lld] Remove unused local variables (NFC) (#138470)Kazu Hirata
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald
2024-05-28[WebAssembly] Add exnref type (#93586)Heejin Ahn
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn
2021-09-10[lld][WebAssembly] Cleanup output of --verboseSam Clegg
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-03-24[WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC.Andy Wingo
2021-02-11[lld][WebAssembly] Common superclass for input globals/events/tablesAndy Wingo
2021-01-14[lld][WebAssembly] Add support for handling table symbolsAndy Wingo
2021-01-09[WebAssembly] Remove exnref and br_on_exnHeejin Ahn
2020-12-03[WebAssembly] Fixed Writer::createInitMemoryFunction to work for wasm64Wouter van Oortmerssen
2020-11-25[WebAssembly] Factor out WasmTableType in binary formatAndy Wingo
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos
2020-08-12[lld][WebAssembly] Emit all return types of multivalue functionsSamuel Kostial
2020-06-22[WebAssembly] Add support for externalref to MC and wasm-ldSam Clegg
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-04-30[WebAssmebly] Add support for defined wasm globals in MC and lldSam Clegg
2020-04-06[WebAssembly] Handle event exportsHeejin Ahn
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song
2019-09-04[WebAssembly] Initialize memory in start functionThomas Lively
2019-07-15[WebAssembly] Rename except_ref type to exnrefHeejin Ahn
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-04-18[wasm] Simplify. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08[WebAssembly] Instruction renamingThomas Lively
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-21[WebAssembly] Delete unused using statements (NFC)Heejin Ahn
2018-11-01[WebAssembly] Remove duplicate function. NFC.Sam Clegg
2018-10-03[WebAssembly] Refactor use of signaturesDerek Schuff
2018-09-20[WebAssembly] Add v128 value typeThomas Lively
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-15[lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-03-27[WebAssembly] Add export/import for function pointer tableNicholas Wilson
2018-03-08[WebAssembly] Add except_ref as a first-class typeHeejin Ahn
2018-03-07[WebAssembly] Run clang-format. NFCNicholas Wilson
2018-03-02[WebAssembly] Rename global types to match the notation in the specNicholas Wilson
2018-03-01[WebAssembly] Use uint8_t for single byte values to match the specSam Clegg
2018-03-01[WebAssembly] Use Twine rather than StringRef for logging messagesSam Clegg
2018-02-28[WebAssembly] Fix variable name.Rui Ueyama
2018-02-23[WebAssembly] Add explicit symbol tableSam Clegg
2018-02-20Consistent (non) use of empty lines in include blocksSam Clegg
2018-02-20Do not create a temporary data structure for relocations.Rui Ueyama
2018-02-16Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama
2018-02-16Style fix. NFC.Rui Ueyama