aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PassNameParser.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2010-08-07Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer
2010-08-06Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman
2010-01-22give PassNameParser a home.Chris Lattner
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-05-05Using "unsigned" was masking the "size_t" version of this method.Bill Wendling
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-21Doxygenize comments.David Greene
2007-08-20Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene
2007-04-06rearchitect the registration mechanism used by the command line option stuff.Chris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-01Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner
2006-12-01remove 'target constructor' support.Chris Lattner
2006-11-17Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling
2006-08-27Remove a dead class.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-04-24Remove support for "targetdata pass ctors"Chris Lattner
2002-12-07Give better error message if two passes of the same argument are registeredChris Lattner
2002-11-19Ignore options that are ""Chris Lattner
2002-09-16*** empty log message ***Vikram S. Adve
2002-07-26Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner