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