<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Transforms/Instrumentation, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Transforms/Instrumentation?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Transforms/Instrumentation?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-09T16:44:42Z</updated>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use Function::getEntryBlock() instead of Function::front(), for clarity.</title>
<updated>2008-10-21T03:10:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-10-21T03:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0db69dcc87f62d85c782efcab4321f55f44dadb5'/>
<id>urn:sha1:0db69dcc87f62d85c782efcab4321f55f44dadb5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57870 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial support for the CMake build system.</title>
<updated>2008-09-22T01:08:49Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2008-09-22T01:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3d01fc7de86c75926e4e5ac7cc49f0116018893d'/>
<id>urn:sha1:3d01fc7de86c75926e4e5ac7cc49f0116018893d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up several unbeseeming casts from pointer to intptr_t.</title>
<updated>2008-09-04T17:05:41Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-04T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ae73dc1448d25b02cabc7c64c86c64371453dda8'/>
<id>urn:sha1:ae73dc1448d25b02cabc7c64c86c64371453dda8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55779 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Trim #includes.</title>
<updated>2008-08-05T15:32:23Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-08-05T15:32:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8f613f30a78aa9d93d08a209b6c159c2000d8d6c'/>
<id>urn:sha1:8f613f30a78aa9d93d08a209b6c159c2000d8d6c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54350 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to</title>
<updated>2008-05-23T21:05:58Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-23T21:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=02dea8b39f3acad5de1df36273444d149145e7fc'/>
<id>urn:sha1:02dea8b39f3acad5de1df36273444d149145e7fc</id>
<content type='text'>
use it instead of duplicating its functionality.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51499 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>API change for {BinaryOperator|CmpInst|CastInst}::create*() --&gt; Create. Legacy interfaces will be in place for some time.  (Merge from use-diet branch.)</title>
<updated>2008-05-16T19:29:10Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-05-16T19:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7cbd8a3e92221437048b484d5ef9c0a22d0f8c58'/>
<id>urn:sha1:7cbd8a3e92221437048b484d5ef9c0a22d0f8c58</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51200 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.</title>
<updated>2008-05-15T10:04:30Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-05-15T10:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b1dbcd886a4b5597a839f299054b78b33fb2d6df'/>
<id>urn:sha1:b1dbcd886a4b5597a839f299054b78b33fb2d6df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51143 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up the use of static and anonymous namespaces. This turned up</title>
<updated>2008-05-13T00:00:25Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-13T00:00:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=844731a7f1909f55935e3514c9e713a62d67662e'/>
<id>urn:sha1:844731a7f1909f55935e3514c9e713a62d67662e</id>
<content type='text'>
several things that were neither in an anonymous namespace nor static
but not intended to be global.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51017 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make several variable declarations static.</title>
<updated>2008-05-06T01:53:16Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-05-06T01:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a3f6c88820a204f80ca0fa3f1f2fe09ca10b02f'/>
<id>urn:sha1:4a3f6c88820a204f80ca0fa3f1f2fe09ca10b02f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50696 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
