Fangrui Song
|
990493632c
[COFF] Wrap definitions in namespace lld { namespace coff {. NFC
|
5 years ago |
Benjamin Kramer
|
b1924e9fa4
Fight a bit against global initializers. NFC.
|
6 years ago |
Fangrui Song
|
f620d686c8
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Rui Ueyama
|
128a00d4fe
Update comments for r365730. NFC.
|
6 years ago |
Rui Ueyama
|
cc52c36bd9
[Coding style change][lld] Rename variables for non-ELF ports
|
6 years ago |
Reid Kleckner
|
de41f75e4c
Re-land r361206 "[COFF] Store alignment in log2 form, NFC"
|
6 years ago |
Nico Weber
|
e7da41ab8a
Revert r361206 "[COFF] Store alignment in log2 form, NFC"
|
6 years ago |
Reid Kleckner
|
c1d3518617
[COFF] Store alignment in log2 form, NFC
|
6 years ago |
Rui Ueyama
|
d552439bb4
Replace `typedef A B` with `using B = A`. NFC.
|
6 years ago |
Alexandre Ganea
|
ff99201fbe
[LLD][COFF] Support /threads[:no] like the ELF driver
|
6 years ago |
Chandler Carruth
|
77351c1d95
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Martin Storsjo
|
2713906218
[COFF] Add support for creating range extension thunks for ARM
|
7 years ago |
Peter Collingbourne
|
a284e20b6a
COFF: Move assignment of section RVAs to assignAddresses(). NFCI.
|
7 years ago |
Rui Ueyama
|
30945ac648
Rename Indent{1,2} -> Indent{8,16}.
|
7 years ago |
Rui Ueyama
|
3e80562637
Do not create temporary strings just to print out spaces. NFC.
|
7 years ago |
Sam Clegg
|
6ce22bd6ad
Consistent (non) use of empty lines in include blocks
|
7 years ago |
Peter Collingbourne
|
c894048226
COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols.
|
7 years ago |
Rui Ueyama
|
7ff1eed057
Rename SymbolBody -> Symbol
|
7 years ago |
Bob Haarman
|
3c9ede4167
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
|
7 years ago |
Rui Ueyama
|
9e2bec8043
Remove {get,set}Align accessor functions and use Alignment member variable instead.
|
8 years ago |
Rui Ueyama
|
d602c0e410
Add {Obj,Import,Bitcode}File::Instances to COFF input files.
|
8 years ago |
Rui Ueyama
|
a0a0f469f0
Rename ObjectFile ObjFile for COFF as well.
|
8 years ago |
Zachary Turner
|
8524635c2c
[Support] Move Parallel algorithms from LLD to LLVM.
|
8 years ago |
Zachary Turner
|
b640a3f1e4
[Core] Make parallel algorithms match C++ Parallelism TS.
|
8 years ago |
Rui Ueyama
|
16f63b2650
Fix comments.
|
8 years ago |
Rui Ueyama
|
baecb4cafd
Port recent changes to ELF/MapFile.cpp to COFF.
|
8 years ago |
Rui Ueyama
|
729dbb6a1c
Print alignment in decimal instead of hexadecimal.
|
8 years ago |
George Rimar
|
ea81c07e46
[COFF] - Fixed format in writeOutSecLine()
|
8 years ago |
Rui Ueyama
|
83a9c84c75
Simplify string output. NFC.
|
8 years ago |
Rui Ueyama
|
3d1a7b9834
Directly write to a -Map file.
|
8 years ago |