<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Feature/constpointer.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>[Tests] Convert Feature tests to opaque pointers (NFC)</title>
<updated>2022-12-13T14:49:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2022-12-13T14:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1842a2909e80da9432c5d79a95ec2c331bd99744'/>
<id>1842a2909e80da9432c5d79a95ec2c331bd99744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "@name =" mandatory for globals in .ll files.</title>
<updated>2016-05-10T18:22:45+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2016-05-10T18:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=32483a7641a431bf9e217948fb237642a26c7569'/>
<id>32483a7641a431bf9e217948fb237642a26c7569</id>
<content type='text'>
An oddity of the .ll syntax is that the "@var = " in

@var = global i32 42

is optional. Writing just

global i32 42

is equivalent to

@0 = global i32 42

This means that there is a pretty big First set at the top level. The
current implementation maintains it manually. I was trying to refactor
it, but then started wondering why keep it a all. I personally find the
above syntax confusing. It looks like something is missing.

This patch removes the feature and simplifies the parser.

llvm-svn: 269096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An oddity of the .ll syntax is that the "@var = " in

@var = global i32 42

is optional. Writing just

global i32 42

is equivalent to

@0 = global i32 42

This means that there is a pretty big First set at the top level. The
current implementation maintains it manually. I was trying to refactor
it, but then started wondering why keep it a all. I personally find the
above syntax confusing. It looks like something is missing.

This patch removes the feature and simplifies the parser.

llvm-svn: 269096
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove llvm-upgrade and update tests.</title>
<updated>2008-03-01T07:38:40+00:00</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-01T07:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b7e02fc0bf18ec1d026291aab48d125a455b3ec5'/>
<id>b7e02fc0bf18ec1d026291aab48d125a455b3ec5</id>
<content type='text'>
llvm-svn: 47784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 47784
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the llvm-upgrade program to upgrade llvm assembly.</title>
<updated>2006-12-02T04:23:10+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-02T04:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94'/>
<id>d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94</id>
<content type='text'>
llvm-svn: 32115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 32115
</pre>
</div>
</content>
</entry>
<entry>
<title>Added RUN lines and dejagnu support for Feature dir.</title>
<updated>2004-11-07T06:08:43+00:00</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2004-11-07T06:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=84f7fda32fd733cc3ac7ae501524a3c63f922a95'/>
<id>84f7fda32fd733cc3ac7ae501524a3c63f922a95</id>
<content type='text'>
llvm-svn: 17568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 17568
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor additions.</title>
<updated>2002-07-14T23:18:33+00:00</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2002-07-14T23:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a6b6b0c7f8a872d7bb9f50b7ce9d922b3dc9a056'/>
<id>a6b6b0c7f8a872d7bb9f50b7ce9d922b3dc9a056</id>
<content type='text'>
llvm-svn: 2903
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 2903
</pre>
</div>
</content>
</entry>
<entry>
<title>New testcase for testing constant pointers to globals</title>
<updated>2001-10-13T07:16:11+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2001-10-13T07:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1600652b2427dfb175fa4e6f3850869a6833530d'/>
<id>1600652b2427dfb175fa4e6f3850869a6833530d</id>
<content type='text'>
llvm-svn: 784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 784
</pre>
</div>
</content>
</entry>
</feed>
