<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/Makefile, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/Makefile?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/Makefile?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-15T14:55:32Z</updated>
<entry>
<title>Removed TracingBrainF from examples Makefile.</title>
<updated>2010-09-15T14:55:32Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2010-09-15T14:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=161b4c46a3ab2ab2c4086d6656cf365ae0f49a07'/>
<id>urn:sha1:161b4c46a3ab2ab2c4086d6656cf365ae0f49a07</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new example to the LLVM distribution: a trace-based Brainfuck compiler that uses LLVM as its code generator.</title>
<updated>2010-08-30T07:33:39Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-08-30T07:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=37b25ab2a9557c8664b8d20a493e8febd7242fcf'/>
<id>urn:sha1:37b25ab2a9557c8664b8d20a493e8febd7242fcf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112465 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Trailing whitespace.</title>
<updated>2010-08-19T20:03:53Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-08-19T20:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa'/>
<id>urn:sha1:8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111552 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't always run the ocaml kaleidoscope tutorials.</title>
<updated>2010-03-08T20:07:32Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-08T20:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7129a67228b622e427cee0688b2cba112515b886'/>
<id>urn:sha1:7129a67228b622e427cee0688b2cba112515b886</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97973 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add OCaml tutorial to the examples.</title>
<updated>2010-03-08T19:32:27Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-08T19:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=49457b81589c6a3ef384caa8fdf1463ad2ada7c7'/>
<id>urn:sha1:49457b81589c6a3ef384caa8fdf1463ad2ada7c7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97966 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Modified examples Makefile to only build the ExceptionDemo example for </title>
<updated>2010-02-23T16:27:59Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2010-02-23T16:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c80a1f7721823c081d80afa1345e4dc512cd97d7'/>
<id>urn:sha1:c80a1f7721823c081d80afa1345e4dc512cd97d7</id>
<content type='text'>
x86 and x86_64 on UNIX systems. Only OS X 10.6.2 (x86_64) and 32bit CentOS 5.2
with gcc 4.1.2 were tested. ARM UNIX build triggered failure motivating this
modification, as it seems that the ARM ABI does not support _Unwind_GetIP(...),
_Unwind_SetGR(...), and _Unwind_SetIP(...). From doing a quick browse of:
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038a/IHI0038A_ehabi.pdf,
it seems as if all other exception related apis are supported. Looks like
the port can be done to ARM. Thanks to Xerxes Rånby &lt;xerxes@zafena.se&gt; for
pointing out this error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96949 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Prevented build on WINDOWS using default make system. Stopped WINDOWS build</title>
<updated>2010-02-10T03:38:29Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2010-02-10T03:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f08a276178bf9557f708ec446386cefb5291634'/>
<id>urn:sha1:0f08a276178bf9557f708ec446386cefb5291634</id>
<content type='text'>
at eh llvm/examples level using if check on LLVM_ON_UNIX.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95763 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adds a JIT based exception handling example to the examples directory. </title>
<updated>2010-02-09T23:22:43Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2010-02-09T23:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a2c2f1ae849c8091ca8eabfb21eea7947c180c18'/>
<id>urn:sha1:a2c2f1ae849c8091ca8eabfb21eea7947c180c18</id>
<content type='text'>
Both zero cost example domain specific, and C++ foreign exception handling are 
shown. The example's documentation fully explains how to run the example.

Notes:

1)   The code uses an extremely simple type info model.
2)   Only a single landing pad is used per unwind edge 
     (one call to llvm.eh.selector)
3)   llvm.eh.selector support for filter arguments is not given.
4)   llvm.eh.typeid.for is not used.
5)   Forced unwind behavior is not supported.
6)   Very little if any error handling is given.
7)   __attribute__((__aligned__)) is used.
8)   The code uses parts from the llvm compiler-rt project and
     the llvm Kaleidoscope example.
9)   The code has not been ported or tested on WINDOWS.
10)  The code was not tested with a cmake build.
11)  The code was tested for a debug build on 32bit X86 CentOS LINUX, 
     and both a debug and release build on OS X 10.6.2 (64bit).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95723 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice</title>
<updated>2009-04-12T20:47:23Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-04-12T20:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f85634bd2fccd2f366b7ce9048f6c9f95ebba18'/>
<id>urn:sha1:9f85634bd2fccd2f366b7ce9048f6c9f95ebba18</id>
<content type='text'>
if an API change causes it to be out of date. The code is copied out of
LangImpl7.html.


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