f50ab2ac15d7fdbd115c7485d16c554e55e37df9 |
|
19-Aug-2010 |
Mikhail Glushenkov <foldr@codedgers.com> |
Trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111552 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
65695b9d36a77f2958dce57e397ac14a0953d3a1 |
|
08-Mar-2010 |
Erick Tryzelaar <idadesub@users.sourceforge.net> |
Don't always run the ocaml kaleidoscope tutorials. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97973 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
cabc7af293504ad256d2203ae88ee11cbc34c2ed |
|
08-Mar-2010 |
Erick Tryzelaar <idadesub@users.sourceforge.net> |
Add OCaml tutorial to the examples. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97966 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
b8714e04d4a40858953202e30fae1ac9506e8dcd |
|
23-Feb-2010 |
Garrison Venn <gvenn.cfe.dev@gmail.com> |
Modified examples Makefile to only build the ExceptionDemo example for 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 <xerxes@zafena.se> for pointing out this error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96949 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
e2a42fdce1c46930bb1dc5e157e43153be5afc68 |
|
10-Feb-2010 |
Garrison Venn <gvenn.cfe.dev@gmail.com> |
Prevented build on WINDOWS using default make system. Stopped WINDOWS build 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
/external/llvm/examples/Makefile
|
0ee8cfde3d417e849453205e2a0039e1f59e2155 |
|
10-Feb-2010 |
Garrison Venn <gvenn.cfe.dev@gmail.com> |
Adds a JIT based exception handling example to the examples directory. 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
/external/llvm/examples/Makefile
|
9f12a531edce66d692d61480e6cbd29d9b981f52 |
|
12-Apr-2009 |
Nick Lewycky <nicholas@mxc.ca> |
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice 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
/external/llvm/examples/Makefile
|
3876aa7d638d15f9fd60dcd63d072e28ca2a422d |
|
29-Dec-2007 |
Chris Lattner <sabre@nondot.org> |
remove attributions from the rest of the llvm makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
e26f6a8b964025e4fac12cb6f7c53975efb06b0c |
|
12-Sep-2007 |
Chris Lattner <sabre@nondot.org> |
add a new BF->LLVM translator, contributed by Sterling Stein. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41881 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|
f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc |
|
18-Jul-2007 |
Dan Gohman <djg@cray.com> |
It's not necessary to do rounding for alloca operations when the requested alignment is equal to the stack alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40004 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/Makefile
|