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
/
DLL.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix alignment of thunks for ARM/ARM64
Martin Storsjö
2020-06-17
1
-4
/
+12
*
dummy comment typo fix commit to cycle the bots
Nico Weber
2019-10-10
1
-1
/
+1
*
[COFF] Clarify a comment. NFC.
Martin Storsjo
2019-08-02
1
-1
/
+1
*
[COFF] Rename variale references in comments after VariableName -> variableNa...
Fangrui Song
2019-07-16
1
-1
/
+1
*
[COFF] Share the tail in delayimport symbol thunks
Martin Storsjo
2019-07-11
1
-30
/
+124
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-282
/
+282
*
[COFF] De-virtualize Chunk and SectionChunk
Reid Kleckner
2019-05-24
1
-17
/
+16
*
Re-land r361206 "[COFF] Store alignment in log2 form, NFC"
Reid Kleckner
2019-05-22
1
-4
/
+6
*
Revert r361206 "[COFF] Store alignment in log2 form, NFC"
Nico Weber
2019-05-21
1
-6
/
+4
*
[COFF] Store alignment in log2 form, NFC
Reid Kleckner
2019-05-20
1
-4
/
+6
*
[COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC
Reid Kleckner
2019-05-09
1
-43
/
+40
*
Fix broken export table if .rdata is merged with .text.
Rui Ueyama
2019-01-24
1
-1
/
+15
*
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
/
+2
*
[COFF] Add and use a Wordsize field in Config. NFCI.
Martin Storsjo
2018-10-11
1
-10
/
+12
*
[COFF] Support linking to import libraries from GNU binutils
Martin Storsjo
2018-09-21
1
-24
/
+0
*
[COFF] Add support for delay loading DLLs for ARM64
Martin Storsjo
2018-09-18
1
-0
/
+54
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+1
*
[COFF] Don't set the thumb bit in address table entries for data symbols
Martin Storsjo
2017-12-20
1
-5
/
+5
*
Remove {get,set}Align accessor functions and use Alignment member variable in...
Rui Ueyama
2017-09-13
1
-5
/
+4
*
[COFF] Add support for delay loading DLLs on ARM
Martin Storsjo
2017-07-25
1
-1
/
+47
*
[COFF] Correctly set the thumb bit in DLL export addresses
Martin Storsjo
2017-07-25
1
-2
/
+6
*
[COFF] Align import address chunks to the pointer size
Martin Storsjo
2017-07-20
1
-3
/
+3
*
Revert "Merge IAT and ILT."
Reid Kleckner
2017-06-02
1
-7
/
+8
*
Merge IAT and ILT.
Rui Ueyama
2017-05-18
1
-8
/
+7
*
COFF: Replace DLLNames maps with vectors.
Peter Collingbourne
2017-05-18
1
-14
/
+6
*
Use make<> everywhere in COFF to make it consistent with ELF.
Rui Ueyama
2017-05-18
1
-83
/
+68
*
COFF: New symbol table design.
Peter Collingbourne
2016-12-09
1
-1
/
+1
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
COFF: Implement DLL symbol forwarding.
Rui Ueyama
2016-01-09
1
-2
/
+17
*
COFF: Rename RoundUpToAlignment -> align.
Rui Ueyama
2016-01-08
1
-1
/
+1
*
COFF: Make Chunk::writeTo() const. NFC.
Rui Ueyama
2015-09-19
1
-12
/
+12
*
Remove unused #includes.
Rui Ueyama
2015-09-19
1
-1
/
+0
*
COFF: Preserve original spelling of DLL file name.
Rui Ueyama
2015-09-02
1
-4
/
+4
*
COFF: Improve dllexported name mangling compatibility.
Rui Ueyama
2015-08-31
1
-1
/
+1
*
COFF: Fix the order of the DLL import entry.
Rui Ueyama
2015-08-17
1
-13
/
+15
*
COFF: In chunks, store the offset from the start of the output section. NFC.
Rafael Espindola
2015-08-14
1
-21
/
+21
*
Move file-local classes to an anonymous namespace. NFC.
Rui Ueyama
2015-08-10
1
-166
/
+168
*
COFF: Fix export symbol names for x86.
Rui Ueyama
2015-07-28
1
-1
/
+1
*
COFF: Fix 32-bit delay-import address table.
Rui Ueyama
2015-07-28
1
-2
/
+6
*
COFF: Use short identifiers. NFC.
Rui Ueyama
2015-07-25
1
-1
/
+1
*
COFF: Handle base relocation as a tuple of relocation type and RVA. NFC.
Rui Ueyama
2015-07-25
1
-5
/
+5
*
COFF: Don't assume !is64() means i386.
Rui Ueyama
2015-07-25
1
-6
/
+12
*
COFF: Fix __ImageBase symbol relocation.
Rui Ueyama
2015-07-24
1
-2
/
+2
*
COFF: Fix offset in x86 delay-load thunks.
Rui Ueyama
2015-07-15
1
-1
/
+1
*
COFF: Implement x86 delay-load thunks.
Rui Ueyama
2015-07-15
1
-8
/
+50
*
COFF: Support 32-bit x86 DLL import table.
Rui Ueyama
2015-07-09
1
-8
/
+12
*
COFF: Fix ordinal-only delay-imported symbols.
Rui Ueyama
2015-07-03
1
-4
/
+8
*
COFF: Rename getReplacement -> repl.
Rui Ueyama
2015-07-02
1
-1
/
+1
*
COFF: Simplify and rename findMangle. NFC.
Rui Ueyama
2015-07-02
1
-1
/
+1
[next]