<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/lib/System/Unix, 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>2010-11-29T18:16:10+00:00</updated>
<entry>
<title>Merge System into Support.</title>
<updated>2010-11-29T18:16:10+00:00</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-11-29T18:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=447762da858c1705c5fce5288f874797dc4b1135'/>
<id>urn:sha1:447762da858c1705c5fce5288f874797dc4b1135</id>
<content type='text'>
llvm-svn: 120298
</content>
</entry>
<entry>
<title>This is the first step in adding sane error handling support to LLVMSystem.</title>
<updated>2010-11-16T18:31:52+00:00</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-11-16T18:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5ed2428b3c86a60b9b836446a5274cc5cf395783'/>
<id>urn:sha1:5ed2428b3c86a60b9b836446a5274cc5cf395783</id>
<content type='text'>
The system API's will be shifted over to returning an error_code, and returning
other return values as out parameters to the function.

Code that needs to check error conditions will use the errc enum values which
are the same as the posix_errno defines (EBADF, E2BIG, etc...), and are
compatable with the error codes in WinError.h due to some magic in system_error.

An example would be:

if (error_code ec = KillEvil("Java")) { // error_code can be converted to bool.
  handle_error(ec);
}

llvm-svn: 119360
</content>
</entry>
<entry>
<title>Add method for checking if a path is a symbolic link.</title>
<updated>2010-11-07T04:36:50+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-11-07T04:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=559b8fbffcb4b6ed8427d732a7325740d85903a6'/>
<id>urn:sha1:559b8fbffcb4b6ed8427d732a7325740d85903a6</id>
<content type='text'>
llvm-svn: 118367
</content>
</entry>
<entry>
<title>Delete unused variables.</title>
<updated>2010-11-03T00:09:12+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-03T00:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a3bb142db6e581e3fb23472c9324e66c3648cb76'/>
<id>urn:sha1:a3bb142db6e581e3fb23472c9324e66c3648cb76</id>
<content type='text'>
llvm-svn: 118128
</content>
</entry>
<entry>
<title>Remove several unhelpful checks for isValid from sys::Path.</title>
<updated>2010-11-03T00:01:23+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-03T00:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ecc4d73498748211042a7c6dd5ae93109d50cd8d'/>
<id>urn:sha1:ecc4d73498748211042a7c6dd5ae93109d50cd8d</id>
<content type='text'>
llvm-svn: 118127
</content>
</entry>
<entry>
<title>Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can check</title>
<updated>2010-11-02T23:19:55+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-02T23:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c0a8bee4b02f5b54ceff2b90950659a66d195697'/>
<id>urn:sha1:c0a8bee4b02f5b54ceff2b90950659a66d195697</id>
<content type='text'>
limits on their own.

llvm-svn: 118113
</content>
</entry>
<entry>
<title>Simplify.</title>
<updated>2010-11-02T23:16:26+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-02T23:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a8b6315cd71dd112178a2cde6d62aa65e25682c2'/>
<id>urn:sha1:a8b6315cd71dd112178a2cde6d62aa65e25682c2</id>
<content type='text'>
llvm-svn: 118110
</content>
</entry>
<entry>
<title>Fix a copy+pasto.</title>
<updated>2010-11-02T22:56:51+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-02T22:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6e05d6c218c41e0047f13f5187bfe903fe751ee6'/>
<id>urn:sha1:6e05d6c218c41e0047f13f5187bfe903fe751ee6</id>
<content type='text'>
llvm-svn: 118106
</content>
</entry>
<entry>
<title>Avoid manipulating paths in fixed-sized arrays.</title>
<updated>2010-11-02T22:55:34+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-02T22:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a47bfef1bf01c96a322a3d7d567afec34546cebe'/>
<id>urn:sha1:a47bfef1bf01c96a322a3d7d567afec34546cebe</id>
<content type='text'>
llvm-svn: 118105
</content>
</entry>
<entry>
<title>Simplify this code.</title>
<updated>2010-11-02T22:50:10+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-02T22:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=32d51fa0b5f796f0d201c471907a6891dd9e929c'/>
<id>urn:sha1:32d51fa0b5f796f0d201c471907a6891dd9e929c</id>
<content type='text'>
llvm-svn: 118102
</content>
</entry>
</feed>
