summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/AlignmentTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix https://bugs.llvm.org/show_bug.cgi?id=43791Guillaume Chatelet2019-10-281-1/+1
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-2/+40
* [Alignment][NFC] Support compile time constantsGuillaume Chatelet2019-10-141-0/+22
* Revert "[Alignment][NFC] Allow constexpr Align"Guillaume Chatelet2019-10-031-10/+0
* [Alignment][NFC] Allow constexpr AlignGuillaume Chatelet2019-10-031-0/+10
* [Alignment][NFC] Adding a max function.Guillaume Chatelet2019-09-301-0/+23
* [Alignment] Add a None() member functionGuillaume Chatelet2019-09-181-1/+4
* [LLVM][Alignment] Fix MSVC potential division by 0 warning (PR42911)Simon Pilgrim2019-08-151-0/+10
* [LLVM][Alignment] Introduce Alignment In GlobalObjectGuillaume Chatelet2019-08-061-1/+2
* Add brackets to remove warnings about ambiguous 'else's.Bill Wendling2019-08-031-5/+10
* [LLVM][Alignment] Fix AlignmentTest on platform where size_t != uint64_tGuillaume Chatelet2019-08-011-8/+8
* [LLVM] Fix Alignment death tests in Release ModeGuillaume Chatelet2019-07-311-43/+53
* Fix mismatching vector type in AlignmentTest.cppGuillaume Chatelet2019-07-311-1/+1
* [LLVM][NFC] Adding an Alignment type to LLVMGuillaume Chatelet2019-07-311-0/+284
OpenPOWER on IntegriCloud