- Jul 12, 2005
-
-
Reid Spencer authored
Add an example program that utilizes multiple threads in the JIT to process work. This was used by Evan Jones as the original test case for ensuring that the ExecutionEngine was thread safe. Original source by Evan Jones (adapted from other LLVM JIT examples) and made LLVM style compliant by Reid Spencer. llvm-svn: 22411
-
- 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: 15925
-
- Aug 10, 2004
-
-
Reid Spencer authored
Contributed by Valery A. Khamenya. THANKS, Valery! llvm-svn: 15622
-