<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CompilerDriver, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CompilerDriver?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CompilerDriver?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-01-10T02:34:23Z</updated>
<entry>
<title>Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.</title>
<updated>2011-01-10T02:34:23Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-01-10T02:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=54453f2978c76b3aa71be7bb4e9657c8539f8648'/>
<id>urn:sha1:54453f2978c76b3aa71be7bb4e9657c8539f8648</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123151 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.</title>
<updated>2010-12-18T22:23:07Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-12-18T22:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=738550910156b5cefdc0c12923ec8cc6982fb26f'/>
<id>urn:sha1:738550910156b5cefdc0c12923ec8cc6982fb26f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122157 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r122143 through r122140, which collectively broke the LLVMC tests on</title>
<updated>2010-12-18T07:37:18Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-12-18T07:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fffa8635361639acadb78089c5b9b445c0aa1d30'/>
<id>urn:sha1:fffa8635361639acadb78089c5b9b445c0aa1d30</id>
<content type='text'>
the buildbots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122149 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.</title>
<updated>2010-12-18T04:13:36Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-12-18T04:13:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9c767cce502f016a5bdb07884625a3fffbe048c'/>
<id>urn:sha1:b9c767cce502f016a5bdb07884625a3fffbe048c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122141 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support/Path: Deprecate PathV1::isAbsolute.</title>
<updated>2010-12-17T21:21:31Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-12-17T21:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=965841cfe4de695fc56cab4821fd7e032ff85b83'/>
<id>urn:sha1:965841cfe4de695fc56cab4821fd7e032ff85b83</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122086 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Now to chant the magical incantation that will exorcise the System library</title>
<updated>2010-11-29T19:44:50Z</updated>
<author>
<name>Charles Davis</name>
<email>cdavis@mines.edu</email>
</author>
<published>2010-11-29T19:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53ca1f3190680f3e86aebe0f72f7918d63f71e0d'/>
<id>urn:sha1:53ca1f3190680f3e86aebe0f72f7918d63f71e0d</id>
<content type='text'>
from LLVM forever:

grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120314 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>Rename FindExecutable to PrependMainExecutablePath.</title>
<updated>2010-11-03T16:14:16Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-11-03T16:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d66f2b74f2f01bb1f6c7d0f1b8408bd24ffa654c'/>
<id>urn:sha1:d66f2b74f2f01bb1f6c7d0f1b8408bd24ffa654c</id>
<content type='text'>
Makes it more clear that it is just a path manipulation function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118174 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvmc: Fix tool finding logic.</title>
<updated>2010-11-02T20:47:41Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-11-02T20:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6674b77adab93f5c36517ffa4cbcf9b242eea1e9'/>
<id>urn:sha1:6674b77adab93f5c36517ffa4cbcf9b242eea1e9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118056 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvmc: Make ExecuteProgram() look in the driver directory first.</title>
<updated>2010-10-28T19:33:08Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-10-28T19:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f36e7389fcd3079417eb141881b5c3743b389e5'/>
<id>urn:sha1:9f36e7389fcd3079417eb141881b5c3743b389e5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
