- Jul 21, 2013
-
-
Logan Chien authored
Fix exception demo when we are building the examples with configure/make. This commit updates the link components in the Makefile. llvm-svn: 186785
-
- Apr 24, 2010
-
-
Nick Lewycky authored
No visible change. llvm-svn: 102240
-
- Feb 10, 2010
-
-
Garrison Venn authored
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). llvm-svn: 95723
-
- Aug 17, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 54890
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Sep 04, 2006
-
-
Chris Lattner authored
llvm-svn: 30092
-
- Nov 29, 2004
-
-
Reid Spencer authored
llvm-svn: 18333
-
- Nov 18, 2004
-
-
Reid Spencer authored
Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953
-
- Oct 14, 2004
-
-
Misha Brukman authored
to have the JIT functioning on more platforms than just x86 llvm-svn: 16993
-
- Sep 11, 2004
-
-
Reid Spencer authored
llvm-svn: 16295
-
Reid Spencer authored
llvm-svn: 16285
-
- Aug 23, 2004
-
-
Reid Spencer authored
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
-
Reid Spencer authored
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
-
- Aug 19, 2004
-
-
Reid Spencer authored
llvm-svn: 15924
-
- Aug 10, 2004
-
-
Reid Spencer authored
Contributed by Valery A. Khamenya. THANKS, Valery! llvm-svn: 15622
-