<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/CodeGen/Mips/null.ll, 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] Change llc -march=mips* to -mtriple=mips*</title>
<updated>2024-12-11T06:14:06+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2024-12-11T06:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ae26f50aea4ef1a6c7058019f0db11a91bbcdade'/>
<id>ae26f50aea4ef1a6c7058019f0db11a91bbcdade</id>
<content type='text'>
Similar to 806761a7629df268c8aed49657aeccffa6bca449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to 806761a7629df268c8aed49657aeccffa6bca449
</pre>
</div>
</content>
</entry>
<entry>
<title>[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.</title>
<updated>2015-10-15T14:34:23+00:00</updated>
<author>
<name>Daniel Sanders</name>
<email>daniel.sanders@imgtec.com</email>
</author>
<published>2015-10-15T14:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8008de55515f7e1eba8992f87aa2db0eccfd78fe'/>
<id>8008de55515f7e1eba8992f87aa2db0eccfd78fe</id>
<content type='text'>
Summary:
The -mcpu=mips16 option caused the Integrated Assembler to crash because
it couldn't figure out the architecture revision number to write to the
.MIPS.abiflags section. This CPU definition has been removed because, like
microMIPS, MIPS16 is an ASE to a base architecture.

Reviewers: vkalintiris

Subscribers: rkotler, llvm-commits, dsanders

Differential Revision: http://reviews.llvm.org/D13656

llvm-svn: 250407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
The -mcpu=mips16 option caused the Integrated Assembler to crash because
it couldn't figure out the architecture revision number to write to the
.MIPS.abiflags section. This CPU definition has been removed because, like
microMIPS, MIPS16 is an ASE to a base architecture.

Reviewers: vkalintiris

Subscribers: rkotler, llvm-commits, dsanders

Differential Revision: http://reviews.llvm.org/D13656

llvm-svn: 250407
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a low hanging use of hasRawTextSupport.</title>
<updated>2014-01-14T18:57:12+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-01-14T18:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6633d57ae427515801ca24478add077c5049e7de'/>
<id>6633d57ae427515801ca24478add077c5049e7de</id>
<content type='text'>
This also fixes the placement of the function label comment. It was being
placed next to the mips16 directive instead of next to the label.

llvm-svn: 199245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also fixes the placement of the function label comment. It was being
placed next to the mips16 directive instead of next to the label.

llvm-svn: 199245
</pre>
</div>
</content>
</entry>
<entry>
<title>Change mips16 delay slot jumps to non delay slot forms by default.</title>
<updated>2012-10-30T00:54:49+00:00</updated>
<author>
<name>Reed Kotler</name>
<email>rkotler@mips.com</email>
</author>
<published>2012-10-30T00:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a81175371628fd34b10bfcc03c1c7dbe9a62621a'/>
<id>a81175371628fd34b10bfcc03c1c7dbe9a62621a</id>
<content type='text'>
We will make them delay slot forms if there is something that can be
placed in the delay slot during a separate pass. Mips16 extended instructions
cannot be placed in delay slots.

llvm-svn: 166990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will make them delay slot forms if there is something that can be
placed in the delay slot during a separate pass. Mips16 extended instructions
cannot be placed in delay slots.

llvm-svn: 166990
</pre>
</div>
</content>
</entry>
<entry>
<title>1. fix null program output after some other changes</title>
<updated>2012-06-21T20:39:10+00:00</updated>
<author>
<name>Akira Hatanaka</name>
<email>ahatanaka@mips.com</email>
</author>
<published>2012-06-21T20:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=765c312314536069dd52ef96144cb8d8d25e1eb1'/>
<id>765c312314536069dd52ef96144cb8d8d25e1eb1</id>
<content type='text'>
2. re-enable null.ll test
3. fix some minor style violations

Patch by Reed Kotler.

llvm-svn: 158935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2. re-enable null.ll test
3. fix some minor style violations

Patch by Reed Kotler.

llvm-svn: 158935
</pre>
</div>
</content>
</entry>
<entry>
<title>1. introduce MipsPat in place of Pat in order to exclude those from</title>
<updated>2012-06-14T21:03:23+00:00</updated>
<author>
<name>Akira Hatanaka</name>
<email>ahatanaka@mips.com</email>
</author>
<published>2012-06-14T21:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d8ab16b86f7a252b5896388e84288a8dfb216bb9'/>
<id>d8ab16b86f7a252b5896388e84288a8dfb216bb9</id>
<content type='text'>
being used by Mips16 or Micro Mips
2. clean up a few lines too long encountered

Patch by Reed Kotler.

llvm-svn: 158470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
being used by Mips16 or Micro Mips
2. clean up a few lines too long encountered

Patch by Reed Kotler.

llvm-svn: 158470
</pre>
</div>
</content>
</entry>
<entry>
<title>disable use of directive .set nomicromips</title>
<updated>2012-06-13T02:41:14+00:00</updated>
<author>
<name>Akira Hatanaka</name>
<email>ahatanaka@mips.com</email>
</author>
<published>2012-06-13T02:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5fa541231bb85b1fc0dfc739cd7cf608a528a01f'/>
<id>5fa541231bb85b1fc0dfc739cd7cf608a528a01f</id>
<content type='text'>
until this directive is pushed in gas to open source fsf

Patch by Reed Kotler.

llvm-svn: 158381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
until this directive is pushed in gas to open source fsf

Patch by Reed Kotler.

llvm-svn: 158381
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on mips16 pseudo op when compiling for mips16.</title>
<updated>2012-05-24T18:37:43+00:00</updated>
<author>
<name>Akira Hatanaka</name>
<email>ahatanaka@mips.com</email>
</author>
<published>2012-05-24T18:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a649cc75b37387df759f5d128582b4aa99f59041'/>
<id>a649cc75b37387df759f5d128582b4aa99f59041</id>
<content type='text'>
Expand test case for this.

Patch by Reed Kotler.

llvm-svn: 157410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand test case for this.

Patch by Reed Kotler.

llvm-svn: 157410
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Mips16 compiler to compile a null program.</title>
<updated>2012-05-24T18:32:33+00:00</updated>
<author>
<name>Akira Hatanaka</name>
<email>ahatanaka@mips.com</email>
</author>
<published>2012-05-24T18:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=df98a7a34dde36bda1c82fa924be52c7becbcdb2'/>
<id>df98a7a34dde36bda1c82fa924be52c7becbcdb2</id>
<content type='text'>
First code from the Mips16 compiler. Includes trivial test program.

Patch by Reed Kotler.

llvm-svn: 157408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First code from the Mips16 compiler. Includes trivial test program.

Patch by Reed Kotler.

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