Introduce llvm::sys::path::home_directory.
[oota-llvm.git] / include / llvm / Support / AlignOf.h
2014-01-09 Richard SmithExtend llvm::AlignedCharArrayUnion to support up to...
2013-01-09 Manuel KlimekIncrase the number of parameters for AlignedCharArrayUnion.
2012-12-31 Chandler CarruthRemove the declspecs from small alignments that we...
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-10-31 Rafael Espindolaxlc supports __attribute__((aligned(x))), use it.
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
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...