Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Hello / Hello.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-10-07 Owen AndersonSince the Hello pass is built as a loadable dynamic...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-03-01 Dan GohmanPrune #includes.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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-13 Devang PatelRemove use of SlowOperationInformer.
2006-12-19 Chris Lattnereliminate static ctor from example.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris Lattnercounter should be unsigned.
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-07 Reid SpencerMake this example pass use some things from lib/Support...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-12 Chris LattnerHrm, this pass didn't compile. This bugfix should...
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...
2002-08-08 Chris LattnerInitial checkin of the "Hello World" Pass.