<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeGen/stack-size-section.c, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Use functions with prototypes when appropriate; NFC</title>
<updated>2022-02-15T21:06:43+00:00</updated>
<author>
<name>Aaron Ballman</name>
<email>aaron@aaronballman.com</email>
</author>
<published>2022-02-15T21:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=adc402bf3d0565ac2bc7efbdd05f0d846e818041'/>
<id>adc402bf3d0565ac2bc7efbdd05f0d846e818041</id>
<content type='text'>
A significant number of our tests in C accidentally use functions
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&amp;R C
declarations. e.g.,

  void func();

becomes

  void func(void);

This is the eleventh batch of tests being updated (there are a
significant number of other tests left to be updated).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A significant number of our tests in C accidentally use functions
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&amp;R C
declarations. e.g.,

  void func();

becomes

  void func(void);

This is the eleventh batch of tests being updated (there are a
significant number of other tests left to be updated).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test added in r321992 failing on some buildbots (again), test requires x86.</title>
<updated>2018-01-08T15:46:18+00:00</updated>
<author>
<name>Sean Eveson</name>
<email>eveson.sean@gmail.com</email>
</author>
<published>2018-01-08T15:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9e867b68fb828d0dc97e908cbaf1497340f0c86d'/>
<id>9e867b68fb828d0dc97e908cbaf1497340f0c86d</id>
<content type='text'>
llvm-svn: 322000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 322000
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test added in r321992 failing on some buildbots.</title>
<updated>2018-01-08T14:43:28+00:00</updated>
<author>
<name>Sean Eveson</name>
<email>eveson.sean@gmail.com</email>
</author>
<published>2018-01-08T14:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=31db71361549c0428b683462a83beb94dbaae4ac'/>
<id>31db71361549c0428b683462a83beb94dbaae4ac</id>
<content type='text'>
llvm-svn: 321995
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 321995
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] Add flag enabling the function stack size section that was added in r319430</title>
<updated>2018-01-08T13:42:26+00:00</updated>
<author>
<name>Sean Eveson</name>
<email>eveson.sean@gmail.com</email>
</author>
<published>2018-01-08T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5110d4f5c01b33889b6959a70eede87457e734e7'/>
<id>5110d4f5c01b33889b6959a70eede87457e734e7</id>
<content type='text'>
Adds the -fstack-size-section flag to enable the .stack_sizes section. The flag defaults to on for the PS4 triple.

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

llvm-svn: 321992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the -fstack-size-section flag to enable the .stack_sizes section. The flag defaults to on for the PS4 triple.

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

llvm-svn: 321992
</pre>
</div>
</content>
</entry>
</feed>
