summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint-passes/TestPasses.cpp
AgeCommit message (Expand)Author
2022-11-23[NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas
2021-08-13Add missed rename of getFnAttributes() -> getFnAttrs()Arthur Eubanks
2019-10-30[LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea
2019-10-30[bugpoint] Reduce metadata that does not contribute to crash.Florian Hahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-19[bugpoint][PR29027] Reduce function attributesBrian Gesiak
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2015-11-06[bugpoint] Add a named metadata (+their operands) reducerKeno Fischer
2015-04-20bugpoint Enhancement.JF Bastien
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-06[Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola