Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Scalar / SimplifyCFG.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-03 Chris Lattnerupdate file comment.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-23 Duncan SandsRemove some logic I thoughtlessly copied over
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-05 Chris LattnerUse a worklist-driven algorithm instead of a recursive...
2007-03-04 Chris Lattnerswitch MarkAliveBlocks over to using SmallPtrSet instea...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-08 Reid SpencerIncorporate any changes in the successor blocks into...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-19 Chris LattnerHrm, some people complain when the compiler cheerfully...
2004-10-18 Chris LattnerTurn store -> null/undef into the LLVM unreachable...
2004-09-01 Reid SpencerChanges For Bug 352
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-05 Chris Lattnersimplify-cfg is really a function pass
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-24 Chris LattnerEliminate extraneous #include
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-21 Chris LattnerNew CFG Simplification pass: removed from the old DCE...