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
/
unittests
/
Support
/
AlignOfTest.cpp
Age
Commit message (
Expand
)
Author
2012-12-31
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-11-17
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-10
Provide definitions for all functions.
Benjamin Kramer
2012-09-14
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-06-21
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
2012-06-17
Disable a particular assertion on MSVC... I'm deeply disturbed by its
Chandler Carruth
2012-06-17
Add some somewhat exhaustive tests of sizeof properties of this horrible
Chandler Carruth
2012-06-16
Relax one assertion -- long double has strange alignments on lots of
Chandler Carruth
2012-06-16
Try to reduce the size of the array used for compile-time testing by
Chandler Carruth
2012-06-16
Add support to the alignment support header for conjuring a character
Chandler Carruth