summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
AgeCommit message (Expand)Author
2025-06-11[DebugInfo][RemoveDIs] Remove scoped-dbg-format-setter (#143450)Jeremy Morse
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2024-04-22[RemoveDIs] Make verify-uselistorder preserve the input debug info format (#8...Stephen Tozer
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams
2024-03-15[RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2024-03-13[RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer
2024-01-23[BitcodeWriter] Remove ThinLTO-specific bits from legacy passArthur Eubanks
2023-11-09[DebugInfo][RemoveDIs] Add conversion utilities for new-debug-info formatJeremy Morse
2022-03-29Cleanup includes: final passserge-sans-paille
2020-04-14Revert "Move ModuleSummaryAnalysis from libAnalysis to libObject to break the...Mehdi Amini
2020-04-13Move ModuleSummaryAnalysis from libAnalysis to libObject to break the depende...Mehdi Amini
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-04[Debugify] Don't apply DI before the bitcode writer passVedant Kumar
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-12[PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson
2016-04-10Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-01-05[PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth
2012-11-25Code Custodian:Joe Abbey
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-19Add explicit keywords.Dan Gohman
2007-11-04Deleting -emitbitcode option which did nothing.Gordon Henriksen
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner