summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+3
* [WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson2018-03-051-1/+1
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-9/+9
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-281-41/+40
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-9/+3
* Simplify a DEBUG statement to remove a set but not used variable in release b...Eric Christopher2018-02-231-7/+4
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-132/+160
* [WebAssembly] MC: Make explicit our current lack of support for relocations a...Sam Clegg2018-02-161-2/+17
* [WebAssembly] MC: Remove redundant struct typesSam Clegg2018-02-121-52/+35
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-79/+9
* [WebAssembly] MC: Resolve aliases when creating provisional table entriesSam Clegg2018-01-311-31/+25
* [WebAssembly] Remove some unused code and tidy logging. NFC.Sam Clegg2018-01-311-14/+7
* [WebAssembly] Remove "name" section of object wasm object filesSam Clegg2018-01-231-33/+0
* [WebAssembly] Store function index rather than table index in TABLE_INDEX rel...Sam Clegg2018-01-231-59/+53
* [WebAssembly] MC: Start table at offset 1 rather than 0Sam Clegg2018-01-191-2/+6
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-14/+11
* [WebAssembly] Make WasmObjectWriter's destructor public; NFCDan Gohman2018-01-151-5/+2
* [WebAssembly] MC: Remove SetUsed argument when calling MCSymbol::isDefined et alSam Clegg2018-01-111-7/+7
* [WebAssemlby] MC: Don't write COMDAT symbols as global importsSam Clegg2018-01-111-1/+2
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-5/+46
* Use a MCExpr for the size of MCFillFragment.Rafael Espindola2018-01-091-1/+4
* [WebAssembly] MC: Use zero for provisional value of undefined symbolsSam Clegg2018-01-091-2/+2
* [WebAssembly] MC: Fix for address taken aliasesSam Clegg2017-12-221-39/+30
* [WebAssembly] Fix local references to weak aliasesSam Clegg2017-12-211-2/+2
* [WebAssembly] Remove an obsolete comment.Dan Gohman2017-12-201-2/+1
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-151-4/+75
* Remove redundant includes from lib/MC.Michael Zolotukhin2017-12-131-2/+0
* Reland "[WebAssembly] Import the linear memory and function table."Sam Clegg2017-12-111-40/+42
* Revert "[WebAssembly] Import the linear memory and function table."Sam Clegg2017-12-071-42/+40
* [WebAssembly] Import the linear memory and function table.Dan Gohman2017-12-061-40/+42
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-061-35/+4
* [WebAssembly] Make stack-pointer imports mutable.Dan Gohman2017-12-051-40/+47
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-051-11/+12
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-031-2/+6
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-021-6/+2
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-301-2/+6
* [WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman2017-11-281-3/+6
* [WebAssembly] MC: Don't allow zero sized data segmentsSam Clegg2017-10-271-0/+8
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-6/+11
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+5
* [MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriterLang Hames2017-10-101-5/+8
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-15/+15
* [WebAssembly] Model weakly defined symbols as wasm exportsSam Clegg2017-09-261-1/+2
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-201-15/+22
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-3/+16
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-16/+3
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-3/+16
* [WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg2017-09-151-48/+54
OpenPOWER on IntegriCloud