summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/ThinLTO] Fix PR33536, a bug where the ThinLTO bitcode writer wasChandler Carruth2017-07-111-1/+2
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+2
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-7/+43
* Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne2017-06-081-2/+10
* [ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.Tim Shen2017-06-011-7/+13
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-111-1/+1
* Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builderTeresa Johnson2017-05-101-1/+3
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-04-271-33/+2
* 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