summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-2/+3
* ThinLTOBitcodeWriter: Include globals associated with type metadata globals i...Peter Collingbourne2019-07-291-3/+11
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-12/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-33/+12
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-12/+33
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-2/+12
* [IPO][AVR] Create new Functions in the default address space specified in the...Dylan McKay2018-12-181-1/+2
* s/std::set/DenseSet/; NFCGeorge Burgess IV2018-08-271-1/+1
* [ThinLTOBitcodeWriter] Emit summaries for regular LTO modulesVlad Tsyrklevich2018-06-011-4/+10
* Extend the GlobalObject metadata interfaceBenjamin Kramer2018-05-311-21/+14
* LowerTypeTests: Propagate symver directivesVlad Tsyrklevich2018-04-201-2/+21
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-1/+1
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-9/+8
* Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."George Rimar2018-02-081-40/+12
* Revert r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."George Rimar2018-02-071-11/+37
* [ThinLTO] - Simplify code in ThinLTOBitcodeWriter.George Rimar2018-02-071-37/+11
* ThinLTOBitcodeWriter: Do not include module-level inline asm in the merged mo...Peter Collingbourne2018-02-061-0/+1
* LowerTypeTests: Add limited support for aliasesVlad Tsyrklevich2018-01-101-0/+25
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+1
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-1/+0
* ThinLTOBitcodeWriter: Try harder to discard unused references to the merged m...Peter Collingbourne2017-11-301-3/+11
* ThinLTO Minimized Bitcode File Size ReductionHaojie Wang2017-07-211-13/+9
* ThinLTOBitcodeWriter: Do not rewrite intrinsic functions when splitting modules.Peter Collingbourne2017-07-191-1/+3
* [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