Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
[oota-llvm.git] / include / llvm / Support / PassNameParser.h
2010-08-07 Benjamin KramerShrink PassNameParser's binary size with array_pod_sort.
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-01-22 Chris Lattnergive PassNameParser a home.
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-05-05 Bill WendlingUsing "unsigned" was masking the "size_t" version of...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-21 David GreeneDoxygenize comments.
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-08-27 Chris LattnerRemove a dead class.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2002-12-07 Chris LattnerGive better error message if two passes of the same...
2002-11-19 Chris LattnerIgnore options that are ""
2002-09-16 Vikram S. Adve*** empty log message ***
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...