<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/CodeGen/Mips/dynamic-stack-realignment.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] Convert some tests to opaque pointers (NFC)</title>
<updated>2022-12-19T11:56:12+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2022-12-19T11:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8663926a544602932d299dda435ed1ef70a05f48'/>
<id>8663926a544602932d299dda435ed1ef70a05f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC"</title>
<updated>2020-05-22T11:36:15+00:00</updated>
<author>
<name>Jon Roelofs</name>
<email>jroelofs@jroelofs.com</email>
</author>
<published>2020-05-22T11:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5a8db275f8fc8ee19b184f831bda1cdfc6771776'/>
<id>5a8db275f8fc8ee19b184f831bda1cdfc6771776</id>
<content type='text'>
This reverts commit 183d6af081899973f00fc24aeafcfc32de732f02.

Revert pending further consensus building: https://reviews.llvm.org/D79963#2050521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 183d6af081899973f00fc24aeafcfc32de732f02.

Revert pending further consensus building: https://reviews.llvm.org/D79963#2050521
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC</title>
<updated>2020-05-21T15:29:27+00:00</updated>
<author>
<name>Jon Roelofs</name>
<email>jroelofs@jroelofs.com</email>
</author>
<published>2020-05-15T15:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=183d6af081899973f00fc24aeafcfc32de732f02'/>
<id>183d6af081899973f00fc24aeafcfc32de732f02</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D79963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://reviews.llvm.org/D79963
</pre>
</div>
</content>
</entry>
<entry>
<title>[Mips] Always save RA when disabling frame pointer elimination</title>
<updated>2019-10-07T14:01:37+00:00</updated>
<author>
<name>Simon Atanasyan</name>
<email>simon@atanasyan.com</email>
</author>
<published>2019-10-07T14:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=55ac7458280dddf253a235b2180d8053d5b05d0c'/>
<id>55ac7458280dddf253a235b2180d8053d5b05d0c</id>
<content type='text'>
This ensures that frame-based unwinding will continue to work when
calling a noreturn function; there is not much use having the caller's
frame pointer saved if you don't also have the caller's program counter.

Patch by James Clarke.

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

llvm-svn: 373907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that frame-based unwinding will continue to work when
calling a noreturn function; there is not much use having the caller's
frame pointer saved if you don't also have the caller's program counter.

Patch by James Clarke.

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

llvm-svn: 373907
</pre>
</div>
</content>
</entry>
<entry>
<title>[MIPS][microMIPS] Enable dynamic stack realignment</title>
<updated>2019-03-19T17:01:24+00:00</updated>
<author>
<name>Simon Atanasyan</name>
<email>simon@atanasyan.com</email>
</author>
<published>2019-03-19T17:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=db4601e60a0fb3e079f20f68706de4d6010a1f56'/>
<id>db4601e60a0fb3e079f20f68706de4d6010a1f56</id>
<content type='text'>
Dynamic stack realignment was disabled on micromips by checking if
target has standard encoding. We simply change the condition to skip
Mips16 only.

Patch by Mirko Brkusanin.

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

llvm-svn: 356478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dynamic stack realignment was disabled on micromips by checking if
target has standard encoding. We simply change the condition to skip
Mips16 only.

Patch by Mirko Brkusanin.

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

llvm-svn: 356478
</pre>
</div>
</content>
</entry>
<entry>
<title>[mips] Use --check-prefixes where appropriate. NFC.</title>
<updated>2016-06-24T12:23:17+00:00</updated>
<author>
<name>Daniel Sanders</name>
<email>daniel.sanders@imgtec.com</email>
</author>
<published>2016-06-24T12:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0d97270ae501db9c90b78e5b5615206f8124f29b'/>
<id>0d97270ae501db9c90b78e5b5615206f8124f29b</id>
<content type='text'>
llvm-svn: 273669
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 273669
</pre>
</div>
</content>
</entry>
<entry>
<title>[mips] Make Static a default relocation model for MIPS codegen</title>
<updated>2016-04-11T15:24:23+00:00</updated>
<author>
<name>Petar Jovanovic</name>
<email>petar.jovanovic@imgtec.com</email>
</author>
<published>2016-04-11T15:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e578e970cb979d000e6b1d734b406aa06d9313d4'/>
<id>e578e970cb979d000e6b1d734b406aa06d9313d4</id>
<content type='text'>
This change follows up defaults for GCC and Clang, so LLVM does not differ
from them. While number of the test files are touched with this change, they
all keep the old (expected) behaviour with the explicit option:
"-relocation-model=pic"
The tests that have not been touched are insensitive to relocation model.

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

llvm-svn: 265949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change follows up defaults for GCC and Clang, so LLVM does not differ
from them. While number of the test files are touched with this change, they
all keep the old (expected) behaviour with the explicit option:
"-relocation-model=pic"
The tests that have not been touched are insensitive to relocation model.

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

llvm-svn: 265949
</pre>
</div>
</content>
</entry>
<entry>
<title>[mips] Add support for dynamic stack realignment.</title>
<updated>2015-06-02T13:14:46+00:00</updated>
<author>
<name>Vasileios Kalintiris</name>
<email>Vasileios.Kalintiris@imgtec.com</email>
</author>
<published>2015-06-02T13:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bb698c7d5f23474930fae702ac44ee5ab8e03781'/>
<id>bb698c7d5f23474930fae702ac44ee5ab8e03781</id>
<content type='text'>
Summary:
With this change we are able to realign the stack dynamically, whenever it
contains objects with alignment requirements that are larger than the
alignment specified from the given ABI.

We have to use the $fp register as the frame pointer when we perform
dynamic stack realignment. In complex stack frames, with variably-sized
objects, we reserve additionally the callee-saved register $s7 as the
base pointer in order to reference locals.

Reviewers: dsanders

Subscribers: llvm-commits

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

llvm-svn: 238829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
With this change we are able to realign the stack dynamically, whenever it
contains objects with alignment requirements that are larger than the
alignment specified from the given ABI.

We have to use the $fp register as the frame pointer when we perform
dynamic stack realignment. In complex stack frames, with variably-sized
objects, we reserve additionally the callee-saved register $s7 as the
base pointer in order to reference locals.

Reviewers: dsanders

Subscribers: llvm-commits

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

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