Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / AlignOf.h
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-05-14 Douglas KatzmanUpdate obsolete comments, fix typo, delete trailing...
2015-04-22 Yaron KerenRecommit r235219, it's need for out-of-tree users of...
2015-04-22 Yaron KerenRevert r235219, it's not needed after r235450.
2015-04-17 Aaron BallmanSuppressing the C4324 warnings generated by MSVC. This...
2015-04-02 Benjamin Kramer[alignof] Put back the hack for old versions of GCC.
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
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...