| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lld] Fix trivial typos in comments | Kazuaki Ishizaki | 2020-01-06 | 1 | -2/+1 |
| * | [lld][WebAssebmly] Preserve custom import attributes with LTO | Sam Clegg | 2019-10-17 | 1 | -2/+2 |
| * | [lld][WebAssembly] Fix for weak references to data symbols in archives | Sam Clegg | 2019-10-17 | 1 | -1/+1 |
| * | [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC | Fangrui Song | 2019-10-10 | 1 | -16/+19 |
| * | [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f... | Sam Clegg | 2019-09-24 | 1 | -2/+7 |
| * | [lld][WebAssembly] Preserve symbol flags in --relocatable output | Sam Clegg | 2019-09-23 | 1 | -1/+2 |
| * | [WebAssembly][lld] Fix crash when applying relocations to debug sections | Sam Clegg | 2019-08-20 | 1 | -1/+1 |
| * | [lld][WebAssembly] Fix handling of comdat functions in init array. | Sam Clegg | 2019-07-17 | 1 | -6/+4 |
| * | [WebAssembly] Rename variale references in comments after VariableName -> var... | Fangrui Song | 2019-07-16 | 1 | -1/+1 |
| * | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -281/+281 |
| * | [lld][WebAssembly] Report undefined symbols during scanRelocations | Sam Clegg | 2019-07-09 | 1 | -16/+2 |
| * | [WebAssembly] Fix accidental omission from rLLD364367 | Keno Fischer | 2019-06-26 | 1 | -0/+1 |
| * | [lld/WebAssembly] Slightly nicer error message for malformed input files | Keno Fischer | 2019-06-26 | 1 | -1/+2 |
| * | [WebAssembly] Fix for discarded init functions | Sam Clegg | 2019-06-07 | 1 | -14/+24 |
| * | [WebAssembly] Handle object parsing more like the ELF backend | Sam Clegg | 2019-06-05 | 1 | -2/+2 |
| * | [lld] Explicitly ignore comdat groups when parsing LTO object(s) | Sam Clegg | 2019-06-05 | 1 | -9/+5 |
| * | [WebAssembly] Move direct call tracking from member to local. NFC. | Sam Clegg | 2019-05-29 | 1 | -3/+10 |
| * | [WebAssembly] Relax signature checking for undefined functions that are not c... | Sam Clegg | 2019-05-24 | 1 | -12/+22 |
| * | [WebAssembly] Add --reproduce. | Rui Ueyama | 2019-05-21 | 1 | -0/+6 |
| * | [WebAssembly] Refactor synthetic sections and relocation processing. NFC. | Sam Clegg | 2019-05-21 | 1 | -2/+5 |
| * | [WebAssembly] LTO: Honor comdat groups when loading bitcode files | Sam Clegg | 2019-05-15 | 1 | -10/+22 |
| * | [WebAssembly] Don't assume that strongly defined symbols are DSO-local | Sam Clegg | 2019-05-10 | 1 | -0/+2 |
| * | Revert "[WebAssembly] Don't generate unused table entries." | Sam Clegg | 2019-05-09 | 1 | -2/+0 |
| * | [WebAssembly] Don't generate unused table entries. | Sam Clegg | 2019-05-07 | 1 | -0/+2 |
| * | [WebAssembly] Fix typo in relocation checking | Sam Clegg | 2019-04-23 | 1 | -1/+3 |
| * | [WebAssembly] Error on relocations against undefined data symbols. | Sam Clegg | 2019-04-22 | 1 | -14/+32 |
| * | [WebAssembly] Fix R_WASM_FUNCTION_OFFSET_I32 relocation warnings | Sam Clegg | 2019-04-22 | 1 | -6/+7 |
| * | [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive. | Sam Clegg | 2019-04-09 | 1 | -5/+5 |
| * | [WebAssembly] Add new explicit relocation types for PIC relocations | Sam Clegg | 2019-04-04 | 1 | -2/+6 |
| * | [WebAssembly] Initial implementation of PIC code generation | Sam Clegg | 2019-03-26 | 1 | -3/+6 |
| * | [WebAssembly] Target features section | Thomas Lively | 2019-03-20 | 1 | -2/+0 |
| * | [WebAssembly] Improve support for "needed" list in dylink section | Sam Clegg | 2019-03-13 | 1 | -1/+6 |
| * | [WebAssembly] Fix imported function symbol names that differ from their impor... | Dan Gohman | 2019-02-07 | 1 | -3/+7 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -1/+1 |
| * | [WebAssembly] Update relocation naming to match llvm change. NFC. | Sam Clegg | 2019-02-04 | 1 | -28/+28 |
| * | [WebAssembly] Support imports from custom module names | Sam Clegg | 2019-02-01 | 1 | -2/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Merge producers section | Thomas Lively | 2019-01-17 | 1 | -0/+2 |
| * | Revert "[WebAssembly] Merge producers section" | Thomas Lively | 2019-01-17 | 1 | -2/+0 |
| * | [WebAssembly] Merge producers section | Thomas Lively | 2019-01-16 | 1 | -0/+2 |
| * | [WebAssembly] Add support for the event section | Heejin Ahn | 2018-12-08 | 1 | -3/+23 |
| * | [WebAssembly] Fix inaccurate comments / assertion messages | Heejin Ahn | 2018-11-19 | 1 | -1/+1 |
| * | [WebAssembly] Move .debug_line section address of dead function outside secti... | Yury Delendik | 2018-09-24 | 1 | -2/+3 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-08-29 | 1 | -15/+15 |
| * | [WebAssembly] Optimise relocation processing. NFC. | Sam Clegg | 2018-08-22 | 1 | -12/+40 |
| * | [WebAssembly] Add support for --whole-archive. | Sam Clegg | 2018-07-23 | 1 | -12/+12 |
| * | [WebAssembly] Fix archive member display in error messages | Sam Clegg | 2018-07-18 | 1 | -4/+4 |
| * | [WebAssembly] Add support for bitcode archive members | Sam Clegg | 2018-06-28 | 1 | -2/+8 |
| * | [WebAssembly] Initial support for LTO | Sam Clegg | 2018-05-30 | 1 | -0/+42 |
| * | [WebAssembly] Fix crash when relocation synbol is not live | Sam Clegg | 2018-05-23 | 1 | -1/+2 |