index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lld
/
COFF
/
Symbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][nfc] Remove lld::demangle() (partial revert of D116279)
Jez Ng
2022-10-14
1
-2
/
+2
*
[lld] Add support for other demanglers other than Itanium
Luís Ferreira
2022-01-05
1
-2
/
+2
*
Revert "[lld] Add support for other demanglers other than Itanium"
Luís Ferreira
2021-12-30
1
-2
/
+2
*
[lld] Add support for other demanglers other than Itanium
Luís Ferreira
2021-12-30
1
-2
/
+2
*
[LLD] [COFF] Support linking directly against DLLs in MinGW mode
Martin Storsjö
2021-07-02
1
-0
/
+2
*
[COFF] Migrate COFFObjectFile to Expected<T>
Reid Kleckner
2020-05-08
1
-2
/
+2
*
[COFF] Paritally inline Symbol::getName, NFC
Reid Kleckner
2020-05-03
1
-17
/
+9
*
Make llvm::StringRef to std::string conversions explicit.
Benjamin Kramer
2020-01-28
1
-3
/
+3
*
[LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)
Martin Storsjo
2019-10-04
1
-3
/
+5
*
[LLD] [COFF] Use the unified llvm demangle frontend function. NFC.
Martin Storsjo
2019-09-27
1
-15
/
+15
*
reland "[lld-link] implement -start-lib and -end-lib"
Bob Haarman
2019-09-03
1
-2
/
+4
*
[LLD] [COFF] Demangle itanium symbols in mingw mode
Martin Storsjo
2019-09-02
1
-1
/
+12
*
Revert "[lld-link] implement -start-lib and -end-lib"
Vlad Tsyrklevich
2019-08-30
1
-4
/
+2
*
[lld-link] implement -start-lib and -end-lib
Bob Haarman
2019-08-30
1
-2
/
+4
*
[COFF] Add libcall symbols to the link when LTO is being used
Amy Huang
2019-08-22
1
-0
/
+9
*
ld.lld: Demangle symbols from archives in diagnostics
Nico Weber
2019-07-23
1
-1
/
+3
*
lld-link: Demangle symbols from archives in diagnostics
Nico Weber
2019-07-19
1
-4
/
+7
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-50
/
+50
*
[COFF] Pack Name in Symbol as is done in ELF
Reid Kleckner
2019-04-19
1
-5
/
+13
*
lld-link: Only print demangled symbol names by default
Nico Weber
2019-03-11
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...
Martin Storsjo
2018-08-31
1
-1
/
+1
*
[COFF] Support MinGW automatic dllimport of data
Martin Storsjo
2018-08-27
1
-0
/
+7
*
COFF: Don't create unnecessary thunks.
Peter Collingbourne
2018-05-10
1
-1
/
+1
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-2
/
+2
*
Remove an unused accessor and simplify the logic a bit. NFC.
Rui Ueyama
2018-02-17
1
-1
/
+1
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Factor out common code to Common/Strings.cpp.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-5
/
+5
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
[PDB] Write public symbol records and the publics hash table
Reid Kleckner
2017-07-27
1
-0
/
+11
*
Rename ObjectFile ObjFile for COFF as well.
Rui Ueyama
2017-07-26
1
-3
/
+2
*
[COFF] Add initial support for some ARM64 relocations and import thunks
Martin Storsjo
2017-07-11
1
-0
/
+2
*
[COFF] Fix SECTION and SECREL relocation handling for absolute symbols
Reid Kleckner
2017-06-22
1
-0
/
+2
*
Garbage collect dllimported symbols.
Rui Ueyama
2017-05-24
1
-1
/
+1
*
Rewrite badly-formatted switch. NFC.
Rui Ueyama
2017-05-24
1
-8
/
+11
*
Revert r303304: Re-submit r303225: Garbage collect dllimported symbols.
Rui Ueyama
2017-05-22
1
-2
/
+1
*
Re-submit r303225: Garbage collect dllimported symbols.
Rui Ueyama
2017-05-17
1
-1
/
+2
*
Revert r303225 "Garbage collect dllimported symbols."
Hans Wennborg
2017-05-17
1
-2
/
+1
*
Garbage collect dllimported symbols.
Rui Ueyama
2017-05-17
1
-1
/
+2
*
refactor COFF linker to use new LTO API
Bob Haarman
2017-02-02
1
-5
/
+4
*
Unbreak Darwin buildbots.
Rui Ueyama
2017-01-06
1
-7
/
+7
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
1
-4
/
+3
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
COFF: Fix memory leaks reported by lsan.
Peter Collingbourne
2016-12-12
1
-3
/
+3
*
COFF: New symbol table design.
Peter Collingbourne
2016-12-09
1
-141
/
+1
*
COFF: Use make() to create a new file object in createFile.
Rui Ueyama
2016-12-08
1
-6
/
+7
*
Revert r289084: Start using make() in COFF.
Rui Ueyama
2016-12-08
1
-7
/
+6
*
Start using make() in COFF.
Rui Ueyama
2016-12-08
1
-6
/
+7
*
COFF: Define overloaded toString functions.
Rui Ueyama
2016-12-07
1
-14
/
+21
[next]