aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/AlignOf.h
AgeCommit message (Expand)Author
2013-01-09Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek
2012-12-31Remove the declspecs from small alignments that we can force withChandler Carruth
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer
2012-10-31xlc supports __attribute__((aligned(x))), use it.Rafael Espindola
2012-09-14Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie
2012-08-24Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth
2012-08-17Flatten the aligned-char-array utility template to be a directlyChandler Carruth
2012-06-25Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-06-16Add support to the alignment support header for conjuring a characterChandler Carruth
2010-12-07Fix spelling.Michael J. Spencer
2010-10-30Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner
2009-02-20Removed trailing whitespace.Misha Brukman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-28Add more alignment enums.Ted Kremenek
2008-02-11Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-17Removed inclusion of cassert, which is no longer needed.Ted Kremenek
2007-10-17Added template function alignof() which provides a cleanTed Kremenek
2007-10-17Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek