summaryrefslogtreecommitdiffstats
path: root/lld/ELF/CallGraphSort.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-4/+4
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-3/+7
* [ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³...Fangrui Song2019-10-041-52/+62
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-3/+3
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-89/+89
* Use llvm::stable_sortFangrui Song2019-04-231-6/+5
* Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama2019-04-011-2/+2
* [ELF] Dump symbols ordered by profiled guided section layout to file.Rui Ueyama2019-03-271-0/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify. NFC.Rui Ueyama2018-10-121-11/+8
* [LLD][ELF] - Simplify Call-Chain Clustering implementation a bit.George Rimar2018-08-281-16/+10
* [LLF][ELF] - Simplify. NFC.George Rimar2018-08-121-3/+3
* [ELF] - Never use std::sort.George Rimar2018-04-241-4/+4
* [ELF] - Simplify. NFC.George Rimar2018-04-231-5/+3
* [ELF] Add profile guided section layoutMichael J. Spencer2018-04-171-0/+251
OpenPOWER on IntegriCloud