<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Integer/constpointer_bt.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>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 use of implementation keyword.</title>
<updated>2007-03-28T02:38:26+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-28T02:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=44259a29c012dfcd277b0a6945bbfd1a60f6a6df'/>
<id>44259a29c012dfcd277b0a6945bbfd1a60f6a6df</id>
<content type='text'>
llvm-svn: 35412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 35412
</pre>
</div>
</content>
</entry>
<entry>
<title>For PR1258:</title>
<updated>2007-03-19T18:27:35+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-19T18:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7953b683fc06d68a272984e521ade39e1a693b21'/>
<id>7953b683fc06d68a272984e521ade39e1a693b21</id>
<content type='text'>
Revise numeric value references to accommodate collapsed type planes.

llvm-svn: 35170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revise numeric value references to accommodate collapsed type planes.

llvm-svn: 35170
</pre>
</div>
</content>
</entry>
<entry>
<title>For PR761:</title>
<updated>2007-01-26T08:25:06+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-26T08:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ce380568b5406356a04d745c9c6f137000217ef4'/>
<id>ce380568b5406356a04d745c9c6f137000217ef4</id>
<content type='text'>
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.

For PR645:
Make global names use the @ prefix.

For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.

llvm-svn: 33533
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.

For PR645:
Make global names use the @ prefix.

For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.

llvm-svn: 33533
</pre>
</div>
</content>
</entry>
<entry>
<title>New test cases for bit accurate integers developed by Guoling Han.</title>
<updated>2007-01-16T18:08:22+00:00</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-16T18:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=50006ba566723818cf9da247d4ebb968a740dcef'/>
<id>50006ba566723818cf9da247d4ebb968a740dcef</id>
<content type='text'>
llvm-svn: 33259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 33259
</pre>
</div>
</content>
</entry>
</feed>
