summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOInternalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC)Mehdi Amini2016-04-131-158/+0
* LTOInternalize: Use a StringSet instead of a sorted vector and a binary searc...Mehdi Amini2016-04-131-9/+4
* Move "ExternalSymbols" out of LTOInternalize (NFC)Mehdi Amini2016-04-131-14/+3
* Refactor the InternalizePass into a helper class, and expose it through a pub...Mehdi Amini2016-04-131-6/+2
* Refactor Internalization pass to use as a callback instead of a StringSet (NFC)Mehdi Amini2016-04-131-29/+18
* LTOInternalize: Fix member type, should be a reference and not a copyMehdi Amini2016-04-121-1/+1
* Avoid GCC -fpermissive error about llvm::Mangler hidden by member named ManglerStephan Bergmann2016-04-121-1/+1
* Refactor the Internalize stage of libLTO in a separate file (NFC)Mehdi Amini2016-04-121-0/+189
OpenPOWER on IntegriCloud