<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeGen/loop-vectorize.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>[test] %clang_cc1 -emit-llvm: remove redundant -S</title>
<updated>2024-05-05T00:15:51+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2024-05-05T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0d501f38f348cf046d40c9baee12f0c5145b6d8c'/>
<id>0d501f38f348cf046d40c9baee12f0c5145b6d8c</id>
<content type='text'>
Also replace aarch64-none-linux-gnu (none can indicate an OS as well) with aarch64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also replace aarch64-none-linux-gnu (none can indicate an OS as well) with aarch64
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] Remove references to -fexperimental-new-pass-manager in tests</title>
<updated>2022-04-11T20:29:08+00:00</updated>
<author>
<name>Arthur Eubanks</name>
<email>aeubanks@google.com</email>
</author>
<published>2022-04-11T20:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=61d418f97154805100dc19ff2ef1338e9de2f27d'/>
<id>61d418f97154805100dc19ff2ef1338e9de2f27d</id>
<content type='text'>
This has been the default for a while and we're in the process of removing the legacy PM optimization pipeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been the default for a while and we're in the process of removing the legacy PM optimization pipeline.
</pre>
</div>
</content>
</entry>
<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>Mark tests as x86.</title>
<updated>2019-05-24T21:49:27+00:00</updated>
<author>
<name>Alina Sbirlea</name>
<email>asbirlea@google.com</email>
</author>
<published>2019-05-24T21:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b4c756dc1cde8a4abdef08f4f43ed28a494c5384'/>
<id>b4c756dc1cde8a4abdef08f4f43ed28a494c5384</id>
<content type='text'>
llvm-svn: 361674
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 361674
</pre>
</div>
</content>
</entry>
<entry>
<title>Use clang_cc1 instead of clang in CodeGen test.</title>
<updated>2019-05-23T22:07:37+00:00</updated>
<author>
<name>Alina Sbirlea</name>
<email>asbirlea@google.com</email>
</author>
<published>2019-05-23T22:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f2e41dd6ed1ac052e89dac224e67218c479cf952'/>
<id>f2e41dd6ed1ac052e89dac224e67218c479cf952</id>
<content type='text'>
llvm-svn: 361562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 361562
</pre>
</div>
</content>
</entry>
<entry>
<title>Update breaking test.</title>
<updated>2019-05-23T19:51:16+00:00</updated>
<author>
<name>Alina Sbirlea</name>
<email>asbirlea@google.com</email>
</author>
<published>2019-05-23T19:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9925ef78ce2c5d464a9148493892847ee505853a'/>
<id>9925ef78ce2c5d464a9148493892847ee505853a</id>
<content type='text'>
llvm-svn: 361542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 361542
</pre>
</div>
</content>
</entry>
<entry>
<title>[NewPassManager] Add tuning option: SLPVectorization [clang-change]</title>
<updated>2019-05-23T18:51:02+00:00</updated>
<author>
<name>Alina Sbirlea</name>
<email>asbirlea@google.com</email>
</author>
<published>2019-05-23T18:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=267ac925fb4ed2dad94177807d9a38ba83f2f4f0'/>
<id>267ac925fb4ed2dad94177807d9a38ba83f2f4f0</id>
<content type='text'>
Summary:
NewPassManager is not using CodeGenOpts values before this patch.
[to be coupled with D61616]

Reviewers: chandlerc

Subscribers: jlebar, cfe-commits, llvm-commits

Tags: #clang

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

llvm-svn: 361534
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
NewPassManager is not using CodeGenOpts values before this patch.
[to be coupled with D61616]

Reviewers: chandlerc

Subscribers: jlebar, cfe-commits, llvm-commits

Tags: #clang

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

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