<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/CodeGen/ARM/align.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>[MC] Use .p2align instead of .align</title>
<updated>2016-01-26T00:03:25+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>dan433584@gmail.com</email>
</author>
<published>2016-01-26T00:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=61d15ae4f56474164dff42708d9f7a19bb12ba1c'/>
<id>61d15ae4f56474164dff42708d9f7a19bb12ba1c</id>
<content type='text'>
For historic reasons, the behavior of .align differs between targets.
Fortunately, there are alternatives, .p2align and .balign, which make the
interpretation of the parameter explicit, and which behave consistently across
targets.

This patch teaches MC to use .p2align instead of .align, so that people reading
code for multiple architectures don't have to remember which way each platform
does its .align directive.

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

llvm-svn: 258750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For historic reasons, the behavior of .align differs between targets.
Fortunately, there are alternatives, .p2align and .balign, which make the
interpretation of the parameter explicit, and which behave consistently across
targets.

This patch teaches MC to use .p2align instead of .align, so that people reading
code for multiple architectures don't have to remember which way each platform
does its .align directive.

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

llvm-svn: 258750
</pre>
</div>
</content>
</entry>
<entry>
<title>CodeGen: Eliminate a use of getDarwinMajorNumber().</title>
<updated>2011-04-19T20:32:39+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-04-19T20:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4a7783b0c239d4c78e674416670bf4f43d4dbc7c'/>
<id>4a7783b0c239d4c78e674416670bf4f43d4dbc7c</id>
<content type='text'>
 - There is a minor semantic change here (evidenced by the test change) for
   Darwin triples that have no version component. I debated changing the default
   behavior of isOSVersionLT, but decided it made more sense for triples to be
   explicit.

llvm-svn: 129802
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - There is a minor semantic change here (evidenced by the test change) for
   Darwin triples that have no version component. I debated changing the default
   behavior of isOSVersionLT, but decided it made more sense for triples to be
   explicit.

llvm-svn: 129802
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.</title>
<updated>2010-09-29T17:54:10+00:00</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2010-09-29T17:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=97bf273870265c3977b6485d37a93f026b567daf'/>
<id>97bf273870265c3977b6485d37a93f026b567daf</id>
<content type='text'>
LDM/STM instructions can run one cycle faster on some ARM processors if the
memory address is 64-bit aligned.  Radar 8489376.

llvm-svn: 115047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LDM/STM instructions can run one cycle faster on some ARM processors if the
memory address is 64-bit aligned.  Radar 8489376.

llvm-svn: 115047
</pre>
</div>
</content>
</entry>
<entry>
<title>Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.</title>
<updated>2010-01-26T20:21:43+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-01-26T20:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dcb03f0f6b15aeadb9b627a1a3cd9e1ead6cd393'/>
<id>dcb03f0f6b15aeadb9b627a1a3cd9e1ead6cd393</id>
<content type='text'>
Original patch by Sandeep Patel and updated by me.

llvm-svn: 94582
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Sandeep Patel and updated by me.

llvm-svn: 94582
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test for darwin.</title>
<updated>2010-01-25T15:32:10+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-01-25T15:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4cb52db48522ffc6a75a7b13eacf0a7b8422cf43'/>
<id>4cb52db48522ffc6a75a7b13eacf0a7b8422cf43</id>
<content type='text'>
llvm-svn: 94421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 94421
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PR6134.</title>
<updated>2010-01-25T02:27:39+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-01-25T02:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a1141dd6abf369ec2f71ec399db7fcbfe3717aac'/>
<id>a1141dd6abf369ec2f71ec399db7fcbfe3717aac</id>
<content type='text'>
We are not emitting alignments on Darwin for "bar". Not sure what is the
correct way to do it.

llvm-svn: 94400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are not emitting alignments on Darwin for "bar". Not sure what is the
correct way to do it.

llvm-svn: 94400
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate more uses of llvm-as and llvm-dis.</title>
<updated>2009-09-09T00:09:15+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-09T00:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c8054d90fbe7ff386577c27dd51d597924036cde'/>
<id>c8054d90fbe7ff386577c27dd51d597924036cde</id>
<content type='text'>
llvm-svn: 81293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 81293
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove llvm-upgrade.</title>
<updated>2008-02-17T20:02:20+00:00</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-02-17T20:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f697c038834f36190d6d93353ea3b1fababe6faf'/>
<id>f697c038834f36190d6d93353ea3b1fababe6faf</id>
<content type='text'>
llvm-svn: 47238
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 47238
</pre>
</div>
</content>
</entry>
<entry>
<title>This test used "wc | grep ..."; convert it to use the count script.</title>
<updated>2007-08-15T13:55:47+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-08-15T13:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=413a23d2575cae5edf8e434b9dd78c8daa612c8a'/>
<id>413a23d2575cae5edf8e434b9dd78c8daa612c8a</id>
<content type='text'>
llvm-svn: 41101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 41101
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix align test.</title>
<updated>2007-04-16T16:57:47+00:00</updated>
<author>
<name>Lauro Ramos Venancio</name>
<email>lauro.venancio@gmail.com</email>
</author>
<published>2007-04-16T16:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b1d58a528104dc565a0302fee656804db055e8cc'/>
<id>b1d58a528104dc565a0302fee656804db055e8cc</id>
<content type='text'>
llvm-svn: 36140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 36140
</pre>
</div>
</content>
</entry>
</feed>
