<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/vim, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/vim?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/vim?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-26T21:45:37Z</updated>
<entry>
<title>Fix grammaro in a comment.</title>
<updated>2010-02-26T21:45:37Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f34ff01a7a92d20d3c0c118fbf557caceb764797'/>
<id>urn:sha1:f34ff01a7a92d20d3c0c118fbf557caceb764797</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97273 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Revision keywords to these files, as it's common for them to be</title>
<updated>2010-02-26T21:38:04Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7b14fc211c349bb16dd19c71e150e4309c2778d6'/>
<id>urn:sha1:7b14fc211c349bb16dd19c71e150e4309c2778d6</id>
<content type='text'>
copied out of the source tree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97270 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve the vim code for highlighting trailing whitespace and lines</title>
<updated>2010-02-26T21:24:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d30103dd364cc9f5b6d69b91ed75b932feeab90d'/>
<id>urn:sha1:d30103dd364cc9f5b6d69b91ed75b932feeab90d</id>
<content type='text'>
longer than 80 columns. This replaces the heavy-handed "textwidth"
mechanism, and makes the trailing-whitespace highlighting lazy so
that it isn't constantly jumping on the user during typing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97267 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the alignstack keyword.</title>
<updated>2010-02-26T21:16:17Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=79073e3ea05beb4f647cc82567723ed0246e1119'/>
<id>urn:sha1:79073e3ea05beb4f647cc82567723ed0246e1119</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97264 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove bogus Updated line.</title>
<updated>2010-02-26T21:15:49Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:15:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=77c8ff906aa41c4d4cd70748840d71ad2d5b1ce1'/>
<id>urn:sha1:77c8ff906aa41c4d4cd70748840d71ad2d5b1ce1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97263 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the union keyword.</title>
<updated>2010-02-25T18:17:58Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T18:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f8bfebb387890754ca21328036bfbf8f0c43628'/>
<id>urn:sha1:5f8bfebb387890754ca21328036bfbf8f0c43628</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reintroduce the InlineHint function attribute.</title>
<updated>2010-02-06T01:16:28Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-02-06T01:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=570a4a5d9ca31f276a67502d1e0533d59d331fea'/>
<id>urn:sha1:570a4a5d9ca31f276a67502d1e0533d59d331fea</id>
<content type='text'>
This time it's for real! I am going to hook this up in the frontends as well.

The inliner has some experimental heuristics for dealing with the inline hint.
When given a -respect-inlinehint option, functions marked with the inline
keyword are given a threshold just above the default for -O3.

We need some experiments to determine if that is the right thing to do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95466 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the InlineHint attribute. There are no current or planned</title>
<updated>2010-01-15T21:36:30Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-01-15T21:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=606a1d1f5984f20e79b0d2a2d38c121907426810'/>
<id>urn:sha1:606a1d1f5984f20e79b0d2a2d38c121907426810</id>
<content type='text'>
users.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93558 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a</title>
<updated>2010-01-09T17:22:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-09T17:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7a523dde57cc4364ec314b34c3b429a99935b275'/>
<id>urn:sha1:7a523dde57cc4364ec314b34c3b429a99935b275</id>
<content type='text'>
highlighting rule for identifiers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93056 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Set the vim auto-indent setting for open braces after case statements to</title>
<updated>2010-01-09T17:15:21Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-09T17:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=acb75a9d707a3d0d1498f4642c14c3afa67948d7'/>
<id>urn:sha1:acb75a9d707a3d0d1498f4642c14c3afa67948d7</id>
<content type='text'>
follow LLVM source convention.

Before:
  case X: {
            stuff;
          }

After:
  case X: {
    stuff;
  }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
