Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
[oota-llvm.git] / include / llvm / Support / AlignOf.h
2012-06-25 Chandler CarruthJust remove generic support for C++11 alignas -- GCC...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2010-12-07 Michael J. SpencerFix spelling.
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-28 Ted KremenekAdd more alignment enums.
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-17 Ted KremenekRemoved inclusion of cassert, which is no longer needed.
2007-10-17 Ted KremenekAdded template function alignof() which provides a...
2007-10-17 Ted KremenekAdded llvm::AlignOf, a template class whose purpose...