summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/LTOBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LTO] Remove extraneous outputTeresa Johnson2016-08-291-1/+0
* [ThinLTO] Add caching to the new LTO APIMehdi Amini2016-08-231-4/+22
* [ThinLTO] Make sure the Context used for the ThinLTO backend has all the appr...Mehdi Amini2016-08-231-0/+2
* [LTO] Constify the Module Hook function (NFC)Mehdi Amini2016-08-221-1/+1
* [LTO] Add a "CodeGenOnly" option. Allows the client to skip the optimizer.Mehdi Amini2016-08-221-2/+8
* [LTO] Promote before performing weak resolutionMehdi Amini2016-08-181-2/+2
* [LTO] Change addSaveTemps API: do not add dot to the supplied prefix pathMehdi Amini2016-08-181-5/+3
* [LTO] Introduce an Output class to wrap the output stream creation (NFC)Mehdi Amini2016-08-171-9/+11
* [LTO] Rename variables with meaningul names, i.e. more than one character (NFC)Mehdi Amini2016-08-161-15/+16
* Fix type truncation warningsTeresa Johnson2016-08-111-5/+6
* Restore "Resolution-based LTO API."Teresa Johnson2016-08-111-0/+284
* Revert "Resolution-based LTO API."Teresa Johnson2016-08-111-277/+0
* Resolution-based LTO API.Teresa Johnson2016-08-111-0/+277
OpenPOWER on IntegriCloud