<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support/Unix, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support/Unix?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support/Unix?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-10-17T16:30:54Z</updated>
<entry>
<title>Support: Don't remove special files on signals.</title>
<updated>2012-10-17T16:30:54Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-10-17T16:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=81e35ff722ce941857ea88e40f9b2edbf69b6256'/>
<id>urn:sha1:81e35ff722ce941857ea88e40f9b2edbf69b6256</id>
<content type='text'>
 - Similar to Path::eraseFromDisk(), we don't want LLVM to remove things like
   /dev/null, even if it has the permission.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166105 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make backtraces work again with both the configure and cmake build.</title>
<updated>2012-09-28T10:10:46Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-09-28T10:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53347ed2f8b6a80a36b0450a13eaa44da983ac3d'/>
<id>urn:sha1:53347ed2f8b6a80a36b0450a13eaa44da983ac3d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164817 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The assumption that /proc/self/exe always exists is incorrect.</title>
<updated>2012-09-26T08:30:35Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-09-26T08:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bec3ce0cb50895d9b41a78938b079672e6999e15'/>
<id>urn:sha1:bec3ce0cb50895d9b41a78938b079672e6999e15</id>
<content type='text'>
For example, under a Linux chroot, /proc/ might not be mounted.
Therefor, we test if this file exist. If it is the case, use it (the current
behavior). Otherwise, we fall back to the detection used by *BSD.

The issue has been reported initially on the Debian bug tracker:
http://bugs.debian.org/674588



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164676 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an --enable-backtraces option to configure to determine</title>
<updated>2012-09-21T23:03:29Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-09-21T23:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c69bdadac9431efc0cfa6832a321e0f51ab4e6cd'/>
<id>urn:sha1:c69bdadac9431efc0cfa6832a321e0f51ab4e6cd</id>
<content type='text'>
whether or not we want to print out backtrace information. Useful
for libraries that don't need backtrace information on a crash.

rdar://11844710

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164426 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT.</title>
<updated>2012-09-19T20:46:12Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-09-19T20:46:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bbf628b6cefc8d817eb9ec04c2a357ad3f27d618'/>
<id>urn:sha1:bbf628b6cefc8d817eb9ec04c2a357ad3f27d618</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164249 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for finding cacheflush on OpenBSD/mips64 platforms.</title>
<updated>2012-09-11T01:17:24Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-09-11T01:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7b617158dba128156141982c1a9a944263729dcc'/>
<id>urn:sha1:7b617158dba128156141982c1a9a944263729dcc</id>
<content type='text'>
Patch by Brad Smith!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Whitespace.</title>
<updated>2012-09-06T03:02:56Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-09-06T03:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2de91673ffcaeb4b047de69eaa8efa9e58950db4'/>
<id>urn:sha1:2de91673ffcaeb4b047de69eaa8efa9e58950db4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163289 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!</title>
<updated>2012-09-06T03:01:43Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-09-06T03:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=383fb7f02666e82c440ead93052a04e813907ff2'/>
<id>urn:sha1:383fb7f02666e82c440ead93052a04e813907ff2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Properly test the LLVM_USE_RVALUE_REFERENCES macro.</title>
<updated>2012-08-15T19:16:27Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-08-15T19:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=118f194966d20460c2b1653e06c601e4b66c9b3f'/>
<id>urn:sha1:118f194966d20460c2b1653e06c601e4b66c9b3f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161978 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.</title>
<updated>2012-08-15T19:05:47Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-08-15T19:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1ebd25e438444ae80ec3d9504fe2173b8306501d'/>
<id>urn:sha1:1ebd25e438444ae80ec3d9504fe2173b8306501d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161976 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
