<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ReleaseNotes.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ReleaseNotes.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ReleaseNotes.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-27T06:53:59Z</updated>
<entry>
<title>Commit 2.7 release notes.</title>
<updated>2010-04-27T06:53:59Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-04-27T06:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4bbf07421f101f00f4272927b60f7a8383b5cecf'/>
<id>urn:sha1:4bbf07421f101f00f4272927b60f7a8383b5cecf</id>
<content type='text'>
Update getting started guide for 2.7


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@102412 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>note that andersaa was removed in 2.7</title>
<updated>2010-03-01T19:29:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-01T19:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f220191120d10553e9c2495f8547fe2c06872887'/>
<id>urn:sha1:f220191120d10553e9c2495f8547fe2c06872887</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97484 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove anders-aa from mainline, it isn't maintained and is</title>
<updated>2010-03-01T19:24:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-01T19:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a9cf19670f50095eac7191a5360ed03839e87465'/>
<id>urn:sha1:a9cf19670f50095eac7191a5360ed03839e87465</id>
<content type='text'>
tantalyzing enough that people keep trying to use it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97483 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>I'm removing andersaa after the branch is made.</title>
<updated>2010-02-28T18:57:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-28T18:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a248e9cfcf6443430f7579efa83a15c6c1b697b5'/>
<id>urn:sha1:a248e9cfcf6443430f7579efa83a15c6c1b697b5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mention an API change.</title>
<updated>2010-02-17T17:20:17Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-02-17T17:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=411432d726e2acdf11a23b0f06a93362c8191ae2'/>
<id>urn:sha1:411432d726e2acdf11a23b0f06a93362c8191ae2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>2.7: Note that DataTypes.h moved.</title>
<updated>2010-02-14T01:47:19Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-02-14T01:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca1c816f2538de02f814c7269121004cca1e2552'/>
<id>urn:sha1:ca1c816f2538de02f814c7269121004cca1e2552</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96143 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make it possible to create multiple JIT instances at the same time, by removing</title>
<updated>2010-02-11T01:07:39Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-11T01:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40966a7c6847c102fbf466da3e8726c59c3dbb1e'/>
<id>urn:sha1:40966a7c6847c102fbf466da3e8726c59c3dbb1e</id>
<content type='text'>
the global TheJIT and TheJITResolver variables.  Lazy compilation is supported
by a global map from a stub address to the JITResolver that knows how to
compile it.

Patch by Olivier Meurant!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95837 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a ReleaseNotes FIXME.</title>
<updated>2010-02-10T04:09:52Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-02-10T04:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4'/>
<id>urn:sha1:4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95764 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make --disable-libffi work on systems with libffi installed.  Also</title>
<updated>2010-02-09T23:03:44Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-09T23:03:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc83d064c320ff942385fcfe4f0df9c692b37447'/>
<id>urn:sha1:bc83d064c320ff942385fcfe4f0df9c692b37447</id>
<content type='text'>
make no-ffi the default even on systems with libffi.  This fixes
http://llvm.org/PR5018.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Belatedly document r85295 and r85330.</title>
<updated>2010-01-29T19:10:38Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-01-29T19:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=01eba397936941f35dfb0995beace7ed03b847f2'/>
<id>urn:sha1:01eba397936941f35dfb0995beace7ed03b847f2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94825 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
