Guillaume Chatelet
|
6dacb1c9c1
[Alignment][NFC] Move and type functions from MathExtras to Alignment
|
5 gadi atpakaļ |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 gadi atpakaļ |
James Y Knight
|
f563b7840e
Workaround MSVC bug when using TrailingObjects from a template.
|
8 gadi atpakaļ |
Benjamin Kramer
|
cb58e1e3bc
Retire llvm::alignOf in favor of C++11 alignof.
|
8 gadi atpakaļ |
Hubert Tong
|
b80ca8647e
TrailingObjects::FixedSizeStorage constexpr fixes + tests
|
9 gadi atpakaļ |
Richard Smith
|
749e602ac0
Remove TrailingObjects::operator delete. It's still suffering from
|
9 gadi atpakaļ |
Richard Smith
|
bca133d0bb
Re-commit r259942 (reverted in r260053) with a different workaround for the MSVC bug.
|
9 gadi atpakaļ |
Nico Weber
|
732c5d90b7
Revert 259942, r259943, r259948.
|
9 gadi atpakaļ |
Richard Smith
|
2597d07f15
More workarounds for undefined behavior exposed when compiling in C++14 with
|
9 gadi atpakaļ |
Rui Ueyama
|
3edb0ec229
Update to use new name alignTo().
|
9 gadi atpakaļ |
James Y Knight
|
b905a6b1c4
[TrailingObjects] Dynamically realign under-aligned trailing objects.
|
9 gadi atpakaļ |
Kostya Serebryany
|
9fc3869acd
fix leak in a test, make the sanitizer bot green
|
9 gadi atpakaļ |
James Y Knight
|
ca5c277bdf
Rewrite the TrailingObjects template to provide two new features:
|
9 gadi atpakaļ |
Yaron Keren
|
f10e43020c
Fix Visual C++ error C2248:
|
10 gadi atpakaļ |
James Y Knight
|
1cf6cc7b91
Add a TrailingObjects template class.
|
10 gadi atpakaļ |