| Commit message (Expand) | Author | Age | Files | Lines |
* | [LLD] Remove global state in lld/COFF | Amy Huang | 2023-01-09 | 1 | -20/+22 |
* | Revert "[LLD] Remove global state in lld/COFF" | Martin Storsjö | 2023-01-09 | 1 | -22/+20 |
* | [LLD] Remove global state in lld/COFF | Amy Huang | 2023-01-08 | 1 | -20/+22 |
* | [LLD][COFF] Support /MAPINFO flag | Pengxuan Zheng | 2022-09-20 | 1 | -0/+13 |
* | Rename parallelForEachN to just parallelFor | Nico Weber | 2022-06-19 | 1 | -1/+1 |
* | Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes... | Amy Huang | 2021-09-17 | 1 | -20/+18 |
* | Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes... | Amy Huang | 2021-09-16 | 1 | -18/+20 |
* | [LLD] Remove global state in lld/COFF | Amy Huang | 2021-09-16 | 1 | -20/+18 |
* | [Support] Move LLD's parallel algorithm wrappers to support | Reid Kleckner | 2020-05-05 | 1 | -1/+1 |
* | [lld-link] Support /map option, matching link.exe 's /map output format | Sylvain Audi | 2020-03-24 | 1 | -57/+256 |
* | Remove namespace lld { namespace coff { from COFF LLD cpp files | Reid Kleckner | 2020-02-25 | 1 | -7/+3 |
* | [COFF] Wrap definitions in namespace lld { namespace coff {. NFC | Fangrui Song | 2019-10-10 | 1 | -3/+6 |
* | Fight a bit against global initializers. NFC. | Benjamin Kramer | 2019-08-22 | 1 | -2/+2 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Update comments for r365730. NFC. | Rui Ueyama | 2019-07-11 | 1 | -1/+1 |
* | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -51/+51 |
* | Re-land r361206 "[COFF] Store alignment in log2 form, NFC" | Reid Kleckner | 2019-05-22 | 1 | -1/+1 |
* | Revert r361206 "[COFF] Store alignment in log2 form, NFC" | Nico Weber | 2019-05-21 | 1 | -1/+1 |
* | [COFF] Store alignment in log2 form, NFC | Reid Kleckner | 2019-05-20 | 1 | -1/+1 |
* | Replace `typedef A B` with `using B = A`. NFC. | Rui Ueyama | 2019-04-01 | 1 | -2/+2 |
* | [LLD][COFF] Support /threads[:no] like the ELF driver | Alexandre Ganea | 2019-02-27 | 1 | -2/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [COFF] Add support for creating range extension thunks for ARM | Martin Storsjo | 2018-09-25 | 1 | -1/+1 |
* | COFF: Move assignment of section RVAs to assignAddresses(). NFCI. | Peter Collingbourne | 2018-03-15 | 1 | -1/+1 |
* | Rename Indent{1,2} -> Indent{8,16}. | Rui Ueyama | 2018-03-07 | 1 | -4/+4 |
* | Do not create temporary strings just to print out spaces. NFC. | Rui Ueyama | 2018-03-06 | 1 | -4/+5 |
* | Consistent (non) use of empty lines in include blocks | Sam Clegg | 2018-02-20 | 1 | -1/+0 |
* | COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols. | Peter Collingbourne | 2017-11-20 | 1 | -1/+1 |
* | Rename SymbolBody -> Symbol | Rui Ueyama | 2017-11-03 | 1 | -1/+1 |
* | [lld] unified COFF and ELF error handling on new Common/ErrorHandler | Bob Haarman | 2017-10-25 | 1 | -1/+1 |
* | Remove {get,set}Align accessor functions and use Alignment member variable in... | Rui Ueyama | 2017-09-13 | 1 | -1/+1 |
* | Add {Obj,Import,Bitcode}File::Instances to COFF input files. | Rui Ueyama | 2017-07-27 | 1 | -1/+1 |
* | Rename ObjectFile ObjFile for COFF as well. | Rui Ueyama | 2017-07-26 | 1 | -1/+1 |
* | [Support] Move Parallel algorithms from LLD to LLVM. | Zachary Turner | 2017-05-11 | 1 | -1/+1 |
* | [Core] Make parallel algorithms match C++ Parallelism TS. | Zachary Turner | 2017-05-10 | 1 | -1/+1 |
* | Fix comments. | Rui Ueyama | 2017-04-30 | 1 | -7/+5 |
* | Port recent changes to ELF/MapFile.cpp to COFF. | Rui Ueyama | 2017-04-29 | 1 | -57/+70 |
* | Print alignment in decimal instead of hexadecimal. | Rui Ueyama | 2017-01-31 | 1 | -1/+1 |
* | [COFF] - Fixed format in writeOutSecLine() | George Rimar | 2017-01-16 | 1 | -1/+2 |
* | Simplify string output. NFC. | Rui Ueyama | 2017-01-15 | 1 | -6/+2 |
* | Directly write to a -Map file. | Rui Ueyama | 2017-01-15 | 1 | -16/+8 |
* | COFF: Change the /lldmap output format to be more like the ELF linker. | Peter Collingbourne | 2017-01-14 | 1 | -0/+125 |