summaryrefslogtreecommitdiff
path: root/tools/bugpoint/TestPasses.cpp
Commit message (Expand)AuthorAge
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* remove attributions from tools.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Remove trailing whitespaceMisha Brukman2005-04-22
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Remove unnecessary &*Chris Lattner2003-04-23
* Initial checkin of bugpointChris Lattner2002-11-20