<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-02T22:48:49Z</updated>
<entry>
<title>Improve -fno-opt style option processing to not require an extra</title>
<updated>2009-02-02T22:48:49Z</updated>
<author>
<name>Mike Stump</name>
<email>mrs@apple.com</email>
</author>
<published>2009-02-02T22:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d64e0eb094a108bdcdf51328425904042aa6122b'/>
<id>urn:sha1:d64e0eb094a108bdcdf51328425904042aa6122b</id>
<content type='text'>
option to make the -fno- form on the option.  We also document the new
form in the CommandLine documentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63559 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add opposite_of and inverse_opt to support -fno- style options.  This</title>
<updated>2009-01-30T08:19:46Z</updated>
<author>
<name>Mike Stump</name>
<email>mrs@apple.com</email>
</author>
<published>2009-01-30T08:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6f175b3ec8d40e33ab8110020ca8feb98295834'/>
<id>urn:sha1:d6f175b3ec8d40e33ab8110020ca8feb98295834</id>
<content type='text'>
is necessary for eventual gcc commmand line compatibility.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63384 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify comment.</title>
<updated>2009-01-28T03:46:22Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-28T03:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6c55b1ca7b72c90ce93ca25bc35aefef7d7deda4'/>
<id>urn:sha1:6c55b1ca7b72c90ce93ca25bc35aefef7d7deda4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>APInt's countLeadingOnes() was broken for negative i128 values,</title>
<updated>2009-01-27T18:06:03Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-01-27T18:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2d0f1c57c3f95e43a8b18bfe8481d90b665d5efe'/>
<id>urn:sha1:2d0f1c57c3f95e43a8b18bfe8481d90b665d5efe</id>
<content type='text'>
causing assertion failures in getSExtValue().
Fix it by making highWordBits actually contain what its name says,
and add some more unit-tests for APInt.
This fixes PR3419.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63107 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add method raw_fd_ostream::seek() for random access within a file.</title>
<updated>2009-01-26T21:42:04Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2009-01-26T21:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c27886dd5d504f2b03c6fcb57aba23e5e44c4fa'/>
<id>urn:sha1:9c27886dd5d504f2b03c6fcb57aba23e5e44c4fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63044 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags.</title>
<updated>2009-01-23T22:33:47Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-01-23T22:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3b64c6bc2916bc62a99ef8a2995a426d994e1a04'/>
<id>urn:sha1:3b64c6bc2916bc62a99ef8a2995a426d994e1a04</id>
<content type='text'>
DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way.

DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by  a project, irrespective of whether the project used makefile, Xcode or something else.

llvm-gcc patch is next.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62888 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not use host floating point types when emitting</title>
<updated>2009-01-21T20:32:55Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2009-01-21T20:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=541ed9fd02ea48d2739f4a9dd681ba2d5da26886'/>
<id>urn:sha1:541ed9fd02ea48d2739f4a9dd681ba2d5da26886</id>
<content type='text'>
ASCII IR; loading and storing these can change the
bits of NaNs on some hosts.  Remove or add warnings
at a few other places using host floating point;
this is a bad thing to do in general.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove uses of uint32_t in favor of 'unsigned' for better </title>
<updated>2009-01-21T18:09:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-21T18:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=455e9abf362a20bcfde9170fbec86b79ca0c40d5'/>
<id>urn:sha1:455e9abf362a20bcfde9170fbec86b79ca0c40d5</id>
<content type='text'>
compatibility with cygwin.  Patch by Jay Foad!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62695 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mimic gcc behaviour with regard to response files.</title>
<updated>2009-01-21T13:14:02Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-21T13:14:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1421b7bc23f39e57052a51f4647512936f45b12f'/>
<id>urn:sha1:1421b7bc23f39e57052a51f4647512936f45b12f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make special cases (0 inf nan) work for frem.</title>
<updated>2009-01-21T00:35:19Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2009-01-21T00:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ed6af24e146a5d358115123f0d2be694c1fa3a84'/>
<id>urn:sha1:ed6af24e146a5d358115123f0d2be694c1fa3a84</id>
<content type='text'>
Besides APFloat, this involved removing code
from two places that thought they knew the
result of frem(0., x) but were wrong.



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