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