[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / Support / Registry.h
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-06-27 Argyrios Kyrtzidis[Support/Registry.h] Include llvm/Support/Compiler.h.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2010-07-26 Dan GohmanAdd a comment.
2009-09-06 Duncan SandsRemove unneeded declaration, as warned about by
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-09-27 Gordon HenriksenMy previous Registry.h header, as well as Collectors...