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
/
Chunks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Factor out common code from applySecRel functions.
Rui Ueyama
2018-02-17
1
-24
/
+29
*
[COFF] Add support for ARM64 secrel relocations for add/load instructions
Martin Storsjo
2018-02-16
1
-0
/
+31
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
1
-3
/
+5
*
[COFF] Error out if 20 bit thumb branches are out of range
Martin Storsjo
2017-12-14
1
-0
/
+2
*
Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-28
1
-9
/
+2
*
Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-27
1
-2
/
+9
*
COFF: Do not create SectionChunks for discarded comdat sections.
Peter Collingbourne
2017-11-27
1
-9
/
+2
*
COFF: Correctly handle relocations against early discarded sections.
Peter Collingbourne
2017-11-20
1
-2
/
+15
*
[COFF] Add support for IMAGE_REL_ARM64_SECREL
Martin Storsjo
2017-11-08
1
-0
/
+1
*
[COFF] Handle ARM64 in getDefaultType
Martin Storsjo
2017-11-06
1
-0
/
+1
*
[COFF] Avoid "Body" as a local variable name.
Rui Ueyama
2017-11-03
1
-4
/
+2
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-2
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
[COFF] Implement support for IMAGE_REL_ARM64_ADDR32NB
Martin Storsjo
2017-10-12
1
-0
/
+1
*
[COFF] Adjust secrel limit check
Shoaib Meenai
2017-09-20
1
-1
/
+4
*
Remove {get,set}Align accessor functions and use Alignment member variable in...
Rui Ueyama
2017-09-13
1
-7
/
+3
*
[COFF] Add support for aligncomm directives
Martin Storsjo
2017-08-14
1
-0
/
+4
*
Rename ObjectFile ObjFile for COFF as well.
Rui Ueyama
2017-07-26
1
-1
/
+1
*
[COFF, ARM64] Handle ADRP immediate offsets in relocations
Martin Storsjo
2017-07-26
1
-9
/
+25
*
[COFF] Add support for delay loading DLLs on ARM
Martin Storsjo
2017-07-25
1
-2
/
+3
*
[COFF] Support 128 bit SIMD/FP ldr/str in IMAGE_REL_ARM64_PAGEOFFSET_12L
Martin Storsjo
2017-07-20
1
-1
/
+6
[next]