summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+10
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-061-1/+1
* [MC][WebAssembly] Error on data symbols in the text section.Sam Clegg2019-09-251-1/+3
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-2/+7
* [WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2019-08-201-3/+1
* [WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.Sam Clegg2019-08-201-43/+15
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Delete dead storesFangrui Song2019-07-121-1/+0
* [WebAssembly] Fix list of relocations with addends in lldKeno Fischer2019-06-261-13/+1
* Use llvm::stable_sortFangrui Song2019-04-231-3/+2
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+12
* [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
OpenPOWER on IntegriCloud