summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment of thunks for ARM/ARM64Martin Storsjö2020-06-171-9/+11
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-161-0/+46
* [COFF] Don't treat DWARF sections as GC rootsReid Kleckner2020-04-131-0/+60
* [LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck2020-01-231-0/+13
* [COFF] Align ARM64 range extension thunks at instruction boundaryTom Tan2020-01-101-2/+18
* [LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö2020-01-081-2/+2
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-042-1/+15
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-1/+13
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-3/+3
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [LLD] [COFF] Fix reporting duplicate errors for absolute symbolsMartin Storsjö2019-12-191-0/+14
* [COFF] Don't error if the only inputs are from /wholearchive:Reid Kleckner2019-11-153-1/+13
* Warn on /align if used without /driverRui Ueyama2019-11-141-0/+13
* Implement /driver, /driver:wdm and /driver:uponlyRui Ueyama2019-11-141-0/+98
* [LLD] [COFF] Fix automatically importing data symbols from DLLs with LTOMartin Storsjö2019-11-131-0/+28
* Warn when an output section name is longer than 8 charactersReid Kleckner2019-11-011-2/+12
* [LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo2019-10-185-9/+266
* [PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner2019-10-106-2/+38
* Use lld-link instead of llvm-dlltool to create an implibRui Ueyama2019-10-091-1/+1
* [lld] Don't create hints-section if Hint/Name Table is emptyRui Ueyama2019-10-092-0/+21
* [LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)Martin Storsjo2019-10-044-3/+8
* Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."Martin Storsjo2019-10-041-1/+1
* Add /reproduce option to lld/COFFRui Ueyama2019-10-041-0/+8
* Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.Rui Ueyama2019-10-043-6/+6
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-272-0/+10
* [LLD] Fix testcase from SVN r372843 if executed on windowsMartin Storsjo2019-09-251-2/+2
* [LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo2019-09-251-0/+100
* lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.Nico Weber2019-09-132-0/+18
* [COFF] Fix to not add archive name to buffer identifiers when they comeAmy Huang2019-09-121-0/+11
* lld-link: Fix tests that do not run on macOS after r371729.Nico Weber2019-09-122-3/+3
* lld-link: Make /linkrepro: take a filename, not a directory.Nico Weber2019-09-122-4/+4
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-1054-54/+54
* [LLD][COFF] Add index to disambiguate archive members when using -wholearchiveRui Ueyama2019-09-101-0/+30
* [LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo2019-09-047-0/+124
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-034-0/+84
* [LLD] [COFF] Demangle itanium symbols in mingw modeMartin Storsjo2019-09-022-0/+72
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-304-84/+0
* [LLD] [COFF] Add a missing REQUIRES line to a recently added test. NFC.Martin Storsjo2019-08-301-0/+2
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-304-0/+84
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-305-2/+269
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2854-54/+54
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-2754-54/+54
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-223-0/+30
* [lld-link] implement -lto-obj-pathBob Haarman2019-08-211-0/+25
* [COFF] Check errorCount before committing the output fileMartin Storsjo2019-08-201-0/+2
* [COFF] Require an explicit -implib option for creating implibs in mingw modeMartin Storsjo2019-08-201-0/+20
* [COFF] Allow using custom .edata from input object filesMartin Storsjo2019-08-201-0/+61
* Handle /align option.Rui Ueyama2019-08-071-0/+45
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-3/+3
OpenPOWER on IntegriCloud