summaryrefslogtreecommitdiffstats
path: root/lld/ELF/MapFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge OutputSectionCommand and OutputSection.Rafael Espindola2017-07-271-9/+7
* Rename ObjectFile -> ObjFile.Rui Ueyama2017-07-261-1/+1
* Try to fix the windows build.Rafael Espindola2017-07-261-1/+1
* Detemplate SymbolTable.Rafael Espindola2017-07-261-1/+1
* ELF: Exclude dead symbols from -Map output.Peter Collingbourne2017-07-141-1/+1
* Keep a list of all OutputSectionCommands.Rafael Espindola2017-05-301-9/+6
* Clear OutSec->Sections.Rafael Espindola2017-05-231-6/+11
* Use linker script commands in writeMapFile.Rafael Espindola2017-05-181-6/+11
* Use a forward declaration. NFC.Rafael Espindola2017-05-181-0/+1
* Rename parallelFor -> parallelForEachN.Rui Ueyama2017-05-101-1/+1
* Fix comments.Rui Ueyama2017-04-301-1/+1
* Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.Rui Ueyama2017-04-281-63/+57
* Change the format of the map file.Rui Ueyama2017-04-281-38/+11
* Remove trailing whitespace from the -Map output.Rui Ueyama2017-04-281-4/+4
* Remove a redundant local variable.Rui Ueyama2017-04-281-4/+3
* Speed up the -Map option.Rui Ueyama2017-04-281-58/+103
* [ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.George Rimar2017-03-171-1/+1
* Remove unnecessary template. NFC.Rafael Espindola2017-03-081-4/+4
* Rename Addralign to Alignment.Rafael Espindola2017-03-071-1/+1
* De-template DefinedRegular.Rui Ueyama2017-02-281-1/+1
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-11/+10
* Delete trivial getter.Rafael Espindola2017-02-241-2/+1
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-3/+3
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-231-1/+1
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-5/+5
* Print alignment in decimal instead of hexadecimal.Rui Ueyama2017-01-311-1/+1
* [ELF] - Fix format specifiers in writeOutSecLine()George Rimar2017-01-161-1/+1
* Use error() instead of fatal() to handle file open error.Rui Ueyama2017-01-161-2/+3
* Simplify string output. NFC.Rui Ueyama2017-01-151-4/+2
* Directly write to a -Map file.Rui Ueyama2017-01-151-16/+7
* Split writeMapFile2 to reduce indentation level.Rui Ueyama2017-01-141-32/+40
* Implement -Map.Rafael Espindola2017-01-131-0/+135
OpenPOWER on IntegriCloud