<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/BrainF, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/BrainF?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/BrainF?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-04-13T06:22:09Z</updated>
<entry>
<title>Merge LLVMBuilder and FoldingBuilder, calling</title>
<updated>2008-04-13T06:22:09Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-04-13T06:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89f6d88db334ba088672ae0753deb7d7b7509bac'/>
<id>urn:sha1:89f6d88db334ba088672ae0753deb7d7b7509bac</id>
<content type='text'>
the result IRBuilder.  Patch by Dominic Hamon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49604 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>remove attributions from examples.</title>
<updated>2007-12-29T20:37:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc001bbfc360ab828e5a4b0cbe4bb7db87361b85'/>
<id>urn:sha1:fc001bbfc360ab828e5a4b0cbe4bb7db87361b85</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45420 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attributions from the rest of the llvm makefiles.</title>
<updated>2007-12-29T20:11:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57360d1f1cede3b26744d0ce3ade814fcc0f332d'/>
<id>urn:sha1:57360d1f1cede3b26744d0ce3ade814fcc0f332d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 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>add a new BF-&gt;LLVM translator, contributed by Sterling Stein.</title>
<updated>2007-09-12T18:24:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-09-12T18:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9'/>
<id>urn:sha1:bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41881 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
