[TrailingObjects] Dynamically realign under-aligned trailing objects.
[oota-llvm.git] / include / llvm / Support / Registry.h
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-11 Richard SmithAdd missing #include, found by modules build.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
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...