Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Hello / Hello.cpp
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.