aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/TestPasses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+11
* Remove trailing whitespaceMisha Brukman2005-04-221-2/+2
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-171-1/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-3/+3
* Remove unnecessary &*Chris Lattner2003-04-231-1/+1
* Initial checkin of bugpointChris Lattner2002-11-201-0/+54