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