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