| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Restore "[ThinLTO] Ensure we always select the same function copy to import" | Teresa Johnson | 2018-07-16 | 1 | -1/+1 |
| * | Revert "[ThinLTO] Ensure we always select the same function copy to import" | Teresa Johnson | 2018-07-14 | 1 | -1/+1 |
| * | [ThinLTO] Ensure we always select the same function copy to import | Teresa Johnson | 2018-07-13 | 1 | -1/+1 |
| * | [llvm-link] Use WithColor for printing errors | Jonas Devlieghere | 2018-04-18 | 1 | -11/+18 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -8/+2 |
| * | Revert "[IRMover] Implement name based structure type mapping" | Rafael Espindola | 2018-02-21 | 1 | -8/+1 |
| * | [IRMover] Implement name based structure type mapping | Eugene Leviant | 2018-02-21 | 1 | -1/+8 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -1/+1 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -1/+1 |
| * | This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 | Vivek Pandya | 2017-09-15 | 1 | -20/+25 |
| * | This reverts r313381 | Vivek Pandya | 2017-09-15 | 1 | -25/+20 |
| * | This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 | Vivek Pandya | 2017-09-15 | 1 | -20/+25 |
| * | Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th... | Peter Collingbourne | 2017-05-04 | 1 | -1/+1 |
| * | Revert "IR: Use pointers instead of GUIDs to represent edges in the module su... | Eric Liu | 2017-05-04 | 1 | -1/+1 |
| * | IR: Use pointers instead of GUIDs to represent edges in the module summary. N... | Peter Collingbourne | 2017-05-04 | 1 | -1/+1 |
| * | Object: Remove ModuleSummaryIndexObjectFile class. | Peter Collingbourne | 2017-05-01 | 1 | -1/+1 |
| * | Remove unused lambda capture | David Blaikie | 2017-03-13 | 1 | -1/+1 |
| * | [Linker] Provide callback for internalization | Jonas Devlieghere | 2017-03-13 | 1 | -3/+20 |
| * | [ThinLTO] Rework llvm-link to use the FunctionImporter | Teresa Johnson | 2017-01-04 | 1 | -35/+16 |
| * | [ThinLTO] Only promote exported locals as marked in index | Teresa Johnson | 2016-11-14 | 1 | -0/+10 |
| * | Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected. | Peter Collingbourne | 2016-11-11 | 1 | -22/+6 |
| * | Split Bitcode/ReaderWriter.h into separate reader and writer headers | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
| * | Bitcode: Change the materializer interface to return llvm::Error. | Peter Collingbourne | 2016-11-09 | 1 | -3/+7 |
| * | [llvm-link] Fix description of -disable-lazy-loading option | Davide Italiano | 2016-10-09 | 1 | -1/+1 |
| * | Fix auto-upgrade of TBAA tags in Bitcode Reader | Mehdi Amini | 2016-09-14 | 1 | -4/+11 |
| * | Don't verify inputs to the Linker if ODR merging. | Rafael Espindola | 2016-06-29 | 1 | -1/+4 |
| * | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -1/+1 |
| * | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 2016-05-27 | 1 | -1/+2 |
| * | ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi... | Mehdi Amini | 2016-04-21 | 1 | -2/+4 |
| * | IR: Rename API for enabling ODR uniquing of DITypes, NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -1/+1 |
| * | IR: Use an explicit map for debug info type uniquing | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -0/+7 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+1 |
| * | [ThinLTO] Use bulk importing in llvm-link | Teresa Johnson | 2016-03-24 | 1 | -56/+89 |
| * | Rework linkInModule(), making it oblivious to ThinLTO | Mehdi Amini | 2016-03-19 | 1 | -10/+19 |
| * | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-15 | 1 | -17/+16 |
| * | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 2016-03-14 | 1 | -16/+17 |
| * | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-14 | 1 | -17/+16 |
| * | Pass a std::unique_ptr to IRMover::move. | Rafael Espindola | 2016-02-16 | 1 | -1/+1 |
| * | Revert obsolete llvm-link -preserve-modules option/test | Teresa Johnson | 2016-01-21 | 1 | -13/+0 |
| * | [ThinLTO] Metadata linking for imported functions | Teresa Johnson | 2015-12-17 | 1 | -7/+42 |
| * | Change linkInModule to take a std::unique_ptr. | Rafael Espindola | 2015-12-16 | 1 | -2/+2 |
| * | Use diagnostic handler in the LLVMContext | Rafael Espindola | 2015-12-14 | 1 | -1/+7 |
| * | Rename Set variable to be plural | Mehdi Amini | 2015-12-03 | 1 | -3/+3 |
| * | Remove "ExportingModule" from ThinLTO Index (NFC) | Mehdi Amini | 2015-12-03 | 1 | -1/+1 |
| * | Change ModuleLinker to take a set of GlobalValues to import instead of a sing... | Mehdi Amini | 2015-12-02 | 1 | -1/+4 |
| * | Use references now that it is natural to do so. | Rafael Espindola | 2015-12-01 | 1 | -3/+3 |
| * | [ThinLTO] Deduplicate function index loading into shared helper (NFC) | Teresa Johnson | 2015-11-23 | 1 | -23/+4 |