aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/AlignOf.h
Commit message (Expand)AuthorAgeFilesLines
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-091-10/+13
* Remove the declspecs from small alignments that we can force withChandler Carruth2012-12-311-5/+12
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-311-72/+96
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-311-1/+1
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-141-23/+14
* Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth2012-08-241-5/+33
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-171-13/+14
* Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth2012-06-251-1/+1
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-1/+1
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-161-0/+90
* Fix spelling.Michael J. Spencer2010-12-071-1/+1
* Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner2010-10-301-3/+3
* Removed trailing whitespace.Misha Brukman2009-02-201-5/+5
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+2
* Add more alignment enums.Ted Kremenek2008-04-281-0/+7
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-111-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek2007-10-171-0/+43