llvm-project/lld/ELF
Rui Ueyama eb1ad400f9 Print alignment in decimal instead of hexadecimal.
Previously, we were printing out something like this for
sections/symbols with alignment 16

  0000000000201000 0000000000000182    10 .data

which I think confusing. I think printing it in decimal is better.

Differential Revision: https://reviews.llvm.org/D29258

llvm-svn: 293685
2017-01-31 20:42:34 +00:00
..
CMakeLists.txt Implement -Map. 2017-01-13 21:05:46 +00:00
Config.h Fix and simplify the reporting of undefined symbols. 2017-01-27 15:52:08 +00:00
Driver.cpp Merge a few Cases using StringSwitch::Cases. 2017-01-30 01:50:16 +00:00
Driver.h Add linker-script-included files to reproduce tar files. 2017-01-09 01:42:02 +00:00
DriverUtils.cpp Remove unused #include. 2017-01-26 03:02:30 +00:00
EhFrame.cpp Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
EhFrame.h [ELF] Print error location in .eh_frame parser 2016-11-23 09:45:17 +00:00
Error.cpp Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
Error.h Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
GdbIndex.cpp [ELF] - Return file offset as address only for allocatable sections when building .gdb_index 2016-12-23 07:51:59 +00:00
GdbIndex.h [ELF] - Partial support of --gdb-index command line option (Part 3). 2016-12-15 12:07:53 +00:00
ICF.cpp ELF: Fix ICF crash on absolute symbol relocations. 2017-01-20 04:58:12 +00:00
ICF.h Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +00:00
InputFiles.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
InputFiles.h [ELF] - Stop handling local symbols in a special way. 2017-01-23 14:07:23 +00:00
InputSection.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
InputSection.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
LTO.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
LTO.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
LinkerScript.cpp [ELF] - Linkerscript: do not fail on additional semicolons in linkerscript. 2017-01-31 08:50:11 +00:00
LinkerScript.h Rename NotFlags -> NegFlags. 2017-01-26 02:58:59 +00:00
MapFile.cpp Print alignment in decimal instead of hexadecimal. 2017-01-31 20:42:34 +00:00
MapFile.h Implement -Map. 2017-01-13 21:05:46 +00:00
MarkLive.cpp Parse relocations only once. 2016-11-10 14:53:24 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Mips.cpp [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00
Options.td [ELF] Add warn-unresolved-symbols/error-unresolved-symbols options 2017-01-26 02:19:20 +00:00
OutputSections.cpp [ELF] Bypass section type check #2 2017-01-31 10:26:52 +00:00
OutputSections.h Revert commits r293276 and r293278. 2017-01-27 18:39:30 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Relocations.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
ScriptParser.cpp Simplify ScriptParser. 2016-12-01 04:36:54 +00:00
ScriptParser.h Simplify ScriptParser. 2016-12-01 04:36:54 +00:00
Strings.cpp [ELF] __cxa_demangle is now called itaniumDemangle. Update. 2017-01-17 01:59:13 +00:00
Strings.h Use ArrayRef instead of `const std::vector`. 2016-12-20 23:17:00 +00:00
SymbolTable.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
SymbolTable.h Add a isInCurrentDSO helper. NFC. 2017-01-17 16:08:06 +00:00
Symbols.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Symbols.h Fix a few symbols that are not actually ABS. 2017-01-28 17:48:21 +00:00
SyntheticSections.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
SyntheticSections.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Target.cpp Check R_386_{PC,}{8,16} for overflow. 2017-01-31 20:28:32 +00:00
Target.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Threads.h Update comment to clarify the machine spec. 2016-12-04 02:34:29 +00:00
Thunks.cpp Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Thunks.h Revert "[ELF][ARM] Use SyntheticSections for Thunks" 2017-01-28 00:48:06 +00:00
Writer.cpp ELF: Align RELRO to the target page size rather than the max page size. 2017-01-30 18:20:07 +00:00
Writer.h Don't create a bogus PT_PHDR if we don't allocate the headers. 2017-01-20 20:46:15 +00:00

README.md

See docs/NewLLD.rst