<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/lib/Headers/__wmmintrin_pclmul.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] Fix some places where macro arguments to intrinsics weren't cast to _m512(i|d)/_m256(i|d/_m128(i|d) first.</title>
<updated>2018-05-31T01:24:40+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@intel.com</email>
</author>
<published>2018-05-31T01:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cbf3929bc90791533a748bd999887d7b3f667120'/>
<id>urn:sha1:cbf3929bc90791533a748bd999887d7b3f667120</id>
<content type='text'>
The majority of the cases were correct. This fixes the few that weren't.

I also removed some superfluous parentheses in non-macros that confused by attempts at grepping for missing casts.

llvm-svn: 333615
</content>
</entry>
<entry>
<title>[X86] Prevent inclusion of __wmmintrin_aes.h and __wmmintrin_pclmul.h without including wmmintrin.h</title>
<updated>2018-05-22T02:02:13+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@intel.com</email>
</author>
<published>2018-05-22T02:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d97a95ae2ca44afa5e664d602e9e26b3eb65f106'/>
<id>urn:sha1:d97a95ae2ca44afa5e664d602e9e26b3eb65f106</id>
<content type='text'>
llvm-svn: 332929
</content>
</entry>
<entry>
<title>Remove \brief commands from doxygen comments.</title>
<updated>2018-05-09T01:00:01+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2018-05-09T01:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9fc8faf9e619733a21915d4c41696f09aa2a7a50'/>
<id>urn:sha1:9fc8faf9e619733a21915d4c41696f09aa2a7a50</id>
<content type='text'>
This is similar to the LLVM change https://reviews.llvm.org/D46290.

We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

for i in $(git grep -l '\@brief'); do perl -pi -e 's/\@brief //g' $i &amp; done
for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i &amp; done

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

llvm-svn: 331834
</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>[DOXYGEN] Improved doxygen comments for x86 intrinsics.</title>
<updated>2016-12-27T00:49:38+00:00</updated>
<author>
<name>Ekaterina Romanova</name>
<email>katya_romanova@playstation.sony.com</email>
</author>
<published>2016-12-27T00:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=dffe45b3e6553b2ab09ad05a82000a33d3a0d964'/>
<id>urn:sha1:dffe45b3e6553b2ab09ad05a82000a33d3a0d964</id>
<content type='text'>
Improved doxygen comments for the following intrinsics headers:  __wmmintrin_pclmul.h, bmiintrin.h, emmintrin.h, f16cintrin.h, immintrin.h, mmintrin.h, pmmintrin.h, tmmintrin.h

Added \n commands to insert a line breaks where necessary, since one long line of documentation is nearly unreadable.
Formatted comments to fit into 80 chars.
In some cases added \a command in front of the parameter names to display them in italics.

llvm-svn: 290561
</content>
</entry>
<entry>
<title>[DOXYGEN] Improved doxygen comments for x86 intrinsics headers.</title>
<updated>2016-12-09T18:35:50+00:00</updated>
<author>
<name>Ekaterina Romanova</name>
<email>katya_romanova@playstation.sony.com</email>
</author>
<published>2016-12-09T18:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0c1c3bbc78e4548831e307c0e527449254a2bbbb'/>
<id>urn:sha1:0c1c3bbc78e4548831e307c0e527449254a2bbbb</id>
<content type='text'>
Tagged instruction names with &lt;c&gt; INSTR_NAME &lt;/c&gt; to display them in typewriter font.

In the past, \c command was used, unfortunately it applied to only one word. 
&lt;c&gt; .. &lt;/c&gt; has the same meaning, but applies to all words in between the tags.

llvm-svn: 289249
</content>
</entry>
<entry>
<title>[DOXYGEN] Improved doxygen comments.</title>
<updated>2016-12-08T17:57:23+00:00</updated>
<author>
<name>Ekaterina Romanova</name>
<email>katya_romanova@playstation.sony.com</email>
</author>
<published>2016-12-08T17:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a8fde7ce8b4e3a11bfd238f3002e8899b9c9f24c'/>
<id>urn:sha1:a8fde7ce8b4e3a11bfd238f3002e8899b9c9f24c</id>
<content type='text'>
Improved doxygen comments for __wmmintrin_pclmul.h and ammintrin.h intrinsics by taagging parameter names with \a doxygen command to display parameters in italics.

Formatted comments to fit into 80 chars.

llvm-svn: 289083
</content>
</entry>
<entry>
<title>Clean up: remove trailing spaces in x86 intrinsic headers.</title>
<updated>2016-05-28T00:18:59+00:00</updated>
<author>
<name>Ekaterina Romanova</name>
<email>katya_romanova@playstation.sony.com</email>
</author>
<published>2016-05-28T00:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5a7f09c5af24eca92cd2acf701734009351a0fd3'/>
<id>urn:sha1:5a7f09c5af24eca92cd2acf701734009351a0fd3</id>
<content type='text'>
Differential Revision: http://reviews.llvm.org/D20614

llvm-svn: 271077
</content>
</entry>
<entry>
<title>This patch adds doxygen comments for the intrinsincs in the header file __wmmintrin_pclmul.h. The doxygen comments are automatically generated based on Sony's intrinsics document.</title>
<updated>2016-01-29T20:37:14+00:00</updated>
<author>
<name>Ekaterina Romanova</name>
<email>katya_romanova@playstation.sony.com</email>
</author>
<published>2016-01-29T20:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=deec50a3d2339af731b42b5c9f7308f861acae5f'/>
<id>urn:sha1:deec50a3d2339af731b42b5c9f7308f861acae5f</id>
<content type='text'>
Differential Revision: http://reviews.llvm.org/D15999

llvm-svn: 259239
</content>
</entry>
</feed>
