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
/
TrailingObjectsTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Workaround MSVC bug when using TrailingObjects from a template.
James Y Knight
2017-02-28
1
-0
/
+21
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-29
/
+24
*
TrailingObjects::FixedSizeStorage constexpr fixes + tests
Hubert Tong
2016-07-30
1
-0
/
+47
*
Remove TrailingObjects::operator delete. It's still suffering from
Richard Smith
2016-02-09
1
-2
/
+2
*
Re-commit r259942 (reverted in r260053) with a different workaround for the M...
Richard Smith
2016-02-09
1
-0
/
+2
*
Revert 259942, r259943, r259948.
Nico Weber
2016-02-07
1
-2
/
+0
*
More workarounds for undefined behavior exposed when compiling in C++14 with
Richard Smith
2016-02-05
1
-0
/
+2
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-6
/
+5
*
[TrailingObjects] Dynamically realign under-aligned trailing objects.
James Y Knight
2015-12-29
1
-0
/
+17
*
fix leak in a test, make the sanitizer bot green
Kostya Serebryany
2015-12-21
1
-1
/
+2
*
Rewrite the TrailingObjects template to provide two new features:
James Y Knight
2015-12-18
1
-4
/
+34
*
Fix Visual C++ error C2248:
Yaron Keren
2015-08-06
1
-2
/
+2
*
Add a TrailingObjects template class.
James Y Knight
2015-08-05
1
-0
/
+147