index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
COFF
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGW
Martin Storsjo
2018-09-14
1
-1
/
+37
*
[COFF] Avoid copying of chunk vectors. NFC.
Martin Storsjo
2018-09-14
1
-1
/
+1
*
Remove an effectively unused local variable.
Nico Weber
2018-09-10
1
-3
/
+2
*
lld-link: Write an empty "repro" debug directory entry if /Brepro is passed
Nico Weber
2018-09-05
1
-18
/
+36
*
[COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...
Martin Storsjo
2018-08-31
1
-4
/
+4
*
[COFF] Support MinGW automatic dllimport of data
Martin Storsjo
2018-08-27
1
-0
/
+31
*
[COFF] Make the relocation scanning for CFG more discriminating
Hans Wennborg
2018-08-09
1
-7
/
+13
*
[COFF] Sort .reloc before all other discardable sections
Martin Storsjo
2018-07-20
1
-5
/
+2
*
[COFF] Write the debug directory and build id to a separate section for MinGW
Martin Storsjo
2018-07-20
1
-2
/
+6
*
[COFF] Don't produce base relocs for discardable sections
Martin Storsjo
2018-07-19
1
-1
/
+1
*
[coff] remove_dots from /PDBPATH but not /PDBALTPATH.
Zachary Turner
2018-07-12
1
-7
/
+4
*
[coff] Remove dots in path pointing to PDB file.
Zachary Turner
2018-07-12
1
-4
/
+7
*
[COFF] Store import symbol pointers as pointers to the base class
Martin Storsjo
2018-07-10
1
-4
/
+11
*
[COFF] Add an LLD specific option -debug:symbtab
Martin Storsjo
2018-06-29
1
-1
/
+1
*
lld-link: align sections to 16 bytes if referenced from the gfids table
Bob Haarman
2018-06-28
1
-0
/
+5
*
[COFF] Fix crash when emitting symbol tables with GC
Shoaib Meenai
2018-06-12
1
-1
/
+4
*
lld-link: Implement /INTEGRITYCHECK flag
Nico Weber
2018-05-31
1
-0
/
+2
*
[COFF] Unify output section code. NFC
Shoaib Meenai
2018-05-29
1
-22
/
+17
*
[COFF] Simplify symbol table output section computation
Shoaib Meenai
2018-05-29
1
-14
/
+9
*
[COFF] Add /Brepro and /TIMESTAMP options.
Zachary Turner
2018-05-17
1
-3
/
+5
*
COFF: Don't create unnecessary thunks.
Peter Collingbourne
2018-05-10
1
-6
/
+2
*
COFF: Preserve section type when processing /section flag.
Peter Collingbourne
2018-04-20
1
-1
/
+2
*
COFF: Use (name, output characteristics) as a key when grouping input section...
Peter Collingbourne
2018-04-20
1
-28
/
+64
*
COFF: Remove OutputSection::getPermissions() and getCharacteristics().
Peter Collingbourne
2018-04-19
1
-5
/
+5
*
COFF: Rename Chunk::getPermissions to getOutputCharacteristics.
Peter Collingbourne
2018-04-19
1
-1
/
+1
*
[COFF] Mark images with no exception handlers for /safeseh
Reid Kleckner
2018-04-18
1
-4
/
+12
*
COFF: Implement /pdbaltpath flag.
Peter Collingbourne
2018-04-17
1
-11
/
+4
*
COFF: Process /merge flag as we create output sections.
Peter Collingbourne
2018-04-07
1
-26
/
+43
*
COFF: Create output sections early. NFCI.
Peter Collingbourne
2018-04-06
1
-126
/
+119
*
COFF: Sort non-discardable sections at the same time as other sections. NFC.
Peter Collingbourne
2018-04-04
1
-9
/
+8
*
COFF: Layout sections in the same order as link.exe
Hans Wennborg
2018-04-04
1
-0
/
+25
*
[COFF] Clarify comment. NFC
Shoaib Meenai
2018-03-16
1
-6
/
+8
*
COFF: Implement string tail merging.
Peter Collingbourne
2018-03-15
1
-0
/
+4
*
COFF: Move assignment of section RVAs to assignAddresses(). NFCI.
Peter Collingbourne
2018-03-15
1
-37
/
+22
*
Resubmit "Write a hash of the executable into the PE timestamp fields."
Zachary Turner
2018-03-08
1
-14
/
+50
*
[COFF] Make the DOS stub a real DOS program
Hans Wennborg
2018-03-08
1
-3
/
+47
*
Revert "Write a hash of the executable into the PE timestamp fields."
Zachary Turner
2018-03-07
1
-50
/
+14
*
Write a hash of the executable into the PE timestamp fields.
Zachary Turner
2018-03-07
1
-14
/
+50
*
Remove an unused accessor and simplify the logic a bit. NFC.
Rui Ueyama
2018-02-17
1
-3
/
+3
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-12
/
+24
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
1
-22
/
+150
*
[COFF] Update comment to reflect link.exe behavior. NFC
Shoaib Meenai
2018-01-27
1
-3
/
+2
*
Add the /order option.
Rui Ueyama
2018-01-27
1
-0
/
+20
*
[coff] Print detailed timing information with /TIME.
Zachary Turner
2018-01-17
1
-1
/
+9
*
[LLD][COFF] Report error when file will exceed Windows maximum image size (4GB)
Rui Ueyama
2018-01-17
1
-4
/
+9
*
[COFF] Set the IMAGE_DLL_CHARACTERISTICS_NO_SEH flag automatically
Martin Storsjo
2017-12-15
1
-0
/
+3
*
[COFF] Sort .pdata for arm64
Martin Storsjo
2017-12-14
1
-1
/
+1
*
Always evaluate the second argument for CHECK() lazily.
Rui Ueyama
2017-12-06
1
-1
/
+1
*
COFF: Simplify construction of safe SEH table. NFCI.
Peter Collingbourne
2017-11-28
1
-5
/
+4
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
[prev]
[next]