summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-0/+5
* [WebAssembly] Rename wasm fixup kindsSam Clegg2019-03-281-4/+1
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-28/+36
* [WebAssembly] Target features sectionThomas Lively2019-03-201-1/+10
* [WebAssembly] Add support for data sections in the assembler.Wouter van Oortmerssen2019-03-041-1/+1
* Fix "enumeral and non-enumeral type in conditional expression" gcc7 warning. ...Simon Pilgrim2019-02-241-1/+2
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-6/+7
* [WebAssembly] MC: Handle aliases of aliasesSam Clegg2019-02-221-6/+7
* [WebAssembly] Don't create MSSymbolWasm object for non-symbolsSam Clegg2019-02-211-9/+4
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-7/+13
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-1/+4
* [WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg2019-02-071-0/+2
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-34/+28
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-34/+34
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-011-10/+10
* [WebAssembly] MC: Fix for outputing wasm object to /dev/nullSam Clegg2019-01-311-1/+7
* [WebAssembly] MC: Use WritePatchableLEB helper function. NFC.Sam Clegg2019-01-301-33/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-17/+30
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-30/+17
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-17/+30
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-1/+1
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] Remove unused function return types (NFC)Heejin Ahn2018-11-201-6/+4
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-51/+140
* [WebAssembly] Change indices types to unsined int (NFC)Heejin Ahn2018-11-021-4/+4
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-1/+3
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-3/+1
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-1/+3
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-2/+5
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-35/+35
* [WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg2018-08-221-5/+17
* [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
OpenPOWER on IntegriCloud