| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Debugify] Don't apply DI before the bitcode writer pass | Vedant Kumar | 2018-06-04 | 1 | -0/+4 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -2/+2 |
| * | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | [PM] Port ModuleSummaryIndex analysis to new pass manager | Teresa Johnson | 2016-08-12 | 1 | -6/+5 |
| * | [PM] Remove support for omitting the AnalysisManager argument to new | Chandler Carruth | 2016-06-17 | 1 | -1/+1 |
| * | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 2016-04-11 | 1 | -3/+29 |
| * | Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ... | Mehdi Amini | 2016-04-10 | 1 | -6/+7 |
| * | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-15 | 1 | -8/+7 |
| * | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 2016-03-14 | 1 | -7/+8 |
| * | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-14 | 1 | -8/+7 |
| * | Support for function summary index bitcode sections and files. | Teresa Johnson | 2015-10-04 | 1 | -6/+12 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | uselistorder: Remove the global bits | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -1/+0 |
| * | uselistorder: Pull bit through BitcodeWriterPass | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -6/+10 |
| * | uselistorder: Pull the bit through WriteToBitcodFile() | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -2/+3 |
| * | [PM] Switch the new pass manager to use a reference-based API for IR | Chandler Carruth | 2015-01-05 | 1 | -2/+2 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -2/+2 |
| * | [PM] Wire up support for writing bitcode with new PM. | Chandler Carruth | 2014-01-13 | 1 | -3/+9 |
| * | Code Custodian: | Joe Abbey | 2012-11-25 | 1 | -2/+2 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| * | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -18/+3 |
| * | Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. | Daniel Dunbar | 2008-10-22 | 1 | -4/+17 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Add explicit keywords. | Dan Gohman | 2007-11-19 | 1 | -1/+2 |
| * | Deleting -emitbitcode option which did nothing. | Gordon Henriksen | 2007-11-04 | 1 | -6/+5 |
| * | add a new CreateBitcodeWriterPass method, which creates a bitcode writer as | Chris Lattner | 2007-05-06 | 1 | -0/+43 |