<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/utils/FileUpdate, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2014-06-23T17:58:39+00:00</updated>
<entry>
<title>Delete utils/FileUpdate.</title>
<updated>2014-06-23T17:58:39+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-06-23T17:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c5f1a6c66fa596243dd7aa74f7c0b10945bdb37b'/>
<id>urn:sha1:c5f1a6c66fa596243dd7aa74f7c0b10945bdb37b</id>
<content type='text'>
It is unused and it looks like it was never used.

llvm-svn: 211508
</content>
</entry>
<entry>
<title>Remove the last uses of 'using std::error_code'</title>
<updated>2014-06-13T03:20:08+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-06-13T03:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c049c6574b93d774e572f13db1e8cea7bdb2d982'/>
<id>urn:sha1:c049c6574b93d774e572f13db1e8cea7bdb2d982</id>
<content type='text'>
This finishes the transition to std::error_code.

llvm-svn: 210877
</content>
</entry>
<entry>
<title>Don't use 'using std::error_code' in include/llvm.</title>
<updated>2014-06-12T21:46:39+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-06-12T21:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3acea39853d1a5ef2f3920c27f5748778fe53af9'/>
<id>urn:sha1:3acea39853d1a5ef2f3920c27f5748778fe53af9</id>
<content type='text'>
This should make sure that most new uses use the std prefix.

llvm-svn: 210835
</content>
</entry>
<entry>
<title>Remove system_error.h.</title>
<updated>2014-06-12T17:38:55+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-06-12T17:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a6e9c3e43ae125530b7d9f158f5486ac48ca5a29'/>
<id>urn:sha1:a6e9c3e43ae125530b7d9f158f5486ac48ca5a29</id>
<content type='text'>
This is a minimal change to remove the header. I will remove the occurrences
of "using std::error_code" in a followup patch.

llvm-svn: 210803
</content>
</entry>
<entry>
<title>raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.</title>
<updated>2014-04-29T23:26:49+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2014-04-29T23:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc'/>
<id>urn:sha1:d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc</id>
<content type='text'>
llvm-svn: 207593
</content>
</entry>
<entry>
<title>Replace OwningPtr&lt;T&gt; with std::unique_ptr&lt;T&gt;.</title>
<updated>2014-03-06T05:51:42+00:00</updated>
<author>
<name>Ahmed Charles</name>
<email>ahmedcharles@gmail.com</email>
</author>
<published>2014-03-06T05:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=56440fd8203f581b9aded68db3631ea11a72ccf2'/>
<id>urn:sha1:56440fd8203f581b9aded68db3631ea11a72ccf2</id>
<content type='text'>
This compiles with no changes to clang/lld/lldb with MSVC and includes
overloads to various functions which are used by those projects and llvm
which have OwningPtr's as parameters. This should allow out of tree
projects some time to move. There are also no changes to libs/Target,
which should help out of tree targets have time to move, if necessary.

llvm-svn: 203083
</content>
</entry>
<entry>
<title>Replace the F_Binary flag with a F_Text one.</title>
<updated>2014-02-24T18:20:12+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-02-24T18:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=90c7f1cc161769853db72e30e76c34b0e4ddf3da'/>
<id>urn:sha1:90c7f1cc161769853db72e30e76c34b0e4ddf3da</id>
<content type='text'>
After this I will set the default back to F_None. The advantage is that
before this patch forgetting to set F_Binary would corrupt a file on windows.
Forgetting to set F_Text produces one that cannot be read in notepad, which
is a better failure mode :-)

llvm-svn: 202052
</content>
</entry>
<entry>
<title>[CMake] LLVMSupport should be responsible to provide system_libs.</title>
<updated>2014-02-10T10:52:19+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2014-02-10T10:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2f96171cb0793755ce64d1b7449a4cc4585a72d1'/>
<id>urn:sha1:2f96171cb0793755ce64d1b7449a4cc4585a72d1</id>
<content type='text'>
llvm-svn: 201077
</content>
</entry>
<entry>
<title>Revert "Revert "Windows: Add support for unicode command lines""</title>
<updated>2013-10-07T01:00:07+00:00</updated>
<author>
<name>David Majnemer</name>
<email>david.majnemer@gmail.com</email>
</author>
<published>2013-10-07T01:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=61eae2e30c71a10d71cff5463d7c6a5b9a67f64c'/>
<id>urn:sha1:61eae2e30c71a10d71cff5463d7c6a5b9a67f64c</id>
<content type='text'>
This reverts commit r192070 which reverted r192069, I forgot to
regenerate the configure scripts.

llvm-svn: 192079
</content>
</entry>
<entry>
<title>Revert "Windows: Add support for unicode command lines"</title>
<updated>2013-10-06T20:44:34+00:00</updated>
<author>
<name>David Majnemer</name>
<email>david.majnemer@gmail.com</email>
</author>
<published>2013-10-06T20:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f636cf422ee44138eed48dfc9dc05d20b6ae113c'/>
<id>urn:sha1:f636cf422ee44138eed48dfc9dc05d20b6ae113c</id>
<content type='text'>
This is causing MinGW bots to fail.
This reverts commit r192069.

llvm-svn: 192070
</content>
</entry>
</feed>
