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