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
/
PDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PDB] Print the most redundant type record indices with /summary
Reid Kleckner
2020-01-02
1
-1
/
+90
*
[COFF] Avoid CodeView include in header
Reid Kleckner
2019-11-14
1
-2
/
+4
*
[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.
Martin Storsjo
2019-10-15
1
-1
/
+1
*
[LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.
Martin Storsjo
2019-10-15
1
-6
/
+6
*
[PDB] Fix bug when using multiple PCH header objects with the same name.
Zachary Turner
2019-10-10
1
-17
/
+9
*
[COFF] Wrap definitions in namespace lld { namespace coff {. NFC
Fangrui Song
2019-10-10
1
-4
/
+8
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-4
/
+2
*
[LLD] [COFF] Resolve source locations for undefined references using dwarf
Martin Storsjo
2019-09-25
1
-2
/
+2
*
[COFF] Print the file name on errors writing the pdb file
Martin Storsjo
2019-08-20
1
-0
/
+1
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[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
-878
/
+878
*
[PDB] Ignore .debug$S subsections with high bit set
Reid Kleckner
2019-06-18
1
-0
/
+5
*
Include the file in the new unknown codeview subsection warning
Reid Kleckner
2019-06-14
1
-1
/
+1
*
[lld] Fix type server merging with PDBs without IPI stream
Reid Kleckner
2019-06-12
1
-13
/
+20
*
[PDB] Copy inlinee lines records into the PDB
Reid Kleckner
2019-06-03
1
-16
/
+87
*
Re-land [LLD][COFF] Early load PDB type server files
Alexandre Ganea
2019-06-03
1
-110
/
+12
*
Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.test
Alexandre Ganea
2019-05-28
1
-11
/
+109
*
[LLD][COFF] Early load PDB type server files
Alexandre Ganea
2019-05-28
1
-109
/
+11
*
[COFF] Replace OutputSection* with uint16_t index in Chunk
Reid Kleckner
2019-05-24
1
-1
/
+1
*
[COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC
Reid Kleckner
2019-05-09
1
-4
/
+6
*
Shrink SectionChunk by combining Relocs and SectionName sizes
Reid Kleckner
2019-05-03
1
-1
/
+1
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-3
/
+3
*
[LLD][COFF] Move type merging structures out of PDB.cpp. NFC
Alexandre Ganea
2019-04-02
1
-54
/
+23
*
[LLD][COFF] Early dependency detection
Alexandre Ganea
2019-04-01
1
-59
/
+38
*
Fix build following r357308 : Ensure only live thunks are considered when cre...
Alexandre Ganea
2019-03-29
1
-0
/
+3
*
[LLD][COFF] Generate import modules & COFF groups in PDB
Alexandre Ganea
2019-03-29
1
-12
/
+136
*
[COFF] Optimize range extension thunk insertion memory usage
Reid Kleckner
2019-03-28
1
-1
/
+0
*
[LLD][COFF] Separate module descriptors creation from type/symbol merging
Alexandre Ganea
2019-03-22
1
-26
/
+39
*
[DebugInfo][PDB] Don't write empty debug streams
Alexandre Ganea
2019-03-18
1
-6
/
+13
*
[LLD][COFF] Add /summary to print statistics
Alexandre Ganea
2019-03-14
1
-1
/
+44
*
[LLD][COFF] Support /threads[:no] like the ELF driver
Alexandre Ganea
2019-02-27
1
-5
/
+4
*
[LLD][COFF] Add support for /FUNCTIONPADMIN command-line option
Alexandre Ganea
2019-02-23
1
-64
/
+7
*
[PDB] Remove dots and normalize slashes with /PDBSOURCEPATH.
Zachary Turner
2019-02-06
1
-6
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix unchecked Error introduced in r350956
Alexandre Ganea
2019-01-11
1
-1
/
+3
*
[LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated argume...
Alexandre Ganea
2019-01-11
1
-2
/
+4
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-5
/
+5
*
[LLD][COFF] PDB: Parallel sort publics
Alexandre Ganea
2019-01-05
1
-4
/
+5
*
[LLD][COFF] Fix namespace compilation issue with a upcoming patch. NFC
Alexandre Ganea
2019-01-05
1
-4
/
+4
*
[LLD][COFF] Fix file/line retrieval when a undefined symbol is to be printed
Alexandre Ganea
2019-01-04
1
-7
/
+13
*
[codeview] Align symbol records to save 441MB during linking clang.pdb
Reid Kleckner
2018-12-18
1
-4
/
+6
*
Correctly handle skewed streams in drop_front() method.
Zachary Turner
2018-12-13
1
-1
/
+4
*
[PDB] Move some code around. NFC.
Zachary Turner
2018-12-06
1
-34
/
+2
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-11
/
+9
*
[PDB] Quote linker arguments containing spaces (mimic MSVC)
Alexandre Ganea
2018-11-30
1
-1
/
+27
*
[PDB] Add symbol records in bulk
Reid Kleckner
2018-11-27
1
-31
/
+85
*
[CodeView] RelocPtr points to little endian data.
Zachary Turner
2018-11-20
1
-1
/
+1
*
[PDB] Simplify symbol handling code, NFC
Reid Kleckner
2018-11-13
1
-25
/
+22
*
[PDB] Simplify some ghash code, NFC
Reid Kleckner
2018-11-10
1
-17
/
+21
[next]