<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Debugger, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Debugger?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Debugger?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-06T09:29:13Z</updated>
<entry>
<title>switch this to bitcode instead of bytecode</title>
<updated>2007-05-06T09:29:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T09:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4bcca0f2ac85c918fc8617e34b7642e5e5233460'/>
<id>urn:sha1:4bcca0f2ac85c918fc8617e34b7642e5e5233460</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36867 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>teach this to read from bitcode files</title>
<updated>2007-05-06T05:18:53Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T05:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2cb1ad92d1b2d6e77200995685ccabf39673f1b6'/>
<id>urn:sha1:2cb1ad92d1b2d6e77200995685ccabf39673f1b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36843 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make sure temporary data is not used past its life span.</title>
<updated>2007-04-08T20:10:14Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-08T20:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e281259d2db74b7040f3379f5a8c44ac40e76ce1'/>
<id>urn:sha1:e281259d2db74b7040f3379f5a8c44ac40e76ce1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35773 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1291:</title>
<updated>2007-04-07T18:53:16Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-07T18:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c74b4615071151b20fb1f82b11f85c2a1ba53e75'/>
<id>urn:sha1:c74b4615071151b20fb1f82b11f85c2a1ba53e75</id>
<content type='text'>
Change uses of sys::Path class to sys::PathWithStatus in those places where
the file status information is needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35743 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR789:</title>
<updated>2007-03-29T19:05:44Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-29T19:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8475ec068c213d0bf73f7686d82491a8f12e3b32'/>
<id>urn:sha1:8475ec068c213d0bf73f7686d82491a8f12e3b32</id>
<content type='text'>
Make the sys::Path::getFileStatus function more efficient by having it
return a pointer to the FileStatus structure rather than copy it. Adjust
uses of the function accordingly. Also, fix some memory issues in sys::Path.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35476 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use &lt;sstream&gt; in Streams.h but &lt;iosfwd&gt; instead.</title>
<updated>2006-12-07T23:41:45Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2006-12-07T23:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1a097e30d39e60303ae2b19f7a56e813f3e3c18e'/>
<id>urn:sha1:1a097e30d39e60303ae2b19f7a56e813f3e3c18e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32340 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed more &lt;iostream&gt; includes</title>
<updated>2006-12-07T20:28:15Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2006-12-07T20:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bcd2498f4f1682dbdc41452add5b9bc72cbd6b3f'/>
<id>urn:sha1:bcd2498f4f1682dbdc41452add5b9bc72cbd6b3f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR786:</title>
<updated>2006-11-02T20:25:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-02T20:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ed469ccd7b028a030b550d84b7336d146f5d8fa'/>
<id>urn:sha1:3ed469ccd7b028a030b550d84b7336d146f5d8fa</id>
<content type='text'>
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I didn't want to delete code without review) and unused
variables in generated code. Maintainers should clean up the remaining
issues when they see them. All changes pass DejaGnu tests and Olden.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31380 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-10-20T07:07:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-10-20T07:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b83eb6447ba155342598f0fabe1f08f5baa9164a'/>
<id>urn:sha1:b83eb6447ba155342598f0fabe1f08f5baa9164a</id>
<content type='text'>
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt classes
in favor of just using ConstantInt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31063 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR797:</title>
<updated>2006-08-25T17:43:11Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-25T17:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b5a504d105514178c80b886321221fbe5ac1131'/>
<id>urn:sha1:0b5a504d105514178c80b886321221fbe5ac1131</id>
<content type='text'>
Remove exception throwing/handling from lib/Bytecode, and adjust its users
to compensate for changes in the interface.


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