<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp, branch llvmorg-3.4.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Merging r197483:</title>
<updated>2013-12-24T06:50:45+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-12-24T06:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1255f5f451a1b6b110f8c6f34fb813102d6e1f2d'/>
<id>1255f5f451a1b6b110f8c6f34fb813102d6e1f2d</id>
<content type='text'>
------------------------------------------------------------------------
r197483 | yrnkrn | 2013-12-17 00:40:11 -0800 (Tue, 17 Dec 2013) | 8 lines

There are no __register_frame and __deregister_frame functions 
when using structured exception handling (SEH) on Windows 64.

http://llvm-reviews.chandlerc.com/D2378

Patch by Jonathan Liu!


------------------------------------------------------------------------

llvm-svn: 197944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
------------------------------------------------------------------------
r197483 | yrnkrn | 2013-12-17 00:40:11 -0800 (Tue, 17 Dec 2013) | 8 lines

There are no __register_frame and __deregister_frame functions 
when using structured exception handling (SEH) on Windows 64.

http://llvm-reviews.chandlerc.com/D2378

Patch by Jonathan Liu!


------------------------------------------------------------------------

llvm-svn: 197944
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve JIT runtime linking problems on Android.</title>
<updated>2013-11-15T17:59:43+00:00</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-11-15T17:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d9f3381e51f4fb3e8974d77cd93acb456f209f65'/>
<id>d9f3381e51f4fb3e8974d77cd93acb456f209f65</id>
<content type='text'>
Patch by James Lyon!

llvm-svn: 194832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by James Lyon!

llvm-svn: 194832
</pre>
</div>
</content>
</entry>
<entry>
<title>The FIXME was indeed fixed in the linker, comment removed.</title>
<updated>2013-10-25T12:01:53+00:00</updated>
<author>
<name>Yaron Keren</name>
<email>yaron.keren@gmail.com</email>
</author>
<published>2013-10-25T12:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2eac89868c0ce5b2fd45fcf1207b4ffab9efbcdd'/>
<id>2eac89868c0ce5b2fd45fcf1207b4ffab9efbcdd</id>
<content type='text'>
llvm-svn: 193402
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 193402
</pre>
</div>
</content>
</entry>
<entry>
<title>Really fix build warning/error that I think r192756 was trying to fix.</title>
<updated>2013-10-16T06:50:36+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2013-10-16T06:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c2ccbaffa334bdd7f1c4923589543001cfff7b5c'/>
<id>c2ccbaffa334bdd7f1c4923589543001cfff7b5c</id>
<content type='text'>
llvm-svn: 192773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 192773
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing build warning/error</title>
<updated>2013-10-16T01:01:15+00:00</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-10-16T01:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b01a3bec88f240b4e2b39424f6aa78c6bd7b8f8a'/>
<id>b01a3bec88f240b4e2b39424f6aa78c6bd7b8f8a</id>
<content type='text'>
llvm-svn: 192756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 192756
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for deregistering EH frames with MCJIT.</title>
<updated>2013-10-16T00:14:21+00:00</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-10-16T00:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c442a76c601310c36f3c5fad32c05b9846ceec73'/>
<id>c442a76c601310c36f3c5fad32c05b9846ceec73</id>
<content type='text'>
Patch by Yaron Keren

llvm-svn: 192753
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Yaron Keren

llvm-svn: 192753
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding multiple object support to MCJIT EH frame handling</title>
<updated>2013-10-11T21:25:48+00:00</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-10-11T21:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7bb1344c67dd437a4324be90110c4e714a4b4de0'/>
<id>7bb1344c67dd437a4324be90110c4e714a4b4de0</id>
<content type='text'>
llvm-svn: 192504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 192504
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding multiple module support for MCJIT.</title>
<updated>2013-10-01T01:47:35+00:00</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-10-01T01:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ea395924d2359443a7bd3bad774ed848654c2ba0'/>
<id>ea395924d2359443a7bd3bad774ed848654c2ba0</id>
<content type='text'>
Tests to follow.

PIC with small code model and  EH frame handling will not work with multiple modules.  There are also some rough edges to be smoothed out for remote target support.

llvm-svn: 191722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests to follow.

PIC with small code model and  EH frame handling will not work with multiple modules.  There are also some rough edges to be smoothed out for remote target support.

llvm-svn: 191722
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the build issue under ia64. Close bug #5715</title>
<updated>2013-08-27T06:49:46+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2013-08-27T06:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fb992ab38502e9c2ba1847c671a0a4d610eab6d6'/>
<id>fb992ab38502e9c2ba1847c671a0a4d610eab6d6</id>
<content type='text'>
Thanks to Luca Falavigna for the help and most of the patch.

llvm-svn: 189324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Luca Falavigna for the help and most of the patch.

llvm-svn: 189324
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve const correctness.</title>
<updated>2013-06-04T09:09:15+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-06-04T09:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7910e6cb0e54f887ed1f05cd367b1e8246940c5c'/>
<id>7910e6cb0e54f887ed1f05cd367b1e8246940c5c</id>
<content type='text'>
GCC complains about casting away const.

llvm-svn: 183216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC complains about casting away const.

llvm-svn: 183216
</pre>
</div>
</content>
</entry>
</feed>
