<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/vim, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/vim?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/vim?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-02-22T16:09:41Z</updated>
<entry>
<title>Add Foreach Loop</title>
<updated>2012-02-22T16:09:41Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2012-02-22T16:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cebb4ee93a0064e4a2cb1fd1da7455b01e5655cb'/>
<id>urn:sha1:cebb4ee93a0064e4a2cb1fd1da7455b01e5655cb</id>
<content type='text'>
Add some data structures to represent for loops.  These will be
referenced during object processing to do any needed iteration and
instantiation.

Add foreach keyword support to the lexer.

Add a mode to indicate that we're parsing a foreach loop.  This allows
the value parser to early-out when processing the foreach value list.

Add a routine to parse foreach iteration declarations.  This is
separate from ParseDeclaration because the type of the named value
(the iterator) doesn't match the type of the initializer value (the
value list).  It also needs to add two values to the foreach record:
the iterator and the value list.

Add parsing support for foreach.

Add the code to process foreach loops and create defs based
on iterator values.

Allow foreach loops to be matched at the top level.

When parsing an IDValue check if it is a foreach loop iterator for one
of the active loops.  If so, return a VarInit for it.

Add Emacs keyword support for foreach.

Add VIM keyword support for foreach.

Add tests to check foreach operation.

Add TableGen documentation for foreach.

Support foreach with multiple objects.

Support non-braced foreach body with one object.

Do not require types for the foreach declaration.  Assume the iterator
type from the iteration list element type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151164 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove Multidefs</title>
<updated>2011-10-07T18:25:05Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-07T18:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a1b1b79be15c4b79a4282f148085ebad1cf877ca'/>
<id>urn:sha1:a1b1b79be15c4b79a4282f148085ebad1cf877ca</id>
<content type='text'>
Multidefs are a bit unwieldy and incomplete.  Remove them in favor of
another mechanism, probably for loops.

Revert "Make Test More Thorough"
Revert "Fix a typo."
Revert "Vim Support for Multidefs"
Revert "Emacs Support for Multidefs"
Revert "Document Multidefs"
Revert "Add a Multidef Test"
Revert "Update Test for Multidefs"
Revert "Process Multidefs"
Revert "Parser Multidef Support"
Revert "Lexer Support for Multidefs"
Revert "Add Multidef Data Structures"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Vim Support for Multidefs</title>
<updated>2011-10-05T22:42:52Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-05T22:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6494af4d7797ef2240e628a0fd045231afafaeeb'/>
<id>urn:sha1:6494af4d7797ef2240e628a0fd045231afafaeeb</id>
<content type='text'>
Add vim highlighting support for multidefs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141238 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update uwtable vim color!</title>
<updated>2011-08-17T02:29:07Z</updated>
<author>
<name>Bruno Cardoso Lopes</name>
<email>bruno.cardoso@gmail.com</email>
</author>
<published>2011-08-17T02:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23e9ef994ee390060e0630e8b4db85abe4e671fd'/>
<id>urn:sha1:23e9ef994ee390060e0630e8b4db85abe4e671fd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137806 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable clang autocompletion by default.</title>
<updated>2010-10-26T23:24:54Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-10-26T23:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f99f1197c73cae077e16286249c498741f718eec'/>
<id>urn:sha1:f99f1197c73cae077e16286249c498741f718eec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add ret instruction to PTX backend</title>
<updated>2010-09-25T07:46:17Z</updated>
<author>
<name>Che-Liang Chiou</name>
<email>clchiou@gmail.com</email>
</author>
<published>2010-09-25T07:46:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f9930da2ef72350c6c805af09e754e4e6e13d47b'/>
<id>urn:sha1:f9930da2ef72350c6c805af09e754e4e6e13d47b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114788 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove a TODO comment; this is now filed in bugzilla (PR8005).</title>
<updated>2010-09-03T18:06:11Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-09-03T18:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2465dcf4c8f64c66bd4964c2772a6003f4e12d0f'/>
<id>urn:sha1:2465dcf4c8f64c66bd4964c2772a6003f4e12d0f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112982 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove obsolete keywords which are no longer relevant.</title>
<updated>2010-08-28T20:14:05Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-28T20:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=245ae51dce549380182e269d11e56f118e3ce0c2'/>
<id>urn:sha1:245ae51dce549380182e269d11e56f118e3ce0c2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112382 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unions from the vim syntax highlighting.</title>
<updated>2010-08-28T20:11:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-28T20:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=04a78582419123ebed1450a925e702b30fe94176'/>
<id>urn:sha1:04a78582419123ebed1450a925e702b30fe94176</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112381 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify a comment.</title>
<updated>2010-08-27T15:16:40Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-27T15:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=349370a1d6fce6940aaaee3025fb56f4e29d7c23'/>
<id>urn:sha1:349370a1d6fce6940aaaee3025fb56f4e29d7c23</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112266 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
