summaryrefslogtreecommitdiff
path: root/lld/ELF/MapFile.cpp
AgeCommit message (Expand)Author
2017-05-10Rename parallelFor -> parallelForEachN.Rui Ueyama
2017-04-30Fix comments.Rui Ueyama
2017-04-28Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.Rui Ueyama
2017-04-28Change the format of the map file.Rui Ueyama
2017-04-28Remove trailing whitespace from the -Map output.Rui Ueyama
2017-04-28Remove a redundant local variable.Rui Ueyama
2017-04-28Speed up the -Map option.Rui Ueyama
2017-03-17[ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.George Rimar
2017-03-08Remove unnecessary template. NFC.Rafael Espindola
2017-03-07Rename Addralign to Alignment.Rafael Espindola
2017-02-28De-template DefinedRegular.Rui Ueyama
2017-02-24Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola
2017-02-24Delete trivial getter.Rafael Espindola
2017-02-23Make InputSection a class. NFC.Rafael Espindola
2017-02-23Merge InputSectionData and InputSectionBase.Rafael Espindola
2017-02-23Convert InputSectionBase to a class.Rafael Espindola
2017-01-31Print alignment in decimal instead of hexadecimal.Rui Ueyama
2017-01-16[ELF] - Fix format specifiers in writeOutSecLine()George Rimar
2017-01-16Use error() instead of fatal() to handle file open error.Rui Ueyama
2017-01-15Simplify string output. NFC.Rui Ueyama
2017-01-15Directly write to a -Map file.Rui Ueyama
2017-01-14Split writeMapFile2 to reduce indentation level.Rui Ueyama
2017-01-13Implement -Map.Rafael Espindola