index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
AlignOfTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove LLVM_ALIGNAS
JF Bastien
2019-07-31
1
-4
/
+4
*
[NFC] use C++11 in AlignOf.h, remove AlignedCharArray
JF Bastien
2019-07-30
1
-11
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and follo...
NAKAMURA Takumi
2017-01-13
1
-18
/
+0
*
Lift the 10-type limit for AlignedCharArrayUnion
Sean Callanan
2017-01-09
1
-0
/
+18
*
[Support] Fix AlignOf test on i386-linux.
Benjamin Kramer
2016-10-21
1
-12
/
+15
*
[Support] Remove llvm::alignOf now that all uses are gone.
Benjamin Kramer
2016-10-20
1
-166
/
+55
*
Fixed compilation issue.
Elena Demikhovsky
2016-01-28
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-4
/
+4
*
[ADT] Teach alignment helpers to work correctly for abstract classes.
Chandler Carruth
2015-12-29
1
-0
/
+20
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-5
/
+15
*
[support] Add a macro wrapper for alignas and simplify some code.
Benjamin Kramer
2015-04-02
1
-18
/
+4
*
Supress MSVC padding warning in alignment test
Andrew Kaylor
2015-03-26
1
-0
/
+6
*
Suppress the newly added Clang warning for the inaccessible base in this
Chandler Carruth
2015-01-19
1
-4
/
+4
*
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
1
-2
/
+11
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
1
-2
/
+2
*
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-17
1
-0
/
+12
*
Provide definitions for all functions.
Benjamin Kramer
2012-11-10
1
-0
/
+11
*
Fix up erroneous alignas usage while making this portable to GCC 4.7
David Blaikie
2012-09-14
1
-71
/
+47
*
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-17
1
-117
/
+117
*
Add a pragma to supress an MSVC warning on some of the absurd code I'm
Chandler Carruth
2012-06-21
1
-0
/
+6
*
Disable a particular assertion on MSVC... I'm deeply disturbed by its
Chandler Carruth
2012-06-17
1
-0
/
+5
*
Add some somewhat exhaustive tests of sizeof properties of this horrible
Chandler Carruth
2012-06-17
1
-0
/
+60
*
Relax one assertion -- long double has strange alignments on lots of
Chandler Carruth
2012-06-16
1
-1
/
+6
*
Try to reduce the size of the array used for compile-time testing by
Chandler Carruth
2012-06-16
1
-44
/
+48
*
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-16
1
-0
/
+248