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
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-1
/
+1
*
[COFF] Don't include llvm/LTO/LTO.h in a header
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Implement /driver, /driver:wdm and /driver:uponly
Rui Ueyama
2019-11-14
1
-0
/
+4
*
Warn when an output section name is longer than 8 characters
Reid Kleckner
2019-11-01
1
-0
/
+5
*
[COFF] Wrap definitions in namespace lld { namespace coff {. NFC
Fangrui Song
2019-10-10
1
-8
/
+6
*
[lld] Don't create hints-section if Hint/Name Table is empty
Rui Ueyama
2019-10-09
1
-1
/
+2
*
reland "[lld-link] implement -start-lib and -end-lib"
Bob Haarman
2019-09-03
1
-1
/
+2
*
Revert "[lld-link] implement -start-lib and -end-lib"
Vlad Tsyrklevich
2019-08-30
1
-2
/
+1
*
[lld-link] implement -start-lib and -end-lib
Bob Haarman
2019-08-30
1
-1
/
+2
*
[COFF] Check errorCount before committing the output file
Martin Storsjo
2019-08-20
1
-0
/
+3
*
[COFF] Allow using custom .edata from input object files
Martin Storsjo
2019-08-20
1
-7
/
+20
*
Handle /align option.
Rui Ueyama
2019-08-07
1
-4
/
+6
*
[COFF] Omit automatically imported symbols from the symbol table
Martin Storsjo
2019-08-05
1
-0
/
+7
*
[COFF] Unbreak sorting of mingw comdat .tls sections after SVN r363457
Martin Storsjo
2019-07-23
1
-4
/
+23
*
[COFF] Implement /safeseh:no and check @feat.00 flags by default
Reid Kleckner
2019-07-16
1
-12
/
+4
*
[COFF] Rename variale references in comments after VariableName -> variableNa...
Fangrui Song
2019-07-16
1
-3
/
+3
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-958
/
+958
*
Make functions and member variables distinguishable even after the name style...
Rui Ueyama
2019-07-10
1
-2
/
+2
*
[COFF] Fix .rsrc sections with differing permissions
Martin Storsjo
2019-06-28
1
-11
/
+21
*
[COFF] Strip section name suffix from mingw comdats
Martin Storsjo
2019-06-14
1
-1
/
+7
*
Wrap comment to 80 columns
Nico Weber
2019-06-11
1
-3
/
+3
*
[COFF] De-virtualize Chunk and SectionChunk
Reid Kleckner
2019-05-24
1
-2
/
+2
*
[COFF] Replace OutputSection* with uint16_t index in Chunk
Reid Kleckner
2019-05-24
1
-13
/
+35
*
[LLD][COFF] Implement /filealign parameter
Rui Ueyama
2019-05-24
1
-6
/
+5
*
[COFF] Remove finalizeContents virtual method from Chunk, NFC
Reid Kleckner
2019-05-24
1
-3
/
+10
*
Re-land r361206 "[COFF] Store alignment in log2 form, NFC"
Reid Kleckner
2019-05-22
1
-5
/
+6
*
Revert r361206 "[COFF] Store alignment in log2 form, NFC"
Nico Weber
2019-05-21
1
-6
/
+5
*
[COFF] Store alignment in log2 form, NFC
Reid Kleckner
2019-05-20
1
-5
/
+6
*
[COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC
Reid Kleckner
2019-05-09
1
-5
/
+6
*
Shrink SectionChunk by combining Relocs and SectionName sizes
Reid Kleckner
2019-05-03
1
-6
/
+8
*
lld-link: Implement /swaprun: flag
Nico Weber
2019-04-25
1
-0
/
+4
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-13
/
+11
*
[LLD][COFF] Generate import modules & COFF groups in PDB
Alexandre Ganea
2019-03-29
1
-9
/
+9
*
[COFF] Optimize range extension thunk insertion memory usage
Reid Kleckner
2019-03-28
1
-17
/
+47
*
[COFF] Add address-taken import thunks to the fid table
Reid Kleckner
2019-02-28
1
-11
/
+39
*
[LLD][COFF] Support /threads[:no] like the ELF driver
Alexandre Ganea
2019-02-27
1
-8
/
+9
*
[LLD][COFF] Add support for /FUNCTIONPADMIN command-line option
Alexandre Ganea
2019-02-23
1
-0
/
+11
*
[COFF] Avoid O(n^2) accesses into PartialSections
Martin Storsjo
2019-02-05
1
-21
/
+21
*
[COFF] Create range extension thunks for ARM64
Martin Storsjo
2019-02-01
1
-12
/
+37
*
[COFF] Fix crashes when writing a PDB after adding thunks.
Martin Storsjo
2019-02-01
1
-5
/
+6
*
[LLD][COFF] Partial sections
Alexandre Ganea
2019-01-28
1
-50
/
+95
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF] Remove empty sections before calculating the size of section headers
Martin Storsjo
2018-11-27
1
-0
/
+17
*
[COFF] Generate a codeview build id signature for MinGW even when not creatin...
Martin Storsjo
2018-11-27
1
-1
/
+18
*
[COFF] Add exported functions to gfids table for /guard:cf
Reid Kleckner
2018-11-27
1
-12
/
+25
*
[COFF] Fix a longstanding typo in a variable name. NFC.
Martin Storsjo
2018-11-14
1
-5
/
+5
*
[LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections
Alexandre Ganea
2018-10-05
1
-5
/
+47
*
[COFF] Add support for creating range extension thunks for ARM
Martin Storsjo
2018-09-25
1
-7
/
+205
*
[COFF] Support linking to import libraries from GNU binutils
Martin Storsjo
2018-09-21
1
-20
/
+150
*
lld-link: Set PDB GUID to hash of PDB contents instead of to a random byte se...
Nico Weber
2018-09-15
1
-84
/
+4
[next]