| Commit message (Expand) | Author | Age | Files | Lines |
* | [COFF] Rename variale references in comments after VariableName -> variableNa... | Fangrui Song | 2019-07-16 | 1 | -4/+4 |
* | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -403/+403 |
* | Make functions and member variables distinguishable even after the name style... | Rui Ueyama | 2019-07-10 | 1 | -1/+1 |
* | Port r363962 to COFF: Deduplicate undefined symbol diagnostics | Nico Weber | 2019-06-25 | 1 | -2/+9 |
* | [lld] Allow unrecognized signatures in debug sections | Reid Kleckner | 2019-06-12 | 1 | -4/+7 |
* | [COFF] Add ImportChunkThunk, simplify, deduplicate | Reid Kleckner | 2019-05-28 | 1 | -1/+1 |
* | Fix 'warning: comparison is always true due to limited range of data type [-W... | Alexandre Ganea | 2019-05-28 | 1 | -1/+1 |
* | [COFF] De-virtualize Chunk and SectionChunk | Reid Kleckner | 2019-05-24 | 1 | -11/+6 |
* | [COFF] Replace OutputSection* with uint16_t index in Chunk | Reid Kleckner | 2019-05-24 | 1 | -3/+2 |
* | [COFF] Remove finalizeContents virtual method from Chunk, NFC | Reid Kleckner | 2019-05-24 | 1 | -7/+8 |
* | Re-land r361206 "[COFF] Store alignment in log2 form, NFC" | Reid Kleckner | 2019-05-22 | 1 | -10/+14 |
* | Revert r361206 "[COFF] Store alignment in log2 form, NFC" | Nico Weber | 2019-05-21 | 1 | -12/+9 |
* | [COFF] Store alignment in log2 form, NFC | Reid Kleckner | 2019-05-20 | 1 | -9/+12 |
* | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -1/+1 |
* | [COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC | Reid Kleckner | 2019-05-09 | 1 | -27/+26 |
* | [COFF] Store Chunk RVAs and section offsets as uint32_t | Reid Kleckner | 2019-05-07 | 1 | -1/+1 |
* | Shrink SectionChunk by combining Relocs and SectionName sizes | Reid Kleckner | 2019-05-03 | 1 | -9/+14 |
* | [Object] Change getSectionName() to return Expected<StringRef> | Fangrui Song | 2019-05-02 | 1 | -1/+2 |
* | [COFF] Reduce the size of Chunk and SectionChunk, NFC | Reid Kleckner | 2019-04-02 | 1 | -3/+12 |
* | [COFF] Optimize range extension thunk insertion memory usage | Reid Kleckner | 2019-03-28 | 1 | -22/+3 |
* | [LLD][COFF] Add support for /FUNCTIONPADMIN command-line option | Alexandre Ganea | 2019-02-23 | 1 | -0/+34 |
* | [COFF] Create range extension thunks for ARM64 | Martin Storsjo | 2019-02-01 | 1 | -2/+22 |
* | [COFF] Add support for the new relocation IMAGE_REL_ARM{,64}_REL32 | Martin Storsjo | 2019-01-27 | 1 | -0/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Do not assume .idata is zero-initialized. | Rui Ueyama | 2018-11-30 | 1 | -0/+1 |
* | [COFF] Simplify relocation to discarded section diagnostic code, NFC | Reid Kleckner | 2018-11-13 | 1 | -29/+36 |
* | [COFF] Improve relocation against discarded section error | Reid Kleckner | 2018-11-08 | 1 | -2/+4 |
* | [COFF] Add and use a Wordsize field in Config. NFCI. | Martin Storsjo | 2018-10-11 | 1 | -6/+2 |
* | [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections | Alexandre Ganea | 2018-10-05 | 1 | -0/+7 |
* | [COFF] In MinGW mode, ignore relocations against a discarded section | Martin Storsjo | 2018-09-30 | 1 | -1/+6 |
* | [COFF] Allow automatic dllimport from gnu import libraries | Martin Storsjo | 2018-09-26 | 1 | -2/+2 |
* | [COFF] Add support for creating range extension thunks for ARM | Martin Storsjo | 2018-09-25 | 1 | -9/+53 |
* | [COFF] Add support for delay loading DLLs for ARM64 | Martin Storsjo | 2018-09-18 | 1 | -3/+3 |
* | [COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGW | Martin Storsjo | 2018-09-14 | 1 | -0/+13 |
* | [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w... | Martin Storsjo | 2018-08-31 | 1 | -2/+2 |
* | [COFF] Support MinGW automatic dllimport of data | Martin Storsjo | 2018-08-27 | 1 | -0/+133 |
* | [COFF] Check the instructions in ARM MOV32T relocations | Martin Storsjo | 2018-08-27 | 1 | -3/+9 |
* | [COFF] Move a comment close to the code it refers to. NFC. | Martin Storsjo | 2018-08-22 | 1 | -3/+3 |
* | [COFF] Change fatal() into error() when writing chunks to the output | Martin Storsjo | 2018-08-22 | 1 | -15/+20 |
* | [COFF] report file containing unsupported relocation | Bob Haarman | 2018-06-07 | 1 | -4/+8 |
* | COFF: Allow ICFing sections with different alignments. | Peter Collingbourne | 2018-05-14 | 1 | -0/+1 |
* | [COFF] Implement the remaining ARM64 relocations | Martin Storsjo | 2018-05-04 | 1 | -5/+27 |
* | Fix nullptr passed to memcpy in lld/COFF/Chunks.cpp | Bob Haarman | 2018-04-20 | 1 | -1/+2 |
* | COFF: Preserve section type when processing /section flag. | Peter Collingbourne | 2018-04-20 | 1 | -1/+1 |
* | COFF: Remove OutputSection::getPermissions() and getCharacteristics(). | Peter Collingbourne | 2018-04-19 | 1 | -1/+1 |
* | COFF: Rename Chunk::getPermissions to getOutputCharacteristics. | Peter Collingbourne | 2018-04-19 | 1 | -3/+3 |
* | COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI. | Peter Collingbourne | 2018-04-17 | 1 | -2/+1 |
* | COFF: Implement string tail merging. | Peter Collingbourne | 2018-03-15 | 1 | -0/+42 |
* | Simplify. | Rui Ueyama | 2018-02-17 | 1 | -5/+4 |
* | Remove an unused accessor and simplify the logic a bit. NFC. | Rui Ueyama | 2018-02-17 | 1 | -4/+7 |