aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/TestPasses.cpp
AgeCommit message (Expand)Author
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
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-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2007-12-29remove attributions from tools.Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2005-04-22Remove trailing whitespaceMisha Brukman
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-03-17Fix an iterator invalidation problem in a "buggy" passChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-08-07Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman
2003-04-23Remove unnecessary &*Chris Lattner
2002-11-20Initial checkin of bugpointChris Lattner