<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Transforms/Instrumentation, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Transforms/Instrumentation?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Transforms/Instrumentation?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-05-06T01:53:16Z</updated>
<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>
<entry>
<title>Use Intrinsic::getDeclaration in more places.</title>
<updated>2008-04-07T13:45:04Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-04-07T13:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c4304654442ca353b307d73c86dce2a4acadbf'/>
<id>urn:sha1:e2c4304654442ca353b307d73c86dce2a4acadbf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49338 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>API changes for class Use size reduction, wave 1.</title>
<updated>2008-04-06T20:25:17Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-04-06T20:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=051a950000e21935165db56695e35bade668193b'/>
<id>urn:sha1:051a950000e21935165db56695e35bade668193b</id>
<content type='text'>
Specifically, introduction of XXX::Create methods
for Users that have a potentially variable number of
Uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49277 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typos</title>
<updated>2008-03-06T10:36:00Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-03-06T10:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=29d8aa78773f0956c9b33170382403e5a61036f1'/>
<id>urn:sha1:29d8aa78773f0956c9b33170382403e5a61036f1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47994 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove attribution from file headers, per discussion on llvmdev.</title>
<updated>2007-12-29T20:36:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee451de366474b9c228b4e5fa573795a715216d'/>
<id>urn:sha1:4ee451de366474b9c228b4e5fa573795a715216d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attribution from lib Makefiles.</title>
<updated>2007-12-29T20:09:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc643c5e88c596f217750dd91fcc66488dfed73d'/>
<id>urn:sha1:fc643c5e88c596f217750dd91fcc66488dfed73d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 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>Fix for edge profiling, patch by 'Marc' for PR1857</title>
<updated>2007-12-13T00:04:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-13T00:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=915c656a745ea9a580ebb6a23cfe404d27e08d32'/>
<id>urn:sha1:915c656a745ea9a580ebb6a23cfe404d27e08d32</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44965 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>More fleshing out of docs/Passes.html, plus some typo fixes and</title>
<updated>2007-10-26T03:03:51Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-10-26T03:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9'/>
<id>urn:sha1:55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9</id>
<content type='text'>
improved wording in source files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43377 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>
</feed>
