Go to file
Ahmed Bougacha 0b938284da [CodeGen] Teach X86_64ABIInfo about AVX512.
As specified in the SysV AVX512 ABI drafts. It follows the same scheme
as AVX2: 

    Arguments of type __m512 are split into eight eightbyte chunks.
    The least significant one belongs to class SSE and all the others
    to class SSEUP.

This also means we change the OpenMP SIMD default alignment on AVX512.

Based on r240337.
Differential Revision: http://reviews.llvm.org/D9894

llvm-svn: 240338
2015-06-22 21:31:43 +00:00
clang [CodeGen] Teach X86_64ABIInfo about AVX512. 2015-06-22 21:31:43 +00:00
clang-tools-extra Update for ParseARgs ArrayRef-ification 2015-06-21 06:58:19 +00:00
compiler-rt Add -flto to clang flags for cfi tests. 2015-06-19 19:48:40 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361 2015-06-22 15:01:21 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld COFF: Separate DefinedCOMDAT from DefinedRegular symbol type. NFC. 2015-06-22 19:56:01 +00:00
lldb Adding some more flakey tests to the XFAIL list 2015-06-22 20:54:14 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Set missing x86 arch in a CodeGen regression test. 2015-06-22 21:18:10 +00:00
openmp Allow machine hierarchy expansion 2015-06-22 15:59:18 +00:00
polly Use C99 to compile ISL 2015-06-22 20:31:16 +00:00