| Age | Commit message (Expand) | Author |
| 2025-11-20 | Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961) | Rahul Joshi |
| 2025-11-20 | [NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921) | Rahul Joshi |
| 2025-10-13 | [NFC][LLVM] Code cleanup in bugpoint (#162909) | Rahul Joshi |
| 2023-02-27 | [IPO] Remove various legacy passes | Arthur Eubanks |
| 2022-11-23 | [NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF... | Vasileios Porpodas |
| 2020-07-27 | Use llvm::is_contained where appropriate (NFC) | Kazu Hirata |
| 2019-09-30 | [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC) | Florian Hahn |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen |
| 2018-04-24 | [bugpoint] Fix crash when testing for miscompilation. | Rafael Espindola |
| 2018-02-14 | Change the BugDriver to store the current module with std::unique_ptr. | Rafael Espindola |
| 2018-02-14 | Pass a module reference to CloneModule. | Rafael Espindola |
| 2018-02-09 | [bugpoint] Simplify reducers which can fail verification, NFC | Vedant Kumar |
| 2018-01-23 | [llvm-extract] Support extracting basic blocks | Volkan Keles |
| 2017-11-16 | Convert another use of createUniqueFile to TempFile::create. | Rafael Espindola |
| 2017-09-23 | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner |
| 2017-05-09 | Suppress all uses of LLVM_END_WITH_NULL. NFC. | Serge Guelton |
| 2017-04-11 | [bugpoint] Also remove comdat's from externalized GVs | Hal Finkel |
| 2016-09-02 | bugpoint: clang-format all of bugpoint. NFC | Justin Bogner |
| 2016-06-29 | [bugpoint] Simplify code by moving exception to only caller | Philip Reames |
| 2016-06-15 | [Bugpoint] Erase comdat annotations after removing a global's initializer. | Justin Lebar |
| 2015-12-09 | Return std::unique_ptr from SplitFunctionsOutOfModule. NFC. | Rafael Espindola |
| 2015-12-08 | Return a std::unique_ptr from CloneModule. NFC. | Rafael Espindola |
| 2015-11-26 | [bugpoint] Fix "Alias must point to a definition" problems | Hal Finkel |
| 2015-10-20 | bugpoint: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith |
| 2015-02-26 | Replace a few instances of NULL with nullptr. | David Majnemer |
| 2015-02-13 | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth |
| 2014-08-26 | Return a std::unique_ptr from parseInputFile and propagate. NFC. | Rafael Espindola |
| 2014-06-13 | Remove 'using std::error_code' from tools. | Rafael Espindola |
| 2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola |
| 2014-04-25 | [C++] Use 'nullptr'. Tools edition. | Craig Topper |
| 2014-04-21 | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth |
| 2014-01-13 | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth |
| 2014-01-09 | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth |
| 2014-01-07 | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth |
| 2013-07-05 | Add a createUniqueFile function and switch llvm's users of unique_file. | Rafael Espindola |
| 2013-06-17 | Don't use PathV1.h in ExtractFunction.cpp. | Rafael Espindola |
| 2013-06-13 | Don't use PathV1.h in Signals.h. | Rafael Espindola |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2012-12-04 | Sort the #include lines for tools/... | Chandler Carruth |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-05-04 | Move the CodeExtractor utility to a dedicated header file / source file, | Chandler Carruth |
| 2012-02-22 | Improve handling of blockaddresses in bugpoint when splitting a module. Patc... | Eli Friedman |
| 2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
| 2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
| 2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |