<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/lib/Headers/wmmintrin.h, branch meklort-10.0.0</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.0</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.0'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-04-08T20:51:30+00:00</updated>
<entry>
<title>Move the builtin headers to use the new license file header.</title>
<updated>2019-04-08T20:51:30+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-04-08T20:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4cf5743b7784b2c2bff8be82e1a5cc37f8c68a36'/>
<id>urn:sha1:4cf5743b7784b2c2bff8be82e1a5cc37f8c68a36</id>
<content type='text'>
Summary:
These all had somewhat custom file headers with different text from the
ones I searched for previously, and so I missed them. Thanks to Hal and
Kristina and others who prompted me to fix this, and sorry it took so
long.

Reviewers: hfinkel

Subscribers: mcrosier, javed.absar, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D60406

llvm-svn: 357941
</content>
</entry>
<entry>
<title>[X86] Consistently use double underscore at the beginning of the include guards in our intrinsic headers.</title>
<updated>2018-04-24T17:40:47+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@intel.com</email>
</author>
<published>2018-04-24T17:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=bd16b112554990be42e082de2236f762a50d2375'/>
<id>urn:sha1:bd16b112554990be42e082de2236f762a50d2375</id>
<content type='text'>
Most files used double underscore, but a few used single. This converges them all to double.

llvm-svn: 330743
</content>
</entry>
<entry>
<title>Update the intel intrinsic headers to use the target attribute support.</title>
<updated>2015-06-17T07:09:32+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2015-06-17T07:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9fc7fb274e5341b14c71487cf413343439581d50'/>
<id>urn:sha1:9fc7fb274e5341b14c71487cf413343439581d50</id>
<content type='text'>
This involved removing the conditional inclusion and replacing them
with target attributes matching the original conditional inclusion
and checks. The testcase update removes the macro checks for each
file and replaces them with usage of the __target__ attribute, e.g.:

int __attribute__((__target__(("sse3")))) foo(int a) {
  _mm_mwait(0, 0);
  return 4;
}

This usage does require the enclosing function have the requisite
__target__ attribute for inlining and code generation - also for
any macro intrinsic uses in the enclosing function. There's no change
for existing uses of the intrinsic headers.

llvm-svn: 239883
</content>
</entry>
<entry>
<title>Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so</title>
<updated>2012-11-05T23:30:26+00:00</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2012-11-05T23:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=dc779abb8ba2668bcd5e9a6d588f2545a81873bc'/>
<id>urn:sha1:dc779abb8ba2668bcd5e9a6d588f2545a81873bc</id>
<content type='text'>
that we can model them as separate submodules.

llvm-svn: 167420
</content>
</entry>
<entry>
<title>Add builtin for pclmulqdq instruction.</title>
<updated>2012-05-31T05:18:48+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-05-31T05:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3f122a7636e134c4baf3719395d8690732f851c3'/>
<id>urn:sha1:3f122a7636e134c4baf3719395d8690732f851c3</id>
<content type='text'>
llvm-svn: 157733
</content>
</entry>
<entry>
<title>Headers: wmmintrin.h only needs xmmintrin.h.</title>
<updated>2011-12-06T16:17:54+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-06T16:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e946e361abc914243327f2af0925d6f63bcae384'/>
<id>urn:sha1:e946e361abc914243327f2af0925d6f63bcae384</id>
<content type='text'>
 - Fixes &lt;rdar://problem/10261246&gt; clang -maes option is not sufficient to
   include &lt;wmmintrin.h&gt;

llvm-svn: 145939
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2010-04-01T03:07:20+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-04-01T03:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2fbd4050e979391d74fb9be7c2036b5506cb207b'/>
<id>urn:sha1:2fbd4050e979391d74fb9be7c2036b5506cb207b</id>
<content type='text'>
llvm-svn: 100079
</content>
</entry>
<entry>
<title>First start at wmmintrin.h file with Intel AES-NI instructions.</title>
<updated>2010-04-01T03:03:35+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-04-01T03:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5464e5ae00ba491c811d70f6d29e170477c2b4cc'/>
<id>urn:sha1:5464e5ae00ba491c811d70f6d29e170477c2b4cc</id>
<content type='text'>
llvm-svn: 100077
</content>
</entry>
</feed>
