<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects/sample, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects/sample?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects/sample?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-04-15T05:18:47Z</updated>
<entry>
<title>Fix a ton of comment typos found by codespell.  Patch by</title>
<updated>2011-04-15T05:18:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-04-15T05:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7a2bdde0a0eebcd2125055e0eacaca040f0b766c'/>
<id>urn:sha1:7a2bdde0a0eebcd2125055e0eacaca040f0b766c</id>
<content type='text'>
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Regen configure</title>
<updated>2010-12-12T21:42:01Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2010-12-12T21:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2bf4b54a800c2dd44c0a5939fe629ea120bee2ad'/>
<id>urn:sha1:2bf4b54a800c2dd44c0a5939fe629ea120bee2ad</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121646 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix paths; AutoRegen.sh changes its current working directory to be the</title>
<updated>2010-12-12T21:41:56Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2010-12-12T21:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1fbf5a492e73549ff546ec34497fc1c185755af6'/>
<id>urn:sha1:1fbf5a492e73549ff546ec34497fc1c185755af6</id>
<content type='text'>
autoconf directory, but these paths need to be relative to the main
source directory.  Patch originally by Dan Gohman, r67655.

Also, cause configure.ac to find absolute paths to LLVM source and
object trees.   Together, fixes PR1220.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121645 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>I swear I did a make clean and make before committing all this...</title>
<updated>2010-11-29T18:47:54Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-11-29T18:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3cc52ea33c0b96d1682f14fc45c45b57df0f39b6'/>
<id>urn:sha1:3cc52ea33c0b96d1682f14fc45c45b57df0f39b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120304 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testing subversion commit access</title>
<updated>2010-02-23T15:11:17Z</updated>
<author>
<name>Wesley Peck</name>
<email>peckw@wesleypeck.com</email>
</author>
<published>2010-02-23T15:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=15c4bb926f3566ca9d75952f19b2aa87e774b12b'/>
<id>urn:sha1:15c4bb926f3566ca9d75952f19b2aa87e774b12b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96948 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix autoconf llvm srcdir location for generic projects.</title>
<updated>2010-01-25T04:10:28Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-01-25T04:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f1092920ad1e1871ed97d43341f53cc4a9f86f8'/>
<id>urn:sha1:1f1092920ad1e1871ed97d43341f53cc4a9f86f8</id>
<content type='text'>
Patch by Torvald Riegel!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94405 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move DataTypes.h to include/llvm/System, update all users. This breaks the last</title>
<updated>2009-10-26T01:35:46Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2009-10-26T01:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b67f774e9c38b7718b2b300b628388f966df4e0'/>
<id>urn:sha1:8b67f774e9c38b7718b2b300b628388f966df4e0</id>
<content type='text'>
direct inclusion edge from System to Support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85086 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>install-sh chmods to 0755 by default, and this causes 'git diff' to show</title>
<updated>2009-08-28T16:12:48Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-08-28T16:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6493798d831e3255faafc81de4ec598c06e4cdca'/>
<id>urn:sha1:6493798d831e3255faafc81de4ec598c06e4cdca</id>
<content type='text'>
that all the Makefiles changed mode.
Fix this by tellint install-sh to chmod
only to 0644, these are not executable files after all!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80371 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove dead makefile flags.</title>
<updated>2009-06-24T05:29:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-06-24T05:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=929a49356e2b95ac5a054bb53697e67f2a0bc43e'/>
<id>urn:sha1:929a49356e2b95ac5a054bb53697e67f2a0bc43e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74065 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r67655 and r67656, as they are breaking the build. I'm</title>
<updated>2009-03-25T00:52:11Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-03-25T00:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=324f608a4553e43eaef7c7f04656fa1f4ef85ae4'/>
<id>urn:sha1:324f608a4553e43eaef7c7f04656fa1f4ef85ae4</id>
<content type='text'>
not going to persue this further at this time.


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