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
/
InputFiles.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COFF] Avoid CodeView include in header
Reid Kleckner
2019-11-14
1
-3
/
+2
*
Forward declare the DWARFCache to avoid including LLVM DWARF details
Reid Kleckner
2019-11-14
1
-1
/
+2
*
[COFF] Don't include llvm/LTO/LTO.h in a header
Reid Kleckner
2019-11-14
1
-3
/
+5
*
[LLD] [COFF] Fix use of uninitialized memory since SVN r375390
Martin Storsjo
2019-10-21
1
-1
/
+1
*
[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...
Martin Storsjo
2019-10-21
1
-0
/
+4
*
[LLD] Move duplicated dwarf parsing code to the Common library. NFC.
Martin Storsjo
2019-10-21
1
-10
/
+2
*
[LLD] [COFF] Try to report source locations for duplicate symbols
Martin Storsjo
2019-10-18
1
-0
/
+14
*
reland "[lld-link] implement -start-lib and -end-lib"
Bob Haarman
2019-09-03
1
-2
/
+35
*
Revert "[lld-link] implement -start-lib and -end-lib"
Vlad Tsyrklevich
2019-08-30
1
-35
/
+2
*
[lld-link] implement -start-lib and -end-lib
Bob Haarman
2019-08-30
1
-2
/
+35
*
[LLD] [COFF] Support merging resource object files
Martin Storsjo
2019-08-30
1
-3
/
+6
*
[lld] Remove unnecessary "class Lazy"
Bob Haarman
2019-08-13
1
-1
/
+0
*
lld-link: Demangle symbols from archives in diagnostics
Nico Weber
2019-07-19
1
-1
/
+1
*
[COFF] Rename variale references in comments after VariableName -> variableNa...
Fangrui Song
2019-07-16
1
-1
/
+1
*
[lld-link] implement -thinlto-{prefix,object-suffix}-replace
Bob Haarman
2019-07-11
1
-0
/
+2
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-91
/
+91
*
lld-link: Reject more than one resource .obj file
Nico Weber
2019-06-11
1
-2
/
+5
*
[LLD][COFF] use offset in archive to disambiguate archive members
Bob Haarman
2019-04-15
1
-1
/
+2
*
[LLD][COFF] Early dependency detection
Alexandre Ganea
2019-04-01
1
-0
/
+8
*
Don't copy the .drective section with std::string
Reid Kleckner
2019-03-29
1
-2
/
+2
*
[COFF] Optimize range extension thunk insertion memory usage
Reid Kleckner
2019-03-28
1
-0
/
+7
*
[LLD][COFF] Separate module descriptors creation from type/symbol merging
Alexandre Ganea
2019-03-22
1
-3
/
+3
*
[COFF] Delete unused declarations and add a missing forward declaration. NFC
Fangrui Song
2019-03-15
1
-1
/
+0
*
[LLD][COFF] Add support for /FUNCTIONPADMIN command-line option
Alexandre Ganea
2019-02-23
1
-0
/
+6
*
lld/coff: Simplify error message for comdat selection mismatches
Nico Weber
2019-02-14
1
-0
/
+14
*
lld/coff: Implement some support for the comdat selection field
Nico Weber
2019-01-30
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-1
/
+1
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
1
-1
/
+10
*
COFF: Implement safe ICF on rodata using address-significance tables.
Peter Collingbourne
2018-08-23
1
-0
/
+2
*
[COFF] Treat .xdata/.pdata$<sym> as implicitly associative to <sym> for MinGW
Martin Storsjo
2018-08-06
1
-1
/
+16
*
[COFF] Store import symbol pointers as pointers to the base class
Martin Storsjo
2018-07-10
1
-2
/
+2
*
COFF: Don't create unnecessary thunks.
Peter Collingbourne
2018-05-10
1
-5
/
+7
*
Remove references to old SymbolBody class
Sam Clegg
2018-04-11
1
-2
/
+2
*
COFF: Implement string tail merging.
Peter Collingbourne
2018-03-15
1
-1
/
+2
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-2
/
+4
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
1
-6
/
+20
*
Prefer `ArrayRef` over `const std::vector&`
Sam Clegg
2017-12-08
1
-4
/
+4
*
toString function take a const refs where possible
Sam Clegg
2017-12-05
1
-2
/
+2
*
COFF: Simplify construction of safe SEH table. NFCI.
Peter Collingbourne
2017-11-28
1
-4
/
+2
*
Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-28
1
-1
/
+13
*
Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...
Peter Collingbourne
2017-11-27
1
-13
/
+1
*
COFF: Do not create SectionChunks for discarded comdat sections.
Peter Collingbourne
2017-11-27
1
-1
/
+13
*
COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols.
Peter Collingbourne
2017-11-20
1
-8
/
+5
*
COFF: Change SparseChunks to be of type std::vector<SectionChunk *>. NFC.
Peter Collingbourne
2017-11-20
1
-1
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-12
/
+12
*
[COFF] Merge Symbol and SymbolBody.
Rui Ueyama
2017-10-31
1
-1
/
+0
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
COFF: simplify thunk handling (NFC)
Saleem Abdulrasool
2017-09-01
1
-1
/
+0
*
Move a function from Driver.cpp to InputFile.cpp.
Rui Ueyama
2017-08-30
1
-0
/
+2
[next]