Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) | Mehdi Amini | 2016-04-13 | 1 | -158/+0 |
* | LTOInternalize: Use a StringSet instead of a sorted vector and a binary searc... | Mehdi Amini | 2016-04-13 | 1 | -9/+4 |
* | Move "ExternalSymbols" out of LTOInternalize (NFC) | Mehdi Amini | 2016-04-13 | 1 | -14/+3 |
* | Refactor the InternalizePass into a helper class, and expose it through a pub... | Mehdi Amini | 2016-04-13 | 1 | -6/+2 |
* | Refactor Internalization pass to use as a callback instead of a StringSet (NFC) | Mehdi Amini | 2016-04-13 | 1 | -29/+18 |
* | LTOInternalize: Fix member type, should be a reference and not a copy | Mehdi Amini | 2016-04-12 | 1 | -1/+1 |
* | Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler | Stephan Bergmann | 2016-04-12 | 1 | -1/+1 |
* | Refactor the Internalize stage of libLTO in a separate file (NFC) | Mehdi Amini | 2016-04-12 | 1 | -0/+189 |