summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] MC: Add compile-twice test and fix corresponding bugSam Clegg2018-05-301-1/+1
* MC: Remove stream and output functions from MCObjectWriter. NFCI.Peter Collingbourne2018-05-211-2/+1
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-211-3/+6
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-211-89/+90
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-2/+2
* [MC] Relax .fill size requirementsNirav Dave2018-05-181-3/+4
* [WebAssembly] MC: Fix typo in commentSam Clegg2018-05-171-1/+1
* [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against ...Sam Clegg2018-05-161-1/+17
* [WebAssembly] Move toString helpers to BinaryFormatSam Clegg2018-05-141-27/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-29/+30
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-101-5/+16
* [WebAssembly] MC: Use existing MCSymbol.Index field rather than inventing ext...Sam Clegg2018-05-081-15/+11
* [WebAssembly] Ensure all .debug_XXX section has proper symbol namesSam Clegg2018-05-071-1/+5
* [WebAssembly] MC: Create and use first class section symbolsSam Clegg2018-05-021-143/+105
* Fix release build breakageSam Clegg2018-05-021-0/+2
* [MC] Add llvm_unreachable to toString to fix compile time warning.Florian Hahn2018-05-011-2/+1
* NFC, Avoid a warning in WasmObjectWriterGabor Buella2018-05-011-0/+2
* [WebAssembly] MC: Improve debug outputSam Clegg2018-04-301-8/+33
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [WebAssembly] Section symbols must have local bindingSam Clegg2018-04-271-1/+1
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-25/+164
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-1/+2
* [wasm] Fix uninitialized memory introduced in r330749.Chandler Carruth2018-04-241-1/+1
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-49/+31
* [WebAssembly] MC: Refactor section creation codeSam Clegg2018-04-231-17/+14
* [WebAssembly] Allow for the creation of user-defined custom sectionsSam Clegg2018-04-051-1/+43
* [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
OpenPOWER on IntegriCloud