<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools/bugpoint, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools/bugpoint?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools/bugpoint?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-08T04:26:20Z</updated>
<entry>
<title>Fix PR1797</title>
<updated>2008-01-08T04:26:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-08T04:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a6a6f21f3342428e5dcf28b0ddfbe0039a040e5'/>
<id>urn:sha1:4a6a6f21f3342428e5dcf28b0ddfbe0039a040e5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45736 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attributions from tools.</title>
<updated>2007-12-29T20:44:31Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21c62da287237d39d0d95004881ea4baae3be6da'/>
<id>urn:sha1:21c62da287237d39d0d95004881ea4baae3be6da</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45421 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attributions from tools/utils makefiles.</title>
<updated>2007-12-29T20:07:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:07:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=51167848265a0fa006c32557caa4aeb3f482f45e'/>
<id>urn:sha1:51167848265a0fa006c32557caa4aeb3f482f45e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45414 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.</title>
<updated>2007-12-17T01:12:55Z</updated>
<author>
<name>Christopher Lamb</name>
<email>christopher.lamb@gmail.com</email>
</author>
<published>2007-12-17T01:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43ad6b3e0d6ada51e9b23aab3e061187f1f5710c'/>
<id>urn:sha1:43ad6b3e0d6ada51e9b23aab3e061187f1f5710c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rather than having special rules like "intrinsics cannot</title>
<updated>2007-12-03T20:06:50Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-12-03T20:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a3355ffb3d30d19d226bbb75707991c60f236e37'/>
<id>urn:sha1:a3355ffb3d30d19d226bbb75707991c60f236e37</id>
<content type='text'>
throw exceptions", just mark intrinsics with the nounwind
attribute.  Likewise, mark intrinsics as readnone/readonly
and get rid of special aliasing logic (which didn't use
anything more than this anyway).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44544 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow the block extractor take to take a list of basic blocks to not extract</title>
<updated>2007-11-14T06:47:06Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2007-11-14T06:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6fa98b13206583e6eb90b8304758b35548914944'/>
<id>urn:sha1:6fa98b13206583e6eb90b8304758b35548914944</id>
<content type='text'>
from a file containing Function/BasicBlock pairings. This is not safe against
anonymous or abnormally-named Funcs or BBs.

Make bugpoint use this interface to pass the BBs list to the child bugpoint.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Deleting redundant copy of block extractor pass. See also PR1775.</title>
<updated>2007-11-05T01:54:05Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-05T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4e1be6d5ea90d0714171d0d19033508bc4fe7f30'/>
<id>urn:sha1:4e1be6d5ea90d0714171d0d19033508bc4fe7f30</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43694 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the space in overview output for commands out of each of the</title>
<updated>2007-10-08T15:45:12Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-10-08T15:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=82a13c9c4811e40d0ff858c508cb54d672ee926e'/>
<id>urn:sha1:82a13c9c4811e40d0ff858c508cb54d672ee926e</id>
<content type='text'>
commands and into the common code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42752 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>New CallInst interface to address GLIBCXX_DEBUG errors caused by</title>
<updated>2007-08-01T03:43:44Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2007-08-01T03:43:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=52eec548206d0b135b55ba52dd0e82e978f15ae5'/>
<id>urn:sha1:52eec548206d0b135b55ba52dd0e82e978f15ae5</id>
<content type='text'>
indexing an empty std::vector.

Updates to all clients.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40660 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Pretty straightforward replacement of "bytecode" by "bitcode"</title>
<updated>2007-07-04T21:55:50Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-04T21:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8ff70c2635bfd4e02c0140a5dc9ca909fffba35a'/>
<id>urn:sha1:8ff70c2635bfd4e02c0140a5dc9ca909fffba35a</id>
<content type='text'>
performed on tools/ first, in order not to cause lethal damage


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