summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-0/+2
* ThinLTOBitcodeWriter: keep comdats together, rename if leader is renamedBob Haarman2017-04-121-6/+33
* Revert "[asan] Fix dead stripping of globals on Linux."Evgeniy Stepanov2017-04-101-2/+33
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-04-061-33/+2
* ThinLTOBitcodeWriter: handle aliases first in filterModuleBob Haarman2017-04-051-20/+20
* ThinLTOBitcodeWriter: Use Module::global_values(). NFCI.Peter Collingbourne2017-03-301-25/+7
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-17/+57
* Revert r298158.Evgeniy Stepanov2017-03-201-2/+42
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-03-171-42/+2
* ThinLTOBitcodeWriter: Do not follow operand edges of type GlobalValue when lo...Peter Collingbourne2017-03-021-0/+2
* ThinLTOBitcodeWriter: Write available_externally copies of VCP eligible funct...Peter Collingbourne2017-02-141-13/+79
* ThinLTOBitcodeWriter: Strip debug info from merged module.Peter Collingbourne2017-02-081-0/+2
* ThinLTOBitcodeWriter: Clear comdats on filtered globals.Peter Collingbourne2017-01-181-0/+2
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* IPO: Introduce ThinLTOBitcodeWriter pass.Peter Collingbourne2016-12-161-0/+344
OpenPOWER on IntegriCloud