<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine/Interpreter, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-01-28T16:49:05Z</updated>
<entry>
<title>Fix libffi usage when it is on a custom path.</title>
<updated>2011-01-28T16:49:05Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-01-28T16:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=abcae24d991844ac6ac33b773b1007e2e901575c'/>
<id>urn:sha1:abcae24d991844ac6ac33b773b1007e2e901575c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124486 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the paths to libffi's header and library even when no custom</title>
<updated>2011-01-27T22:58:34Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-01-27T22:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11d23bd8906186713a8ef3568724219626e400cc'/>
<id>urn:sha1:11d23bd8906186713a8ef3568724219626e400cc</id>
<content type='text'>
location was stated with FFI_INCLUDE_DIR/FFI_LIBRARY_DIR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124449 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handles libffi on the CMake build.</title>
<updated>2011-01-21T15:42:54Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-01-21T15:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=596937914548c181f2504aad3b709189e87a561b'/>
<id>urn:sha1:596937914548c181f2504aad3b709189e87a561b</id>
<content type='text'>
Patch by arrowdodger!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123976 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge System into Support.</title>
<updated>2010-11-29T18:16:10Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-11-29T18:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f6efa3996dd1929fbc129203ce5009b620e6969'/>
<id>urn:sha1:1f6efa3996dd1929fbc129203ce5009b620e6969</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be</title>
<updated>2010-11-28T21:04:48Z</updated>
<author>
<name>Jay Foad</name>
<email>jay.foad@gmail.com</email>
</author>
<published>2010-11-28T21:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4d19c9eb22899c9a555395d446a9ceef3bea7eb'/>
<id>urn:sha1:e4d19c9eb22899c9a555395d446a9ceef3bea7eb</id>
<content type='text'>
static methods that return a new APInt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120261 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."</title>
<updated>2010-09-13T23:59:48Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-13T23:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3a210e2d302758101ac06946e86027b327c7d0f3'/>
<id>urn:sha1:3a210e2d302758101ac06946e86027b327c7d0f3</id>
<content type='text'>
This reverts commit r113632

Conflicts:

	cmake/modules/AddLLVM.cmake

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113819 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.</title>
<updated>2010-09-10T21:14:25Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-10T21:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4e9c939312ff73bd0c6a6485fd5f97012f5910fa'/>
<id>urn:sha1:4e9c939312ff73bd0c6a6485fd5f97012f5910fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113632 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert some tab stops into spaces.</title>
<updated>2010-07-12T08:16:59Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-12T08:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3472766f9eb7d66f234c390ce1b3a8b76f0ee9ce'/>
<id>urn:sha1:3472766f9eb7d66f234c390ce1b3a8b76f0ee9ce</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108130 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle execution entrypoints with non-integer return types.</title>
<updated>2010-06-18T02:01:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-18T02:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=963433115a540a4521af8afb9880261dd7742807'/>
<id>urn:sha1:963433115a540a4521af8afb9880261dd7742807</id>
<content type='text'>
Fix from Russel Power in PR7284.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106271 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an ancient FIXME.</title>
<updated>2010-05-01T02:43:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-05-01T02:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4781e30b7ba4e1830b4deb5f47498627ca9b89dc'/>
<id>urn:sha1:4781e30b7ba4e1830b4deb5f47498627ca9b89dc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102827 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
