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